[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-759-gf2defe8

Git Repo Owner noreply at mythtv.org
Wed Jan 29 16:29:58 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  f2defe87d63fbe544c7333af0ca5b04aa078ebf4 (commit)
      from  a06cfcf8d875fb09b5346952b3c472f9763ca32e (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 f2defe87d63fbe544c7333af0ca5b04aa078ebf4
Author:    Stefan Becker <chemobejk at gmail.com> at Fri, 13 Dec 2013 22:12:04 +0200
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 29 Jan 2014 17:27:28 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f2defe87d63fbe544c7333af0ca5b04aa078ebf4

Bind to multicast address instead of ANY
If multiple servers multicast content on the same port we can't receive
it on multiple recorders if bind to QHostAddress::Any. If we bind to the
multicast address we don't have this problem. Problem discovered and
patched by Niels Ole Kirkeby.

Note: This also adds error handling for when a bind fails.

Fixes #11979
Fixes #12036

The tickets contain multiple reports of success.



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

Summary of changes:
 .../libs/libmythtv/recorders/iptvstreamhandler.cpp |   28 ++++++++++++-------
 1 files changed, 18 insertions(+), 10 deletions(-)

-- 



More information about the mythtv-commits mailing list