[mythtv-commits] mythtv branch fixes/0.27 updated by jyavenard. v0.27-31-gd05c10e

Git Repo Owner noreply at mythtv.org
Thu Oct 10 07:42:49 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  d05c10e9fd105bc8ed6caccd0f132b8ec64767d2 (commit)
       via  aa362d70accb74cf3fe6bfdfd85e9a7b421aaf46 (commit)
      from  e59e5f63de5f5c3fda1b58b2cf8e370c96c6337c (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 d05c10e9fd105bc8ed6caccd0f132b8ec64767d2
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Oct 2013 17:47:45 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Oct 2013 18:34:47 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d05c10e9fd105bc8ed6caccd0f132b8ec64767d2

Improve AirPlay device visibility in iOS 7
For some reasons, my iPhone doesn’t always show mythtv as an AirPlay device, and more often than not only show it as an audio device.
After playing a lot with the various bonjour advertising data, what I can gather is:
- If AirPlay video reports a version >= 120.x; the iPhone will attempt to use FairPlay DRM no matter what RAOP reports (even if it reports no support for encryption)
- If there’s a mismatch of version between AirPlay video and RAOP: the iPhone 5 won’t show the video service
- If reporting a version < 110 in AirPlay video, then photo sharing doesn’t reliably work
- If bit 10 in features bitmask is cleared, it doesn’t reliably show up
So I set the AirPlay video version to 115.3 (made up value) that allows photo sharing, and RAOP also to 115.3 and it all seem to work nicely now

(cherry picked from commit 7e2f21c8a3614fe059abed3801aafd6dbc1ed07a)



commit aa362d70accb74cf3fe6bfdfd85e9a7b421aaf46
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Oct 2013 13:34:31 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 10 Oct 2013 18:34:32 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=aa362d70accb74cf3fe6bfdfd85e9a7b421aaf46

Do not display background shape in fullscreen notification if there’s nothing in it
So nothing cover a photo when using AirPlay photo sharing

(cherry picked from commit 92f02ac76c7011420b3e2981210826f651dc65da)



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

Summary of changes:
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |    8 +++++---
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp   |    3 ++-
 mythtv/themes/MythCenter-wide/notification-ui.xml  |    2 +-
 mythtv/themes/MythCenter/notification-ui.xml       |    2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)

-- 



More information about the mythtv-commits mailing list