03-17-2022, 09:38 PM
@dad33
@DRONE7
Ah, S4, thanks. I just pulled a URL for S4 in Serbia (countrycode RS) from radio-browser.info which works on my moOde 8 player here in USA
https://53be5ef2d13aa.streamlock.net/asm...ylist.m3u8
I think I understand the magic here. The .m3u8 file contains
This doesn't seem like a stream definition but..wait for it...the HTTP header returned for this file includes the tag
which the InterWeb tells me is the MIME header for M3U8 iOS media streams.
OK, actually I lied. I don't have a deep understanding of this method of identifying an audio stream, but the combination of the .m3u8 file plus its MIME header seems plausible and it works in moOde/MPD
Regards,
Kent
@DRONE7
Ah, S4, thanks. I just pulled a URL for S4 in Serbia (countrycode RS) from radio-browser.info which works on my moOde 8 player here in USA
https://53be5ef2d13aa.streamlock.net/asm...ylist.m3u8
I think I understand the magic here. The .m3u8 file contains
Code:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=43631,CODECS="mp4a.40.2"
chunklist_w175167527.m3u8
This doesn't seem like a stream definition but..wait for it...the HTTP header returned for this file includes the tag
Code:
Content-Type: application/vnd.apple.mpegurl
which the InterWeb tells me is the MIME header for M3U8 iOS media streams.
OK, actually I lied. I don't have a deep understanding of this method of identifying an audio stream, but the combination of the .m3u8 file plus its MIME header seems plausible and it works in moOde/MPD
Regards,
Kent