When using Managed MSE with an additional source for HLS AirPlay support the video doesn't switch to the AirPlay target, instead it keeps playing in the local video element. How to reproduce: 1. Open https://webkit.org/blog/15036/how-to-use-media-source-extensions-with-airplay/ 2. Start playing the example video. 3. Select an AirPlay target. Expected outcome: Video starts playing on the target. Actual outcome: Video keeps playing on the local device. An airplay icon is briefly shown on the video element if the video is paused and then played again. Affected platforms: macOS 14.4.1 iOS 17.4.1 and 17.5
<rdar://problem/128068121>
@Mattias - was this working prior to 17.4 (e.g., in 17.3), just trying to confirm whether it is recent regression or not and if you know top of your head.
The issue is in the page. It sets a src attribute which will make it ignore the <source> children.
Unfortunately I don't have any information regarding older versions. But as mentioned, the issue seems to be in the example. I was able to get it to work correctly by removing the src attribute.