Plex Docker on unRaid not discovering Live TV tuners

I’ve had my Plex Docker running for a few weeks now and recently went to set up my tuners in Plex and it is not discovering them. I have two HDhomerun tuners and Plex refuses to see them only giving me the error: There was a problem discovering devices. I can manually enter the IP for one and it finds it and acts like it is adding it to the server. However once it gets past the adding channels page it never seems to actually add the tuner to Plex, returning me to the Set Up DVR page. The other tuner it refuses to see even when I manually enter the IP.

I had both of these tuners set up on a Windows server with Plex recently and it worked great so this is something new with the Docker. Anyone have something similar? Everything else runs perfectly fine, just can’t seem to get my HDHomerun’s working.

You need to expose port 65001/udp to your docker container and BOOM!

-p 65001:65001/udp