[FFmpeg-trac] #7403(avformat:new): HLS Master Playlist fails being generated correctly

FFmpeg trac at avcodec.org
Wed Sep 5 15:34:13 EEST 2018


#7403: HLS Master Playlist fails being generated correctly
-------------------------------------+-------------------------------------
             Reporter:  barhom       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
  hlsplaylist.c                      |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by j_karthic):

 The right way of handling such cases is to manually pass the video bitrate
 and audio bitrate in the command line.
 For example

 {{{
 ffmpeg -i input.ts -c copy -b:v 1000k -b:a 128k -f hls -master_pl_name
 master.m3u8 -var_stream_map "v:0,a:0" "vs_%v/playlist.m3u8"

 }}}

 The above command will create the master playlist.

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


More information about the FFmpeg-trac mailing list