[mythtv-commits] Ticket #12601: websocket port is hard coded

MythTV noreply at mythtv.org
Wed Mar 2 10:38:42 UTC 2016


#12601: websocket port is hard coded
-----------------------------------+-----------------------------
 Reporter:  stuarta                |          Owner:  stuartm
     Type:  Bug Report - General   |         Status:  new
 Priority:  major                  |      Milestone:  0.28
Component:  MythTV - Web Frontend  |        Version:  Master Head
 Severity:  medium                 |     Resolution:
 Keywords:                         |  Ticket locked:  0
-----------------------------------+-----------------------------

Comment (by stuarta):

 In caaaeef8166722888012f4ecaf3e9b0f09df512a

 {{{
     The port numbers for the websocket (for the backend webserver),
     and the upnp ssl port were hardcoded.

     This changes the default port number to be
     - backendport + 5  (websocket port)
     - backendport + 10 (upnp ssl port)

     This leaves the default upnp ssl port unchanged, and moves
     the websocket port to one which does not conflict.

     This allows 2 instances of the backend to run simultaneously
     on the same system (ie. dev & prod), provided that the backend
     port for one of them is changed to a different one.
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12601#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list