Basically it would be nice to have the tvhproxy support launching multiple servers based on a configurable port from the same py script.
I know I can just make multiple copies of the tvhproxy.py files, edit the "http = WSGIServer((config['bindAddr'], 5004), app.wsgi_app)" line directly, and launch each one individually.
Just thought it would be cleaner from just one launch
I may do a pull request for this.
Basically it would be nice to have the tvhproxy support launching multiple servers based on a configurable port from the same py script.
I know I can just make multiple copies of the tvhproxy.py files, edit the "http = WSGIServer((config['bindAddr'], 5004), app.wsgi_app)" line directly, and launch each one individually.
Just thought it would be cleaner from just one launch