Open matej86 opened 7 years ago
For your: 'tvhURL': os.environ.get('TVH_URL') or 'http://tvhproxy:tvhproxy@localhost:9981'
,
Means for your Tvheadend (admin user):
Username: tvhproxy (default is admin)
Password: tvhproxy (default is admin)
Address: localhost
Listening on port: 9981
In my configuration I've replaced localhost in the line above and below with the IP address of my Tvheadend, and I have a static IP address assigned to it:
'tvhProxyURL': os.environ.get('TVH_PROXY_URL') or 'http://localhost'
In Plex use your tvhproxy IP address in the format tvhproxy:5004
, also assuming your tvhproxy IP address is static. This is probably the same machine your Tvheadend is on.
Hello,
I have successfully installed tvhProxy, but I need a guide in order to configure the "tvhProxy.py" file.
I just edited the "the URL" and I don't understand if this is the right way or not, nor I don't know if I have to configure something else since there is no guide on the internet at all....