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

FFmpeg trac at avcodec.org
Tue Jan 22 12:27:26 CET 2013


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

Comment (by 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".

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


More information about the FFmpeg-trac mailing list