Swift-YouTube-Player icon indicating copy to clipboard operation
Swift-YouTube-Player copied to clipboard

Some Video are not playing

Open varkrishna opened this issue 6 years ago • 11 comments

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".

varkrishna avatar Aug 01 '18 11:08 varkrishna

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.

wickedlysmart avatar Aug 04 '18 16:08 wickedlysmart

“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.

owenworley avatar Aug 04 '18 19:08 owenworley

Where you able to solve this?

ankit0812 avatar Nov 27 '18 10:11 ankit0812

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.

ymkjp avatar Nov 28 '18 05:11 ymkjp

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.

fabien79 avatar Apr 23 '20 02:04 fabien79

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.

hanu avatar Oct 04 '20 05:10 hanu

Hi anyone found any solutions for this problem?

farismhmd1 avatar Jun 08 '21 11:06 farismhmd1

There is a property baseURL, set it like this:

youTubePlayerView.baseURL = "https://www.youtube.com"

sharadchauhan0504 avatar Sep 27 '22 19:09 sharadchauhan0504

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.

vmintam avatar Oct 12 '22 03:10 vmintam

Hi there,

This pr contains the fix. Please review it.

aluco100 avatar Mar 23 '23 03:03 aluco100

Hi there,

This pr contains the fix. Please review it.

Up, please review the fix

eVerup avatar Sep 14 '23 10:09 eVerup