jkaberg / tvhProxy

An small flask app to help Plex DVR connect with Tvheadend
Other
216 stars 107 forks source link

Support for multiple ports? #40

Open raptor75 opened 7 years ago

raptor75 commented 7 years ago

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