
noreply at mythtv
May 2, 2012, 7:09 AM
Views: 41
Permalink
|
|
mythtv branch master updated by jyavenard. v0.26-pre-160-gf125f53
|
|
The branch, master has been updated on the mythtv repository by gitolite user jyavenard. via f125f53c8be5c9b6bd7c1ea785b606d24bf5bd7b (commit) via 374e2cd64c77f061aea398658a808c1ebdbb8d7e (commit) via 29cd39bcb1213a31f2ec8b4d679a8dde6556b652 (commit) from f13eeb0bfee20070e4a2e47cc71210e172fe6380 (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 f125f53c8be5c9b6bd7c1ea785b606d24bf5bd7b Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Thu, 3 May 2012 00:08:31 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Thu, 3 May 2012 00:09:10 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=f125f53c8be5c9b6bd7c1ea785b606d24bf5bd7b Always re-use the same computer ID for AirPlay. Share ID between RAOP and AirPlay Random ID is generated the first time, the following session will always re-use the same ID. Having AirPlay and RAOP share the same hardware ID makes mythfrontend behave more like an AppleTV: only one device is showing in the list. Either one for audio or one for audio+video, not both at the same time. commit 374e2cd64c77f061aea398658a808c1ebdbb8d7e Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 2 May 2012 23:58:48 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Thu, 3 May 2012 00:09:10 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=374e2cd64c77f061aea398658a808c1ebdbb8d7e Fix RAOP time request failing to send Was using the wrong socket. Also fix typo in OPTIONS response. commit 29cd39bcb1213a31f2ec8b4d679a8dde6556b652 Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 2 May 2012 18:45:04 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Thu, 3 May 2012 00:09:10 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=29cd39bcb1213a31f2ec8b4d679a8dde6556b652 Use new ServerPool capabilities, and only advertise AirPlay via Bonjour if the server creation was successful ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/mythairplayserver.cpp | 107 ++++++++++---------------- mythtv/libs/libmythtv/mythairplayserver.h | 2 +- mythtv/libs/libmythtv/mythraopconnection.cpp | 4 +- mythtv/libs/libmythtv/mythraopdevice.cpp | 21 +++++- mythtv/libs/libmythtv/mythraopdevice.h | 1 + 5 files changed, 65 insertions(+), 70 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|