Post

Replies

Boosts

Views

Activity

Shareplay for custom video controls playback
Hi We are trying to implement Group watching feature with the help of Group Activities available in iOS 15 onwards We can share the session across the user, and the proper content is launched in the Player. Now we need to coordinate the player activity. We are using custom video controls over AVPlayer and it seems by default calling the below line of code does not seems to be work. player?.playbackCoordinator.coordinateWithSession(session) Now we are stuck with coordinating player activity. The example mentions default controls with AVPlayer, but in our case, we have custom video controls on top of AVPlayer. https://developer.apple.com/videos/play/wwdc2021/10225/ So will the player automatically coordinate with the group session, or do we need to implement AVDelegatingPlaybackCoordinator for the same. Please help!
1
0
1.2k
Aug ’21