We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, this is a valid item (with multiple URLs).
#EXTINF:-1,a=Artist 3,t=Song 3 http://example.com/song3.mp3 http://example.com/song3-live.mp3
It should return a single segment with multiple URLs, but returns multiple segments instead.
The text was updated successfully, but these errors were encountered:
This doesn't seem to be valid according to the HLS specification. Section 4.4.4.1 EXTINF implies that only one url can be used
It applies only to the next Media Segment. This tag is REQUIRED for each Media Segment
Sorry, something went wrong.
No branches or pull requests
Hi,
this is a valid item (with multiple URLs).
It should return a single segment with multiple URLs, but returns multiple segments instead.
The text was updated successfully, but these errors were encountered: