Hello!
I was using igmpproxy so that my isp's iptv set-top-boxes would work behind my openwrt router.
If I didnt't do so the stream would stop after about 10 seconds of playback
Suddenly, it stopped working and i didnt change any configs whatsoever.
My setup is:
ISP Modem (192.168.0.1) -> Raspberry Pi 4 running openwrt (wan: 192.168.0.2, lan: 10.30.0.1)-> tp-link managed switch (tl-sg1016de)-> devices, in this case here, the iptv boxes
The config file got reset and the config I used before doesnt seem to work with an updated version of igmpproxy
The autogenerated config that i cant change is this:
quickleave
phyint eth1 upstream ratelimit 0 threshold 1
altnet 192.168.1.0/24
phyint br-lan downstream ratelimit 0 threshold 1
Some logs from igmpproxy:
The IGMP message was from myself. Ignoring.
The source address 10.30.10.62 for group 239.255.255.250 is from downstream VIF[0]. Ignoring.
RECV V2 member report from 10.30.0.2 to 224.0.0.22
Updated route entry for 224.0.0.22 on VIF #0
RECV Leave message from 10.30.10.62 to 224.0.0.2
Leaving group 239.1.4.190 on interface eth1
RECV Membership query from 10.30.0.1 to 239.1.4.190
RECV V2 member report from 10.30.0.1 to 224.0.0.106
The IGMP message was from myself. Ignoring.
RECV V3 member report from 192.168.0.2 to 224.0.0.22
RECV V2 member report from 10.30.10.62 to 239.1.4.190
Updated route entry for 239.1.4.190 on VIF #0
Joining group 239.1.4.190 on interface eth1
RECV V3 member report from 192.168.0.2 to 224.0.0.22
My mom is angry at me lol so some help would be appreciated