I'm building a music application with capabilities to stream audio from hosted streaming server. But I'm not able to find any cordova plugin which enables me to stream audio inside application. I have tried using cordova-plugin-media, but it gives error code 1 in android for .m3u8 files.
To summarise what I have already tried:
- I have tried HTML audio and video tags but they don't support mp3 streaming m3u8 file links.
- I have tried cordova-plugin-streaming-mediabut it plays the music in default music player installed in device. What I want is playing in-app music which custom UI.
- I also tried using cordova-plugin-media, it works fine in iOS app but gives error code 1 in android for same m3u8 file.
Can somebody point me in right direction?
Thanks
m3u8
file , i will check with my plugin , if it works will provide you with that solution – The Blue Shirt Developer