Answer for Problems with multicast over UDP as input
Written by Omiar on . Posted in
It’s actually:
UDP multicast (yuvj420p)–> ffmpeg –> EMS -> viewer
ffmpeg is executed with:
./ffmpeg -f mpegts -i udp://239.192.254.200:5520 -map 0:0 -acodec libvo_aacenc -map 0:1 -vcodec libx264 -pix_fmt yuv420p -filter:v yadif -f flv -metadata streamName=somename tcp://ems_public_ip:port
ffmpeg also makes the multicast to unicast.