We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If i try to load an video more than 1 minute, the player stay loading forever.
My code:
@IBAction func btnPlayVideoTapped(_ sender: Any) { let playerVC = MobilePlayerViewController( contentURL: URL(string: "https://www.youtube.com/watch?v=r2z1hKOB3ms") let currentController = self.getCurrentViewController() playerVC.clearOverlays() playerVC.fillVideo() currentController?.present(playerVC, animated: true, completion: {playerVC.setNeedsStatusBarAppearanceUpdate()}) }
Anyone had this problem?
The text was updated successfully, but these errors were encountered:
Could you check the video url found by the YoutubeParser for that youtube url?
Sorry, something went wrong.
No branches or pull requests
If i try to load an video more than 1 minute, the player stay loading forever.
My code:
Anyone had this problem?
The text was updated successfully, but these errors were encountered: