Swift-YouTube-Player
Swift-YouTube-Player copied to clipboard
Some Video are not playing
Player shows video preview but when i click on play it says This video is unavailable Specifically i am trying to show video with ID "Bw0tjdBgKBY".
Any Solutions ? I think Youtube only permit playing some video on youtube-origin-site not 3rd party when you're using iFrame_Api. I've just developed youtube play App. but So many Video is unavailable...... please help me out! if I load video using youtube-origin-site, not iframe api , I can't control playerView.
“PLEASE LOOK INTO THE ISSUE”
Why don’t you look into it and open a PR? This is open source, leave your self entitlement at the door please.
Also before randomly tagging everyone that has touched this repo why don’t you look at when it was last updated? (Years ago).
This is really not the way to ask for help.
Where you able to solve this?
This issue is not due to the library.
Make sure to play videos only if given video's status.embeddable
is true.
Refer to https://developers.google.com/youtube/v3/docs/videos for more details.
Hi, i've got exactly the same problem, I checked and status.embeddable is true. Video is https://www.youtube.com/watch?v=nZ-ieJUckOg It's looks there is a decoding error.
Hi, Any one find the solutions for this issues, It's been years still the issue is open. If anyone find the solution please help us here.
Hi anyone found any solutions for this problem?
There is a property baseURL
, set it like this:
youTubePlayerView.baseURL = "https://www.youtube.com"
There is a property baseURL, set it like this: youTubePlayerView.baseURL = "https://www.youtube.com"
Nice anwser. I have set this config and amazing --> video run well.