I have been wrecking my brain to get iptv going here.
I have a subscription that needs tagged vlans, vlan34 for regular internet, and vlan4 for iptv. I have succesfully created both vlan34 and vlan4, and both interfaces are up and request dhcp addresses. So far so good.
I struggle to get igmpproxy to behave like it should.
If I hook up my isp supplied router, all works fine, but from the 1000 mbits this router is capable of doing about 300 mbits download and 100 mbits upload. My rt-n66 does 940 mbits up and down give or take a bit.
I am almost there, if I do a tcpdump -i vlan4 and request to see a stream on my pc, I see the streams go by on vlan4. However, on my pc mpc-hc does not seem to get the stream.
this is what I have configured so far in igmpproxy:
If I do a tcpdump -i br0 igmp I was hoping to see igmp traffic but no such thing. Any help would be greatly appreciated as I do not want to revert back to the isp router.
I have a subscription that needs tagged vlans, vlan34 for regular internet, and vlan4 for iptv. I have succesfully created both vlan34 and vlan4, and both interfaces are up and request dhcp addresses. So far so good.
I struggle to get igmpproxy to behave like it should.
If I hook up my isp supplied router, all works fine, but from the 1000 mbits this router is capable of doing about 300 mbits download and 100 mbits upload. My rt-n66 does 940 mbits up and down give or take a bit.
I am almost there, if I do a tcpdump -i vlan4 and request to see a stream on my pc, I see the streams go by on vlan4. However, on my pc mpc-hc does not seem to get the stream.
this is what I have configured so far in igmpproxy:
Code:
quickleave
phyint vlan4 upstream ratelimit 0 threshold 1
altnet 0.0.0.0/0
phyint br0 downstream ratelimit 0 threshold 1
If I do a tcpdump -i br0 igmp I was hoping to see igmp traffic but no such thing. Any help would be greatly appreciated as I do not want to revert back to the isp router.