udm-telus | get TELUS Optik TV working with the UDM and Ubiquiti APs

 by   peacey Shell Version: Current License: No License

kandi X-RAY | udm-telus Summary

kandi X-RAY | udm-telus Summary

udm-telus is a Shell library. udm-telus has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

TELUS Optik TV uses multicast to deliver their TV streams to the TELUS TV boxes. The UDM can do multicast routing since version 1.11.0, but it has to be configured manually through the command line. If not configured, TV channels will only play for 15 seconds before stopping. This tutorial will show you how to install and configure igmpproxy for TELUS Optik TV, and how to connect your PVR and wireless digital boxes to the UDM and Ubiquiti APs. Following this tutorial successfully will allow you to watch Optik TV without interruption with your UDM and Ubiquiti APs. Most of this tutorial uses the new UI, so it is recommended to follow this tutorial with the new UI unless you know where the options are in the old UI. The UDM Pro and UDM Base are both supported.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              udm-telus has a low active ecosystem.
              It has 33 star(s) with 6 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 5 open issues and 5 have been closed. On average issues are closed in 18 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of udm-telus is current.

            kandi-Quality Quality

              udm-telus has no bugs reported.

            kandi-Security Security

              udm-telus has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              udm-telus does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              udm-telus releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of udm-telus
            Get all kandi verified functions for this library.

            udm-telus Key Features

            No Key Features are available at this moment for udm-telus.

            udm-telus Examples and Code Snippets

            No Code Snippets are available at this moment for udm-telus.

            Community Discussions

            No Community Discussions are available at this moment for udm-telus.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install udm-telus

            Your UDM must be updated to at least version 1.11.0 to use igmpproxy. SSH into your UDM. Replace 192.168.1.1 with your UDM's IP. Download igmpproxy and configuration file. The default igmpproxy.conf uses eth9 (WAN2 SFP+ port) for the upstream network, and br33 (VLAN 33) for the downstream network. If you are using the Ethernet WAN port, or another VLAN for your TV, then modify igmpproxy.conf accordingly. Run igmpproxy in the foreground to test if everything is working. On your wired TELUS PVR and digital boxes (not the wireless ones), tune to a channel and check if the TV is working without interruption for longer than 15 seconds. If igmpproxy is not working, your TV will stop working after 15 seconds.
            Your UDM must be updated to at least version 1.11.0 to use igmpproxy.
            If you are using a version before 1.11.0, you can still use igmpproxy, but you will need to compile a custom kernel and enable the CONFIG_IP_MROUTE option (not covered here). It is recommended to update your UDM to 1.11.0 or later instead of compiling your own kernel.
            SSH into your UDM. Replace 192.168.1.1 with your UDM's IP. ssh root@192.168.1.1
            Download igmpproxy and configuration file. mkdir /mnt/data/igmpproxy cd /mnt/data/igmpproxy curl -Lo igmpproxy https://raw.githubusercontent.com/peacey/udm-telus/main/igmpproxy curl -Lo igmpproxy.conf https://raw.githubusercontent.com/peacey/udm-telus/main/igmpproxy.conf chmod +x igmpproxy Note the igmpproxy binary included in this repository was extracted directly from the debian arm64 package. If you do not trust the binary on this github, you can download it and extract it manually from the official debian package instead.
            The default igmpproxy.conf uses eth9 (WAN2 SFP+ port) for the upstream network, and br33 (VLAN 33) for the downstream network. If you are using the Ethernet WAN port, or another VLAN for your TV, then modify igmpproxy.conf accordingly. TIP: To modify the config, run vim igmpproxy.conf. Press i to start editing in vim, navigate with your arrow keys and make your changes, press ESC to exit insert mode, type :wq to save and exit. If you are using the Ethernet WAN port on the UDM Pro, change the two instances of eth9 to eth8. If you are using the Ethernet WAN port on the UDM Base, change the two instances of eth9 to eth4. If you are using a different VLAN for TV traffic than VLAN 33, change the one instance of br33 to brX, where X is your VLAN number (br0 = default LAN).
            Run igmpproxy in the foreground to test if everything is working. ./igmpproxy -nd ./igmpproxy.conf
            On your wired TELUS PVR and digital boxes (not the wireless ones), tune to a channel and check if the TV is working without interruption for longer than 15 seconds. If igmpproxy is not working, your TV will stop working after 15 seconds. If your box is stuck at the initialization screen, unplug it and replug it back in and wait a few minutes for it to start. If you cannot even get to watching TV or are getting client initialization errors, make sure your Internet is working and you have previously registered the boxes with TELUS as instructed above.
            If the TV is working properly, press Ctrl+C in the SSH window to stop igmpproxy, then run it in the background via: ./igmpproxy ./igmpproxy.conf
            igmpproxy will not start on boot by default. If you want to start igmpproxy at boot, read the next section.
            If you have any wireless digital boxes, read on to the last section to learn how to set them up with your Ubiquiti WiFi network.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/peacey/udm-telus.git

          • CLI

            gh repo clone peacey/udm-telus

          • sshUrl

            git@github.com:peacey/udm-telus.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link