Skip to content
New issue

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

Fixed user no found issue #546

Closed
wants to merge 1 commit into from
Closed

Fixed user no found issue #546

wants to merge 1 commit into from

Conversation

kosswong
Copy link

As titled, one of the solution

@hoabv
Copy link

hoabv commented Jul 26, 2021

thanks!

@edcastparesh
Copy link

it is not working

@kosswong
Copy link
Author

kosswong commented Aug 4, 2021

it is not working

Did you try another youtube link? Sometimes you may need to remove the 720P standard for your AVPlayerViewController.

NSURL *streamURL = streamURLs[XCDYouTubeVideoQualityHTTPLiveStreaming] ?: streamURLs[@(XCDYouTubeVideoQualityHD720)] ?: streamURLs[@(XCDYouTubeVideoQualityMedium360)] ?: streamURLs[@(XCDYouTubeVideoQualitySmall240)];

to

NSURL *streamURL = streamURLs[XCDYouTubeVideoQualityHTTPLiveStreaming] ?: streamURLs[@(XCDYouTubeVideoQualityMedium360)] ?: streamURLs[@(XCDYouTubeVideoQualitySmall240)];

Or, could you paste the error message here?

@kosswong
Copy link
Author

kosswong commented Oct 2, 2021

Take reference to #548

@kosswong kosswong closed this Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants