Hi everyone I’ve just released a library that adap...
# multiplatform
u
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
Android, Desktop, plus iOS, and WASM?? Now that’s KMP!
🦜 1
a
Does it do the parsing locally or needs a cloud service running?
u
@Alexandru Caraus It parses everything locally on the device, no cloud service is needed
a
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!