Re: [FFmpeg-user] Send unix socket data without encoding

2024-07-09 Thread Deepak Chauhan
Hi Ferdi, Apologies for the incomplete question! Here are the commands and their output *ffmpeg -re -i unix:/tmp/media -map 0:v:0 -pix_fmt yuv420p -c:v libvpx -b:v 1000k -deadline realtime -cpu-used 4 -f tee "[select=v:f=rtp:ssrc=:payload_type=102]rtp://127.0.0.1:2064?rtcpport=2025&pkt_s

Re: [FFmpeg-user] Send unix socket data without encoding

2024-07-09 Thread Ferdi Scholten
Hi Team, I am trying to send h264 video data to mediasoup using ffmpeg. When I run this command ffmpeg -re -i unix:/tmp/media -map 0:v:0 -pix_fmt yuv420p -c:v libvpx -b:v 1000k -deadline realtime -cpu-used 4 -f tee "[select=v:f=rtp:ssrc=:payload_type=102]rtp:// 127.0.0.1:2064?rtcpport=20