[FFmpeg-trac] #4797(avformat:open): Trying to save m3u8 as mp4 giving "could not find corresponding trex" error.

FFmpeg trac at avcodec.org
Sat Aug 29 23:22:41 CEST 2015


#4797: Trying to save m3u8 as mp4 giving "could not find corresponding trex"
error.
-------------------------------------+-------------------------------------
             Reporter:  Jonzo        |                    Owner:  anssi
                 Type:  defect       |                   Status:  open
             Priority:  important    |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  hls          |               Blocked By:
  regression                         |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by anssi):

 * cc: anssi.hannula@… (added)
 * owner:   => anssi


Comment:

 Before da7759b3579de3e98deb1ac58e642b861280ba54 the EXT-X-BYTERANGE in the
 playlist weren't handled at all so FFmpeg would just play back the entire
 file 6 times (there are 6 segments in the playlist), which I guess is a
 better result from user's perspective than not working at all ;)

 The playlist seems to contain some unsupported feature(s) causing some
 bytes to be missing from the stream and thus demuxing fails, I'll take a
 look at implementing them.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4797#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list