Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunked m3u playlist #206

Open
Derek-K opened this issue Jul 1, 2021 · 0 comments
Open

Chunked m3u playlist #206

Derek-K opened this issue Jul 1, 2021 · 0 comments

Comments

@Derek-K
Copy link

Derek-K commented Jul 1, 2021

I have come across a few radio station uses chunked m3u playlist (i.e. the stream name keeps changing) for example

5b2959fe11444.streamlock.net/radio/am1430.stream/playlist.m3u8

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=51646,CODECS="mp4a.40.2"
chunklist_w1817440045.m3u8

then access 5b2959fe11444.streamlock.net/radio/am1430.stream/chunklist_w1817440045.m3u8 gives

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:21
#EXT-X-MEDIA-SEQUENCE:9694
#EXT-X-DISCONTINUITY-SEQUENCE:0
#EXTINF:9.963,
media_w1817440045_9694.aac
#EXTINF:10.034,
media_w1817440045_9695.aac
#EXTINF:9.954,
media_w1817440045_9696.aac

In fact, the list will keep growing/changing. In order to play continuously (from Chrome) it has to load the "newest" aac stream (and that keep changing)

I have searched this issue, and the only thing related seems to be:
#57 (comment)

Any ideas, if the "chunked transfer encoding" is related to what I describe above? If yes, what URL should I use?

Repository owner deleted a comment from Momo57530 Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant