Hi everyone
I’ve just released a library that adapts NewPipe for Compose Multiplatform
It comes with an example demonstrating how to successfully fetch and play YouTube audio streams in a multiplatform environment.
https://github.com/yushosei/NewPipeExtractor-KMP
I plan to continue improving and adding more features in the future.
👏 5
❤️ 2
t
Taush Sampley
08/18/2025, 12:08 PM
Android, Desktop, plus iOS, and WASM?? Now that’s KMP!
🦜 1
a
Alexandru Caraus
08/19/2025, 5:51 AM
Does it do the parsing locally or needs a cloud service running?
u
정세현
08/19/2025, 6:12 AM
@Alexandru Caraus It parses everything locally on the device, no cloud service is needed
a
Alexandru Caraus
08/19/2025, 2:42 PM
Noice, I was making an app based on pipestream proxy, which google blocked, LibreTube was using it defaulti g to local parsing to if that somehow had problems. But libretube is android, no kmp option there. Cool to see this this comming to kmo. Nice work!