[mythtv-commits] mythtv branch fixes/0.27 updated by jyavenard. v0.27-193-g8ee257c

Git Repo Owner noreply at mythtv.org
Sun Mar 23 13:21:14 UTC 2014


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  8ee257cf970c2a304e746524ef43aebe4043331d (commit)
       via  63a3ce6cdcd075524366583d3b7bc7416cb60d12 (commit)
       via  00739e7019e4a14b320022279595da1bc214f4c2 (commit)
       via  fe66cf3a41b5608e5ec905d390b2c57ed8e3eb2a (commit)
      from  583395f5a376637efcd408a102fa64d0f188c12f (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 8ee257cf970c2a304e746524ef43aebe4043331d
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 20:50:15 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 21:09:11 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8ee257cf970c2a304e746524ef43aebe4043331d

Fix AirPlay occasionally only showing as an audio device on iOS 7.x
We re-announce the AirPlay video service 2s after the first registration followed by every 10s.
This forces the video service to be registered after the RAOP Service. Since the release of iOS 7, AirPlay has been very much unusable.

Thanks to Memphiz from the XBMC team to figuring the cause.

Fixes #11901

(cherry picked from commit 5d2d30bc6af71d06230c6c3d1871dc665d12737c)



commit 63a3ce6cdcd075524366583d3b7bc7416cb60d12
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 21:08:23 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 21:08:23 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=63a3ce6cdcd075524366583d3b7bc7416cb60d12

Bump API version following 00739e7019e4a14b320022279595da1bc214f4c2



commit 00739e7019e4a14b320022279595da1bc214f4c2
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 20:37:37 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 21:07:25 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=00739e7019e4a14b320022279595da1bc214f4c2

Add BonjourRegister::ReAnnounceService()
This allows to force re-announcing an already published service

(cherry picked from commit 9712943f6d2a1add95e3ecfefd0d3150eb2880e0)



commit fe66cf3a41b5608e5ec905d390b2c57ed8e3eb2a
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 20:42:20 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 23 Mar 2014 21:07:08 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fe66cf3a41b5608e5ec905d390b2c57ed8e3eb2a

Advertise RAOP service before AirPlay service.
This helps having the AirPlay device being recognised as a full service

(cherry picked from commit 590f336feffe68eb89ce6996eac95ae6a8309930)



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

Summary of changes:
 mythtv/libs/libmythbase/bonjourregister.cpp        |   45 +++++++++++++++++++-
 mythtv/libs/libmythbase/bonjourregister.h          |    4 ++
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |   25 ++++++++++-
 mythtv/libs/libmythtv/AirPlay/mythairplayserver.h  |    5 ++
 mythtv/programs/mythfrontend/main.cpp              |    2 +-
 6 files changed, 79 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-commits mailing list