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
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
How do I set up FFMPEG to stream out RTSP as a server?
By Videogamer555 in forum DVB / IPTVReplies: 3Last Post: 26th Jan 2024, 13:31 -
Re-streaming unicast/ multicast with FFMPEG
By PODL in forum Newbie / General discussionsReplies: 6Last Post: 28th Apr 2023, 13:18 -
pywidevine + L3 Problem with new CDM Server [build date 5 AUG 2022]
By Balooshy in forum Video Streaming DownloadingReplies: 7Last Post: 25th Aug 2022, 07:55 -
Werchter Rock 2022 Live Stream
By ghostrewel in forum Video Streaming DownloadingReplies: 2Last Post: 30th Jun 2022, 08:54 -
Capture screen at 60 fps on Windows with ffmpeg
By qo4on in forum Capturing and VCRReplies: 2Last Post: 4th Jan 2022, 10:31