[FFmpeg-trac] #7138(avformat:new): Generating encrypted HLS segments with the fmp4 format results in a segfault

FFmpeg trac at avcodec.org
Sat Apr 14 06:02:36 EEST 2018


#7138: Generating encrypted HLS segments with the fmp4 format results in a
segfault
------------------------------------+------------------------------------
             Reporter:  Brainiarc7  |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  hls         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by Brainiarc7):

 Alright, here is a simplified command, adjust paths as needed:

 {{{
 ffmpeg -f lavfi -i color=red -f lavfi -i anullsrc -g 29.97 -r 29.97 -b:v:0
 1000k -b:v:1 256k -b:a:1 64k -b:a:1 32k  -map 0:v -map 1:a -map 0:v -map
 1:a -f hls -var_stream_map "v:0,a:0  v:1,a:1" -master_pl_name  master.m3u8
 -t 360 -hls_time 2  -hls_segment_type 1 -hls_key_info_file
  /crypt/channel/secrets.keyinfo /web/cdn/vs%v/output_sl.m3u8
 }}}

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


More information about the FFmpeg-trac mailing list