7 questions
1
vote
1
answer
198
views
Why is Flux.share() not sharing its subscription?
I want to share (i.e. split) my flux, but share() doesn't seem to cause my subscription to be shared. Why?
I have a Flux emitted by an expensive database call. I want to split that flux and process ...
1
vote
0
answers
340
views
Multicast UDP communication from WSL 2 to windows of same machine
I am trying to establish communication between WSL2 to windows and vice versa on same machine using multicast UDP socket.
Sender is sending the message successfully but receiver is not receiving. ...
0
votes
0
answers
160
views
How to do ip multicast /broadcast in ASP.NET Core
I have an ASP.NET Core 8 Web API service that needs to "publish" a message to the entire local network. So any client application needs to know that there is a Web API service.
What I'm ...
0
votes
0
answers
49
views
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 ...
0
votes
0
answers
1k
views
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 ...
0
votes
1
answer
791
views
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....
0
votes
0
answers
327
views
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.