Greetings everyone.
I'd like to solve a simple problem of having an IPTV access on my wireless devices at home.
I've tried using IGMP-proxy, but it doesn't work well with wireless solutions - each time I open an UDP broadcast connection, whole network slows down.
Since I've got a spare Raspberry Pi, I thought I'd use it with udpxy server. I'd like to use the udpxy program (running on raspberry) to forward me IPTV streams via HTTP upon request.
I'm not really sure how to configure the router for such scenario, so I hope anyone here could help me? I've attached my network schematics.
What I'd like to achieve is, enable my Raspberry to have access to broadcast UDP traffic (e.g.: 239.1.1.115:5000) which is available on the gateway interface, without IGMP-proxy disturbing my WLAN traffic (since it goes berserk, if anyone is accessing broadcast IPs), and serve me on my local network (192.168.88.1/24).
Any help would be much appreciated.