#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to