[FFmpeg-trac] #8705(avformat:new): content_type option is not working with tee output

FFmpeg trac at avcodec.org
Mon Apr 3 14:07:57 EEST 2023


#8705: content_type option is not working with tee output
------------------------------------+------------------------------------
             Reporter:  animtim     |                    Owner:  (none)
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  tee         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Comment (by tubby):

 I have the same issue with -content_type, -ice_name and -ice_url. This
 works fine for 1 icecast server, but when i use tee with fifo it goes
 wrong

 i've tried command 3, but that does also not work

 My command:

 /usr/bin/ffmpeg -loglevel debug -nostdin -hide_banner -y -err_detect
 ignore_err -i rtp://@XXXXXXXXXX -reconnect 1 -reconnect_at_eof 1
 -reconnect_streamed 1 -reconnect_delay_max 2 -attempt_recovery 1 -strict
 experimental -preset veryfast -threads 0 -acodec libmp3lame -b:a 256k
 -sample_rate 48000 -f tee -map 0 -content_type audio/mpeg -ice_name
 test123 -ice_url "http://<myserver>:4444/test.mp3"
 "[f=fifo:fifo_format=mp3:drop_pkts_on_overflow=1:onfail=ignore:attempt_recovery=1:recovery_wait_time=1]icecast://source:<password>@<myserver>:4444/test.mp3|[f=fifo:fifo_format=mp3:drop_pkts_on_overflow=1:onfail=ignore:attempt_recovery=1:recovery_wait_time=1]icecast,,content_type=audio/mpeg,,://source:<password>@<myserver>:4444/test.mp3"
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/8705#comment:9>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list