Questions tagged [multicasting]
4 questions
0
votes
0 answers
C# UdpClient Simple Multicasting Broadcast Unsuccessful
I am trying to setup the simplest implementation of Udp multicasting with C#. I am using UdpClient. The goal of this code is for a client to send some bytes and have them multicast to every connected client. For simplicity, I am not using any shared…

LiveOrDevTrying
- 31
- 3
0
votes
0 answers
java.net.NoRouteToHostException: No route to host: no further information
I tried to run a multicast and this error appeared:
java.net.NoRouteToHostException: No route to host: no further information
at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
at…

Nuno Gomes
- 1
- 1
0
votes
1 answer
Where does the igmp version get set in RedHat 7
Is there a different location/method to set the default igmp version for multicast on a RedHat 7 server other than using the force parameter (net.ipv4.conf.eth0.force_igmp_version = 0 ) in sysctl.conf or sysctl.d etc. In the example above the 0…

leonjv
- 1
- 1
0
votes
0 answers
Multicasting MPEG DASH stream to RTSP stream using ffmpeg
I want to convert mpeg dash stream to RTSP Multicast stream using ffmpeg.
I am new to ffmpeg, can anyone suggest a best way forward here.
Thanks in advance.