HDHomeRun App's Discovery from Wireless VLAN
1.1K
Pushes HDHomeRun App's Discovery to another Network accross VLANs
The mobile app doesn't allow you to enter an IP address.
If you are trying to use HDHomeRUn mobile app from wireless network, you may have issues finding the LAN attach hdhomerun hardware especially if you are NATed or across VLANs.
Using as Raspi running Docker. I have the Pi connected in same wifi network as my mobile devices. I run this workload on the wlan0 interface of the Pi and using socat listing on hdhomerun broadcast I forward to the IP of my HDHomeRun tuner appliance on my LAN. Once discovered on startup, the mobile devices no longer need the connection.
Set ${HDHOMERUN} environment variable to the IP of your HDHomeRun Appliance (ex. Flex)
docker run -d \
--name disc-hdhome \
-h disc-hdhome \
-p 65001:65001/udp \
-e HDHOMERUN=192.168.1.100 \
lopezjo49/hdrun_discover
Content type
Image
Digest
sha256:11a77f8ba…
Size
4.7 MB
Last updated
7 months ago
docker pull lopezjo49/hdrun_discover