VLC is able to play the stream.
I want to capture a multicast stream and send it out to a different nic. I have about 16 streams coming in from different sources.
I want to resend them out via ffmpeg, so they appreat as if they are coming from the server running ffmpeg.
i used this command for 1 stream.
ffmpeg -i "udp://226.1.11.101:5101?localaddr=10.96.246.25&reuse=1" -c copy -f mpegts "udp://239.20.0.1:20018?pkt_size=1316"
the local address is the IP receiving the stream.

I get the below error:

Error opening input file udp://226.1.11.101:5101?localaddr=10.96.246.25&reuse=1.
Exiting normally, received signal 2.

how do i resolve this?
I am using window server 2022 to run the ffmpeg