-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udpxy with igmpproxy #19
Comments
Hi there,
It's most likely a faulty configuration of multicast on your network.
udpxy uses standard POSIX API to subscribe to multicast, nothing tricky
there that could/should be tweaked.
Regards,
-pavel
Le mar. 5 mai 2020 à 20:52, maximushugus <notifications@github.com> a
écrit :
… Hello and thanks for your work.
I have a problem with udpxy running on my OpenWrt router :
I have a multicast stream provided by my ISP : I get this stream on my LAN
with IGMPproxy on my router (i have IGMPscooping enable on my entire lan).
But I would like to add udpxy to convert multicast to unicast when I need
(through my home VPN per exemple).
So udpxy is configure with sources as my LAN router IP but I have a
problem :
If the multicast stream is active on the lan (on another machine for
exemple), udpxy works and I can get the unicast stream of this multicast.
But if this multicast stream is not active, udpxy can't access this stream.
Also if I stop the multicast stream in all my machines on my LAN, the
unicast stream from udpxy stops after about 10 seconds.
It looks as if udpxy can't make the subscription to multicast.
Do you know why it doesn't work the way I want ?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJWWSYNPPTFXVCJVJHZLHLRQBG7VANCNFSM4MZY5YCQ>
.
|
Thanks for your answer. I will try to find the problem in my network configuration. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello and thanks for your work.
I have a problem with udpxy running on my OpenWrt router :
I have a multicast stream provided by my ISP : I get this stream on my LAN with IGMPproxy on my router (i have IGMPsnooping enabled on my entire lan).
But I would like to add udpxy to convert multicast to unicast when I need (through my home VPN per exemple).
So udpxy is configured with sources as my LAN router IP but I have a problem :
If the multicast stream is active on the lan (on another machine for exemple), udpxy works and I can get the unicast stream of this multicast from udpxy.
But if this multicast stream is not active, udpxy can't access this stream.
Also if I stop the multicast stream in all my machines on my LAN, the unicast stream from udpxy stops after about 10 seconds.
It looks as if udpxy can't make the subscription to multicast.
Do you know why it doesn't work the way I want ?
Thanks
The text was updated successfully, but these errors were encountered: