[mythtv-commits] mythtv branch fixes/0.27 updated by dekarl. v0.27-136-gb249ad4

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


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user dekarl.
       via  b249ad4d241b8a3adf7b3cde8a26b03e736febd2 (commit)
      from  f1e620c6fcaead237ee01c9aa7d0bd5380571189 (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 b249ad4d241b8a3adf7b3cde8a26b03e736febd2
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:33:01 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b249ad4d241b8a3adf7b3cde8a26b03e736febd2

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.
(cherry picked from commit f2defe87d63fbe544c7333af0ca5b04aa078ebf4)



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

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

-- 



More information about the mythtv-commits mailing list