jcesar Active Member Licensed User Longtime User Aug 23, 2017 #1 Hi I create a app to stream some local rádios. Some urls works fine, but others not work with my b4a app. All those streams works fine with other app like VLC. Here are the urls: "http://www.97fm.com.br/aovivo/energia.m3u" ' do not work "http://47764j.ha.azioncdn.net/7764j/_definst_/radiobandeirantes.sdp/chunklist.m3u8" ' works fine "http://transamerica.crossradio.com.br:9100/live.aac" ' works, but takes 1min to start "http://mp4.inweb.com.br:1040/capital" ' do not work Attachments radios.zip 60 KB · Views: 390
Hi I create a app to stream some local rádios. Some urls works fine, but others not work with my b4a app. All those streams works fine with other app like VLC. Here are the urls: "http://www.97fm.com.br/aovivo/energia.m3u" ' do not work "http://47764j.ha.azioncdn.net/7764j/_definst_/radiobandeirantes.sdp/chunklist.m3u8" ' works fine "http://transamerica.crossradio.com.br:9100/live.aac" ' works, but takes 1min to start "http://mp4.inweb.com.br:1040/capital" ' do not work
Erel B4X founder Staff member Licensed User Longtime User Aug 23, 2017 #2 MediaPlayerStream is based on the native audio support. You can try ExoPlayer. It is more powerful. Upvote 0