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

Add support for non RFC playlist from TSDuck #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

novashdima
Copy link

In RFC we can find that after tag EXT-X-STREAM-INF we need to use the format below:

#EXT-X-STREAM-INF:<attribute-list>
<URI>

but TSDuck add a custom tag after #EXT-X-STREAM-INF e.g.:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:5
#EXT-X-MEDIA-SEQUENCE:4453
#EXT-X-PLAYLIST-TYPE:EVENT
#EXTINF:5.035,
#EXT-X-BITRATE:722
stream004453.ts
#EXTINF:5.035,
#EXT-X-BITRATE:620
stream004454.ts

So hls-analyzer trying to download chunk from the wrong link.
This small patch resolve the issue.

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

Successfully merging this pull request may close these issues.

None yet

1 participant