[mythtv-commits] mythtv branch fixes/0.28 updated by stuarta. v0.28-pre-3591-g97dbf6d

Git Repo Owner noreply at mythtv.org
Fri Feb 19 20:57:08 UTC 2016


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user stuarta.
       via  97dbf6df116bc83f86aa1fba335be5a7abaa165f (commit)
      from  a75f0262cea65735834a3d8b5541259577f51067 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 97dbf6df116bc83f86aa1fba335be5a7abaa165f
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Fri, 19 Feb 2016 09:00:33 +0000
Committer: Stuart Auchterlonie <stuarta at squashedfrog.net> at Fri, 19 Feb 2016 20:56:59 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=97dbf6df116bc83f86aa1fba335be5a7abaa165f

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.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/html/js/websocket_events.js          |    2 +-
 mythtv/libs/libmythupnp/httprequest.cpp     |    3 ++-
 mythtv/programs/mythbackend/mediaserver.cpp |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-commits mailing list