You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While videojs-airplay works fine for unprotected content - great work on that - it fails for me when I am trying to send FairPlay protected content that is being played back by videojs-contrib-eme.
In this case, audio starts playing back on the AppleTV I am sending to, but video is still being shown only on the source device.
Not sure whose responsibility this is as the documentation on the inner workings of AirPlay is quite sparse.
The text was updated successfully, but these errors were encountered:
Hi @cfra. This plugin is basically a simple button that calls the browser's native webkitShowPlaybackTargetPicker method to open the AirPlay menu. The rest of the AirPlay process is handled natively by the browser and target device, so it's very unlikely the issue you're seeing is caused by @silvermine/videojs-airplay.
documentation on the inner workings of AirPlay is quite sparse.
I agree with you there!
If you find that the issue is somehow caused by this plugin and you can provide a MCVE that demonstrates it, feel free to comment here and we'll reopen the issue. Thanks.
I found the reason by now: Using AirPlay requires the usage of Safari's native HLS streaming implementation. If overrideNative is set to true, it will fail in weird ways.
While videojs-airplay works fine for unprotected content - great work on that - it fails for me when I am trying to send FairPlay protected content that is being played back by videojs-contrib-eme.
In this case, audio starts playing back on the AppleTV I am sending to, but video is still being shown only on the source device.
Not sure whose responsibility this is as the documentation on the inner workings of AirPlay is quite sparse.
The text was updated successfully, but these errors were encountered: