[FFmpeg-trac] #1842(avformat:closed): Incorrect segmented HTTP Live Streaming playlists

FFmpeg trac at avcodec.org
Tue Jan 22 20:57:24 CET 2013


#1842: Incorrect segmented HTTP Live Streaming playlists
-------------------------------------+-------------------------------------
             Reporter:  teric        |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:  fixed
             Keywords:               |               Blocked By:
  segment,hls,m3u8                   |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by saste):

 * status:  reopened => closed
 * resolution:   => fixed


Comment:

 Replying to [comment:18 saste]:
 > Replying to [comment:17 blacktrash]:
 > > I just made the experience that having EXT-X-TARGETDURATION at EOF
 instead of the beginning crashes on old iOS versions - 3.1 in my test
 case. Moving it to the top fixed the problem.
 >
 > This is what I get:
 > {{{
 > #EXTM3U
 > #EXT-X-VERSION:3
 > #EXT-X-MEDIA-SEQUENCE:2
 > #EXT-X-ALLOWCACHE:1
 > #EXT-X-TARGETDURATION:16
 > #EXTINF:3.361789,
 > outseg-002.ts
 > #EXTINF:3.342667,
 > outseg-003.ts
 > #EXTINF:15.248567,
 > outseg-004.ts
 > #EXT-X-ENDLIST
 > }}}
 >
 > I don't know what you mean by "EXT-X-TARGETDURATION at EOF".

 Please reopen (or open a new ticket) if you can provide the missing
 information.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1842#comment:19>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list