An application to emulate the HDHomeRun API which allows Plex Media Server's DVR feature to connect to EETV Boxes.
This application is distributed as a docker image, please ensure you have docker set-up and configured before continuing.
Run the following command replacing YOUREETVBOXIP with your EETV box IP address:
docker run -d -p 5004:5004 --name eetv-plex-proxy -e PROXY_HOST=localhost -e PROXY_PORT=5004 -e EETV_IP=YOUREETVBOXIP --restart unless-stopped -v eetv_plex_proxy:/config olivercullimore/eetv-plex-proxy
Set the parameters and environment variables below to configure the proxy:
| Parameter | Function |
|---|---|
-p 5004:5004 | Web API |
-e PROXY_HOST=localhost | Specify the host domain/IP to use e.g. 192.168.1.50 |
-e PROXY_PORT=5004 | Specify the port to use e.g. 5004 |
-e EETV_IP=192.168.1.52 | Specify the IP of the EETV Box e.g. 192.168.1.50 |
-e EETV_APP_KEY= | Specify the AppKey for the EETV Box. Leave blank to use default AppKey |
Enter the IP address or hostname of the host and port of the running eetv-plex-proxy application. E.g. 192.168.1.50:5004
Build and run the application by running make run
Or build the application by running make build and then run the binary produced
https://github.com/jkaberg/tvhProxy
https://github.com/TheJF/antennas
Content type
Image
Digest
Size
7.2 MB
Last updated
over 5 years ago
docker pull olivercullimore/eetv-plex-proxy