[mythtv-firehose] mythtv branch master updated by stuarta. v0.28-pre-3593-gcaaaeef

Git Repo Owner noreply at mythtv.org
Fri Feb 19 09:04:46 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user stuarta.
       via  caaaeef8166722888012f4ecaf3e9b0f09df512a (commit)
      from  e4fface97ceb54de484acfa287c74e6ba6355585 (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 caaaeef8166722888012f4ecaf3e9b0f09df512a
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 09:00:33 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=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.



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

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-firehose mailing list