-
Notifications
You must be signed in to change notification settings - Fork 100
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
Can EXT-X-I-FRAME-STREAM-INF be supported? #100
Comments
@SamJarmanPP, is the problem you are facing that you only get one parsed object instead of an array of them ? |
Honestly, I cant remember now. But that does sound right - is that the current behaviour? |
I believe so. |
Does this mean EXT-X-I-FRAME-STREAM-INF still is only supported by making custom parser? Yes it seems so after some testing... |
Workaround:
|
Thx - I guess it should be entries.push(line) ? Not sure videojs-http-streaming support custom stuff though where I use this. I noticed I could provide a customTagParser to videojs-http-streaming - seemed to parse it - but still couldn't play the stream... |
I'd like to see support for the parsing of
#EXT-X-I-FRAME-STREAM-INF
lines.eg
#EXT-X-I-FRAME-STREAM-INF: BANDWIDTH=100403,RESOLUTION=392x216,CODECS="avc1.42c01e",URI="QualityLevels(90258)/Manifest(video,format=m3u8-aapl,type=keyframes)"
I tried to make a custom parser for this, but I cant seem to get it to work right with an object for each time this line occurs (many times)
Any ideas welcome,
Thanks!
The text was updated successfully, but these errors were encountered: