[FFmpeg-trac] #10786(avformat:new): CODECS for HLS mux hard coded to 4

FFmpeg trac at avcodec.org
Tue Jan 9 20:05:24 EET 2024


#10786: CODECS for HLS mux hard coded to 4
-------------------------------------+-------------------------------------
             Reporter:  David        |                     Type:  defect
  Johansen                           |
               Status:  new          |                 Priority:  important
            Component:  avformat     |                  Version:  6.1
             Keywords:  HLS          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 ffmpeg -i test.mp4 -c:v copy -c:a copy -map v:0 -map a:0 -tag:v hvc1
 -master_pl_name index.m3u8 -f hls "%v/index.m3u8"
 6.1.1
 Built on macOS with homebrew
 }}}

 The tier is hard coded to 4 and I'd be glad to submit a patch to fix this,
 but need some guidance on where the value should be pulled from:
 https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/e38092ef9395d7049f871ef4d5411eb410e283e0:/libavformat/hlsenc.c#l413
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10786>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list