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
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