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

The library doesn't parse EXT-X-PART tag #61

Closed
sangk54 opened this issue Mar 20, 2020 · 1 comment
Closed

The library doesn't parse EXT-X-PART tag #61

sangk54 opened this issue Mar 20, 2020 · 1 comment

Comments

@sangk54
Copy link

sangk54 commented Mar 20, 2020

Below is an example

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:4
#EXT-X-MEDIA-SEQUENCE:109791
#EXT-X-SERVER-CONTROL:CAN-BLOCK-RELOAD=YES,PART-HOLD-BACK=3.12
#EXT-X-PART-INF:PART-TARGET=1.04
#EXTINF:3.96,
l_5797_63028341_109791.ts
#EXT-X-PART:DURATION=1,URI="l_5797_63032301_109792_0.ts"
#EXT-X-PART:DURATION=1,URI="l_5797_63032301_109792_1.ts"
#EXT-X-PART:DURATION=1,URI="l_5797_63032301_109792_2.ts"
#EXT-X-PART:DURATION=1.04,URI="l_5797_63032301_109792_3.ts"
#EXTINF:3.96,
l_5797_63032301_109792.ts
#EXT-X-PART:DURATION=1,URI="l_5797_63036261_109793_0.ts"
#EXT-X-PART:DURATION=1,URI="l_5797_63036261_109793_1.ts"
#EXT-X-PART:DURATION=1,URI="l_5797_63036261_109793_2.ts"
#EXT-X-PART:DURATION=1.04,URI="l_5797_63036261_109793_3.ts"

@kuu
Copy link
Owner

kuu commented Apr 5, 2020

EXT-X-PART is now supported by #65
Also published to npm as v0.6.0

@kuu kuu closed this as completed Apr 5, 2020
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