[mythtv-commits] Ticket #10885: AirPlay video with iOS 5.1.1 sometimes do not have audio

MythTV noreply at mythtv.org
Sun Jul 15 14:42:50 UTC 2012


#10885: AirPlay video with iOS 5.1.1 sometimes do not have audio
----------------------------------+-----------------------------
 Reporter:  jyavenard             |          Owner:  jyavenard
     Type:  Bug Report - General  |         Status:  closed
 Priority:  major                 |      Milestone:  0.26
Component:  MythTV - General      |        Version:  Unspecified
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by Jean-Yves Avenard <jyavenard@…>):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:a519a4df1608a3f1dec226674777803f5d7bc796/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="a519a4df1608a3f1dec226674777803f5d7bc796"
 Allows multiple sessions to Airplay and RAOP

 This is done by stopping the one currently running or stopping any current
 playback.

 This change allows to always be able to start airplay and not silently
 fail should a playback be currently going. If a current playback is
 currently going (either RAOP, AirPlay or standard playback), it will be
 stopped and a new session will be automatically started.
 AirPlay now waits synchronously for any events to be completed: this
 result in much smoother user interaction and also follow Apple's user
 experience guidelines with their MFi vendors.

 A side effect is that since iOS 5.1, a typical AirPlay session would open
 both a RAOP session and an AirPlay one, to drop the RAOP connection a few
 seconds later. This caused the audio card to be already in use for AirPlay
 and resulted in no audio during playback

 There is an issue with iOS devices when using RAOP, they don't detect that
 the connection got interrupted and continue sending data. iTunes behaves
 properly.

 Fixes #10885
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10885#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list