[FFmpeg-trac] #8444(undetermined:closed): Tee muxer bug with HLS slaves when var_stream_map is in use.

FFmpeg trac at avcodec.org
Fri Dec 27 03:28:08 EET 2019


#8444: Tee muxer bug with HLS slaves when var_stream_map is in use.
-------------------------------------+-------------------------------------
             Reporter:  Brainiarc7   |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:  invalid
             Keywords:  hls,tee      |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cus):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 In your script you are using " instead of ' for the value of
 var_stream_map. That won't work, unlike bash, ffmpeg only accepts '.

 Using the following, your script seems to work fine:

 {{{
 MS="master_pl_name=mainmanifest.m3u8:var_stream_map='v\\:0,agroup\\:audio
 v\\:1,agroup\\:audio v\\:2,agroup\\:audio v\\:3,agroup\\:audio
 v\\:4,agroup\\:audio v\\:5,agroup\\:audio v\\:6,agroup\\:audio
 v\\:7,agroup\\:audio v\\:8,agroup\\:audio a\\:0,agroup\\:audio'"
 }}}

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


More information about the FFmpeg-trac mailing list