YouTubePlayerKit
YouTubePlayerKit copied to clipboard
A Swift Package to easily play YouTube videos 📺
hello sir! I already asked the answer about background play and you provided a link https://developer.apple.com/documentation/avfoundation/media_playback_and_selection/configuring_the_audio_playback_of_ios_and_tvos_apps but that link is related the AVAudioSession .. is it possible to play youtubeVideo...
### What happened? I have enabled background modes in capabilities and set player configuration properties 'playsinline' and 'allowsPictureInPictureMediaPlayback' to true. However, when the app goes into the background, the video...
### Is your feature request related to a problem? Write now i am using following configuration let configuration = YouTubePlayer.Configuration( // Define which fullscreen mode should be used (system or...
### What happened? picture in picture doesn't look very good even on demo video. How to turn it off? allowsPictureInPictureMediaPlayback = false - it doesn't work ### What are the...
### What happened? The player continues to play video when switching to full-screen mode - this is correct. when switching back to windowed mode - it stops. ### What are...
### Is your feature request related to a problem? When parental control is enabled on device, YouTubePlayerKit remains stuck in progress. ### What solution would you like? At the minimum...
### What happened? After a player source hit an error, YouTubePlayerKit.YouTubePlayer.State does not reset once loading a new valid video ### What are the steps to reproduce? If you use...