SRGSSR / pillarbox-apple

A next-generation reactive media playback ecosystem for Apple platforms.
https://testflight.apple.com/join/TS6ngLqf
MIT License
54 stars 8 forks source link

AirPlay and multiplayer support #381

Closed defagos closed 1 year ago

defagos commented 1 year ago

AirPlay has been implemented with immutable configuration parameters (https://github.com/SRGSSR/pillarbox-apple/pull/187), but if we still want to implement multiplayer experiences supporting AirPlay these configuration parameters should be mutable so that the main instance can be enabled for AirPlay as the user switches between streams:

defagos commented 1 year ago

Duplicate of #211. No configuration mutation required, a new API has been added to make a player active, at which point the AirPlay immutable configuration parameters are applied.