Add IPTV Multicast VLAN option in IPTV configration of ER8411 router
Hi,
Please add IPTV Multicast VLAN option in IPTV configuration of ER8411 router. In consumer routers like Archer BE800/BE550 in IPTV configuration it is possible to set IPTV VLAN, VOIP VLAN and IPTV Multicast VLAN. In Omada routers the last option is missing which makes it impossible to configure IPTV in case of multicast packets in another VLAN. Interestingly, the option seems to be present in the form code but is hidden for some reason. It is possible to force it to show but I am not sure if it will work then. Is there a reason why this option is hidden?
It looks like some bug to me (fragment from form code below):
case "Bridge":
$("#internet_vlan_cnt").fieldset("hide"),
$("#ip_vlan_cnt").fieldset("hide"),
$("#iptv_vlan_cnt").fieldset("hide"),
$("#iptv_multi_vlan_cnt").fieldset("hide"),
P("Bridge");
break;
case "Custom":
$("#internet_vlan_cnt").fieldset("show"),
$("#ip_vlan_cnt").fieldset("show"),
$("#iptv_vlan_cnt").fieldset("show"),
$("#iptv_multi_vlan_cnt").fieldset("hide");
Please fix this - it shouldn't be that a premium business router is lacking compared to a consumer router.