Flint 2 IPTV not working

Hi, am trying a flint 2 from a Draytek and cannot get IPTV to work, the Draytek has an igmp setting that you just enable to get IPTV to work, no snooping needed, but the Flint 2 does not seem to have this? i have installed igmpproxy plug in but this has not made any difference

Any advice would be much appreciated

Chris

Hi Chris,

I wonder how is the topology?, i'd guess you setup the flint 2 as a isp connection or are you doing it through a bridge mode, and also since bridge mode can variate, what does that mode passthrough or does it passthrough everything like a untagged all access port?

the issue is with bridge modus some already untag the iptv already on lan, meaning the flint already should be able to handle iptv, there is also a bridge mode where you need to obtain vlans manually, likely for the vlan one you need igmpproxy, it very depends on the specifics of this implementation.

Hi, so it is setup as an isp router, i have an fttp connection, all is working ok just iptv is not. I have found guides online about editing the igmpproxy file on the router which i have tried but no luck as yet, will need to see if i can find any other options to try, seems like others have this issue with the flint 2 and iptv, some have got it to work some not.

Which firmware?

It's under Network, third from the bottom.

I see, could you post the contents of:

/etc/config/network
/etc/config/firewall
/etc/config/igmpproxy

Note that the igmp/multicast option in gl ui might conflict with igmpproxy, but can be easily managed in luci if needed.

also you are sure the isp configuration for iptv is accurate?, often from my own experience some isps don't always update their recent changes to the public.

@KernelKlink i have the latest firmware release, it updated last night when i connected it up

@xize11 pretty sure the ISP config is ok, was working fine on the Draytek i was running before i swapped in the Flint2, will post the contents of those files when i get back from work later

Thanks again

Chris

Hi, so this is my igmpproxy file config

config igmpproxy
option quickleave 1

option verbose [0-3](none, minimal[default], more, maximum)

config phyint
option network iptv
option zone wan
option direction upstream
list altnet 109.159.247.0/24

config phyint
option network lan
option zone lan
option direction downstream

and this is my network config

config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config interface 'iptv'
option proto 'static'
option device 'eth1'
option ipaddr '10.22.22.1'
option netmask '255.255.255.0'

config globals 'globals'
option ula_prefix 'fd46:9a5f:682f::/48'

config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'

and this is my firewall config

config defaults
option syn_flood '1'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'REJECT'

config zone
option name 'lan'
list network 'lan'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'ACCEPT'

config zone
option name 'wan'
option output 'ACCEPT'
option forward 'REJECT'
option mtu_fix '1'
option input 'DROP'
option masq '1'
list network 'wan'
list network 'wan6'

I have managed to get it working with the help of this forum post

routermuffin's post is what did it

Chris

1 Like