Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Conversation

agparadiso
Copy link

When rendering a mediaplaylist with a DiscontinuitySeq different than 0 a new line is missing, so is being displayed as:

#EXTM3U
#EXT-X-VERSION:6
#EXT-X-MEDIA-SEQUENCE:15150186350000
#EXT-X-TARGETDURATION:2
#EXT-X-DISCONTINUITY-SEQUENCE:1#EXTINF:2.000,

instead of:

#EXTM3U
#EXT-X-VERSION:6
#EXT-X-MEDIA-SEQUENCE:15150186350000
#EXT-X-TARGETDURATION:2
#EXT-X-DISCONTINUITY-SEQUENCE:1
#EXTINF:2.000,

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 71.997% when pulling d26feeb on agparadiso:add_newline_after_discontinuity_sequence into 4ca66f5 on grafov:master.

@agparadiso agparadiso changed the title fix: add new line after discontinuity sequence fix: add new line after #EXT-X-DISCONTINUITY-SEQUENCE Apr 12, 2019
@agparadiso
Copy link
Author

agparadiso commented Apr 16, 2019

Hey! 👋 can we please merge this? @grafov @leikao @bradleyfalzon

@leikao leikao merged commit 6b811b7 into grafov:master Apr 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants