The app proxies tvheadend so that it can be used with Plex DVR.
Examples assume you ave the following:
tvheadend
called livetvh
with password mypassword
.tvheadened
web interface is on 192.168.1.10:9981
.192.168.1.10
and port 5004
is free.bash
cargo install tvheadproxy // add -f to update
tvheadproxy -h "http://192.168.1.10:5004" -t "http://192.168.1.10:9981" -u "livetvh" -p "mypassword"
Example:
bash
docker run -dit -p 5004:5004 simonhdickson/tvheadproxy -h "http://192.168.1.10:5004" -t "http://192.168.1.10:9981" -u "livetvh" -p "mypassword"
Then in Plex go to Settings/Live TV PVR
click Add Device
and type http://192.168.1.10:5004
```bash tvheadproxy 0.1.0 TV Headend Proxy
USAGE:
tvheadproxy [OPTIONS] --tvhproxyurl
FLAGS: --help Prints help information -V, --version Prints version information
OPTIONS:
-o, --port