I'm working on an iOS App where you can play multiple streams at the same time.Each stream use one AVPlayer. I have now added a MPVolumeView for AirPlay Support. My first issue is that when I AirPlay one stream, all streams on the device goes black. Is there any way of avoiding this? Is there possibilities to implement AirPlay at a lower lever to get better controll on how the local UI reacts?
/Björn