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

A segment with several URLs is splitted into multiple segments #162

Open
spiff-radio opened this issue Apr 11, 2023 · 1 comment
Open

A segment with several URLs is splitted into multiple segments #162

spiff-radio opened this issue Apr 11, 2023 · 1 comment

Comments

@spiff-radio
Copy link

spiff-radio commented Apr 11, 2023

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.

@gkatsev
Copy link
Member

gkatsev commented Apr 11, 2023

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

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

2 participants