[FFmpeg-trac] #7307(undetermined:new): MP4 HLS produce wrong m3u8/m4s

FFmpeg trac at avcodec.org
Sat Jul 7 10:41:48 EEST 2018


#7307: MP4 HLS produce wrong m3u8/m4s
-------------------------------------+-------------------------------------
             Reporter:  loki5100     |                     Type:  defect
               Status:  new          |                 Priority:  critical
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  HLS m3u8     |               Blocked By:
  m4s                                |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 When you run this command line on windows:

 ''
 ffmpeg.exe -i
 "http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4"
 -loglevel verbose -c:a aac -b:a 128k -c:v hevc -b:v 4977k -maxrate 4977k
 -bufsize 7466k -x265-params "keyint=60:min-keyint=60:open-
 gop=0:scenecut=0" -r 483570000/16117951 -t 30 -sn -movflags faststart
 -preset ultrafast -pix_fmt yuv420p -hls_time 4 -hls_segment_type fmp4
 -hls_list_size 0 -hls_flags single_file -hls_fmp4_init_filename
 C:\temp\ffmpeg\bbb_init.mp4 C:\temp\bbb.m3u8
 ''

 Then when I try to play the .m3u8 in VLC media player it's crash and if I
 try to play the .m4s in VLC media player, i can't manually move the time
 cursor in the movie and vlc media player crash exactly at 29s of the
 beginning of playing

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7307>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list