Variant playlist type#1
Open
cristina0botez wants to merge 8 commits into
Open
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.
Owner
|
Hi, I'm a bit confused, why are you making a pull request on my forked repo instead of the original? |
Author
|
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. |
Owner
|
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.
cristina0botez
pushed a commit
to cristina0botez/m3u8
that referenced
this pull request
Aug 5, 2015
cristina0botez
pushed a commit
to cristina0botez/m3u8
that referenced
this pull request
Aug 5, 2015
Updated model, protocol and parser to add cue_out info to Segment object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for #EXT-X-PLAYLIST-TYPE.