-
|
Sorry for the dumb question but what is the difference between this repo's software and the new settings that is came up in internet settings of ticking IGMP proxy on? I can configure on the UI to specify the network routing IGMP packages to. Also I can enable IGMP Snooping on this selected network and it is all working as expected (some sporadic stop of streams appear I can get over with play/pause sequence). I used udm-iptv back before this settings appeared but it is working with UDM build in right now. So I want to ask what is the benefit of using this software . I just want to know if there is some technical advantage that worth setting this up (lower memory or CPU usage, less traffic, etc.)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
|
The native IGMP proxy option doesn't support VLAN on WAN. |
Beta Was this translation helpful? Give feedback.
-
|
Has something changed with the latest Unifi firmware updates? I have a UDM SE trying multicast enablement to KPN and whatever I try, after reinstalling, the Fabian script does not work any longer. It fails to configure the IGMP part I believe. Reconfiguring drops an error: duplicate session or something alike. |
Beta Was this translation helpful? Give feedback.
There are more ways to solve it, the udm-iptv script allows you to set up IPTV with a single UniFi (cloud) gateway without needing to cable specific VLANs to specific ports.
The script by default uses the same IGMP proxy program that UniFi uses when you enable the IGMP proxy setting in the Network Application (improxy). Plus it sets up the correct routing and DHCP options to make routed IPTV work. You technically don’t need a local VLAN for the STBs either but it can improve performance or ease troubleshooting.
Plus it’s been successfully used by many people so it works well in most cases.
As for the IGMP snooping, the script doesn’t do anything with that. You need to configure that corre…