![]() |
HLS stream failed with error "NetworkSource: no stream URL found" - Printable Version +- MinimServer Forum (http://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimStreamer (/forumdisplay.php?fid=11) +--- Thread: HLS stream failed with error "NetworkSource: no stream URL found" (/showthread.php?tid=4460) |
HLS stream failed with error "NetworkSource: no stream URL found" - puosua - 01-04-2018 11:40 Hi My .m3u8 file as below: #EXTM3U #EXTINF:-1,[*;AAC] RTI Music http://live2.rti.org.tw/live/_definst_/rti/rti4/playlist.m3u8 #EXTINF:-1,[*;AAC] BBC Radio 1 http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_radio_one.m3u8 BBC Radio 1 works, but RTI Music failed with log (refer to attached file): NetworkSource: no stream URL found in http://live2.rti.org.tw/live/_definst_/rti/rti4/playlist.m3u8 URL tested with VLC and AIMP without issue. Please let me know how I can deal with this. Thanks RE: HLS stream failed with error "NetworkSource: no stream URL found" - simoncn - 01-04-2018 16:40 MinimStreamer requires an HLS master playlist as the stream URL. You have specified an HLS media playlist instead. The master playlist contains links to one or more media playlists. It might be possible to add support for specifying a media playlist directly (not linked via a master playlist) in a future version of MinimStreamer. I will look into this. RE: HLS stream failed with error "NetworkSource: no stream URL found" - puosua - 03-04-2018 07:56 Inspired by your reply, I tried to have an experiment. I've created a HLS master playlist and put on my NAS-webserver (http://myNAS/rti_music.m3u8): Code: #EXTM3U The value for BANDWIDTH is only for testing. Radio playlist modified as below: Code: #EXTM3U VLC is able to play http://myNAS/rti_music.m3u8 MinimServer failed with error: Duplicate Program Association Table packet (Debug.log attached) My experiment is not successful, and I hope MinimStreamer will directly support HLS media playlist in the near future. Thanks in advance. |