-
Notifications
You must be signed in to change notification settings - Fork 3
Variant playlist type #1
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
base: master
Are you sure you want to change the base?
Variant playlist type #1
Conversation
The data is available in two places: - M3U8.media is a list of all Media entries. - Playlist.media is a list of the Media entries connected to this playlist via the AUDIO, VIDEO and SUBTITLES tags.
…ehaviour so that if #EXT-X-MEDIA-SEQUENCE is set to 0 it is serialized.
|
Hi, I'm a bit confused, why are you making a pull request on my forked repo instead of the original? |
|
Hi! I needed your modifications as well... Perhaps I'm a bit new to this branching - pull request process. Since I forked from your version of the project, I figured I'd make a pull request one step up. |
|
Well, since you are adding a separate feature and your changes doesn't seem to depend on mine it makes more sense if you create a separate pull request on the original repo without my changes. My repo only exists for the pull request I currently have open to the original repo and merging your changes here would not help getting your changes into the original repo. |
… quoted-string value. See http://tools.ietf.org/html/draft-pantos-http-live-streaming-12#section-3.4.10 subsections: AUDIO, VIDEO, SUBTITLES.
Updated model, protocol and parser to add cue_out info to Segment object
Added support for #EXT-X-PLAYLIST-TYPE.