I have an instance of AVPlayerViewController playing live content that I am adding as a subquery for my viewController view.
AVPlayerViewController
After switching the AVPlayerViewController mode to full screen mode and pressing the βFinishβ button to exit full screen mode, the player stops playing.
Is there a way to save the player after the button action?
This is not possible with AVPlayerViewController . But when using the full-screen button, the player continues to play. For my case, I ended up creating a custom player controller with an instance of AVPlayer .
AVPlayer
Source: https://habr.com/ru/post/1012631/More articles:How to create release channels with electronic / electronic builder? - electronHow can I bind the full answer from SQLite? - c #How to group data by name? - c #How to change the color of SearchView elements? - androidHow to configure NLog to get the IP address of .NET Core - asp.net-coreWebStorm and TypeScript: how to go to the source JS package file? - webstormHow to call component method from service? (angular2) - angularHow to handle BigTable Scan InvalidChunk exceptions? - pythonMultiple Assemblies with Equivalent Identity..NETFramework Facades - c #Angular2 pour string in JSON - jsonAll Articles