VideoPlayerContainer
VideoPlayerContainer copied to clipboard
Flexible and extendable VideoPlayer for SwiftUI
Thanks to the developer for providing a great lib. I have integrated this lib into my own project. In xcode, I use the "run" function to install it on the...
Hello, I am very interested in your library, which I find to be the best one I've used that supports SwiftUI. However, I noticed that when I run your demo...
hello there, when playing HDR videos, it over exposed. is there additional options for HDR videos? many thanks!
Calling present(_:animation:transition:content:) triggers a SwiftUI runtime warning: `Publishing changes from within view updates is not allowed, this will cause undefined behavior.` This occurs because the method modifies a @Published property...