BT TV Multicast on BT home hub 5a

Hi,

Having recently dusted off my HH5a and upgraded it to 19.07 I have been unable to get it to work with my BT TV youview box, I had previously followed the guide on another forum with success but this time around no dice.

my config is below if anyone is able to see where things may be wrong I would be gratefull!

/etc/config/network

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

config globals 'globals'
        option ula_prefix 'fd0c:c909:2bfe::/48'

config dsl 'dsl'
        option ds_snr_offset '0'
        option line_mode 'vdsl'
        option annex 'b'
        option xfer_mode 'ptm'
        option tone 'a'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0.1'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option dns '8.8.8.8 208.67.222.222'
        option igmp_snooping '1'

config device 'lan_eth0_1_dev'
        option name 'eth0.1'
        option macaddr '44:e9:dd:5b:18:12'

config interface 'wan'
        option proto 'pppoe'
        option ipv6 '1'
        option username 'bthomehub@btbroadband.com'
        option password 'bt'
        option ifname 'dsl0.101'

config device 'wan_dsl0_dev'
        option name 'dsl0'
        option macaddr '44:e9:dd:5b:18:13'

config interface 'wan6'
        option ifname '@wan'
        option proto 'dhcpv6'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 1 2 4 6t'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '5 6t'

config interface 'iptv'
        option proto 'static'
        option ipaddr '10.22.22.1'
        option netmask '255.255.255.0'
        option _orig_ifname 'pm0.101'
        option _orig_bridge 'false'
        option ifname 'dsl0.101'

/etc/config/firewall

#       option src              lan
#       option src_ip   192.168.45.2
#       option src_mac  00:11:22:33:44:55
#       option src_port         1024
#       option src_dport        80
#       option dest_ip  194.25.2.129
#       option dest_port        120
#       option proto    tcp

config rule
        option name 'config rul Multicast'
        option src 'wan'
        option dest 'lan'
        option dest_ip '224.0.0.0/4'
        option proto 'udp'
        option family 'ipv4'

# block a specific mac on wan
#config rule
#       option dest             wan
#       option src_mac  00:11:22:33:44:66
#       option target   REJECT

# block incoming ICMP traffic on a zone
#config rule
#       option src              lan
#       option proto    ICMP
#       option target   DROP

# port redirect port coming in on wan to lan
#config redirect
#       option src                      wan
#       option src_dport        80
#       option dest                     lan
#       option dest_ip          192.168.16.235
#       option dest_port        80
#       option proto            tcp

# port redirect of remapped ssh port (22001) on wan
#config redirect
#       option src              wan
#       option src_dport        22001
#       option dest             lan
#       option dest_port        22
#       option proto            tcp

### FULL CONFIG SECTIONS
#config rule
#       option src              lan
#       option src_ip   192.168.45.2
#       option src_mac  00:11:22:33:44:55
#       option src_port 80
#       option dest             wan
#       option dest_ip  194.25.2.129
#       option dest_port        120
#       option proto    tcp
#       option target   REJECT

#config redirect
#       option src              lan
#       option src_ip   192.168.45.2
#       option src_mac  00:11:22:33:44:55
#       option src_port         1024
#       option src_dport        80
#       option dest_ip  194.25.2.129
#       option dest_port        120
#       option proto    tcp

config rule
        option name 'config rul Multicast'
        option src 'wan'
        option dest 'lan'
        option dest_ip '224.0.0.0/4'
        option proto 'udp'
        option family 'ipv4'
        option target 'ACCEPT'

/etc/config/igmpproxy

config igmpproxy
        option quickleave 1
#       option verbose [0-3](none, minimal[default], more, maximum)

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

config phyint
        option network lan
        option zone lan
        option direction downstream

config phyint
        option network iptv
        option direction upstream
        list altnet 0.0.0.0/0           # allow everything
        list altnet 109.159.247.0/24    # BT's IPTV sources

Thankyou
scott