Opened 13 years ago
Closed 12 years ago
#10729 closed Developer Task (Fixed)
HTTP Live Streaming not following IETF standard
Reported by: | JYA | Owned by: | cpinkham |
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | MythTV - HTTP Streaming | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The aim of this ticket is to trac the various non-compliant inaccuracies in the generated M3U8 playlist
Spec are taken from http://tools.ietf.org/html/draft-pantos-http-live-streaming-01
#EXTINF tag:
EXTINF is a record marker that describes the media file identified by the URI that follows it. Each media file URI MUST be preceded by an EXTINF tag. Its format is: #EXTINF:<duration>,<title> "duration" is an integer that specifies the duration of the media file in seconds. Durations SHOULD be rounded to the nearest integer. The remainder of the line following the comma is the title of the media file.
Myth produces an entry like: #EXTINF:<duration>
that there is no title is fine, however there must be a trailing [,] character. You'll note in the IETF spec, that all examples have a trailing [,]
Like so: #EXTINF:10,
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Component: | MythTV - General → MythTV - HTTP Streaming |
---|---|
Owner: | set to cpinkham |
Type: | Bug Report - General → Developer Task |
comment:3 Changed 12 years ago by
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Closing this ticket since various turned into one that was noted and this has been open for 13 months.
Note: See
TracTickets for help on using
tickets.
In c3774a8ced5533208055f77b8fbcb07bbd9577fb/mythtv: