MyToolkit icon indicating copy to clipboard operation
MyToolkit copied to clipboard

YouTube Links Not Working

Open RexfelisLOC opened this issue 7 years ago • 12 comments

It seems an update is needed for YouTube video link changes.

RexfelisLOC avatar Apr 18 '19 14:04 RexfelisLOC

VideoId example "o_1aF54DO60"

Seems to be working for some videos and not others.

RexfelisLOC avatar Apr 18 '19 15:04 RexfelisLOC

I have the same problem, have you found What is the problem?

cansado2930 avatar May 13 '19 15:05 cansado2930

Still no fix to this yet? All links are down regardless of the quality :(

Deery5000 avatar Jun 18 '19 21:06 Deery5000

A month ago my YouTube player was working great now I get Error: unsupported video type or invalid path.
YouTubeId="xxxxxxxxxx", Title=await YouTube.GetVideoTitleAsync("xxxxxxxxxx"), ThumbnailUri= YouTube.GetThumbnailUri("xxxxxxxxxx",YouTubeThumbnailSize.Medium), VideoUri=await YouTube.GetVideoUriAsync("xxxxxxxxxx",YouTubeQuality.Quality360P)

GetVideoTitleAsync works still, as does GetThumbnailUri but the GetVideoUriAsync yields gibberish. Is this the same issue as others are facing?

BRC2016 avatar Jun 24 '19 20:06 BRC2016

@BRC2016 yes we're experiencing the same issue, painful for my app Cinema Box. I do enjoy trailers

Not seen a response here in a while, I guess their not planning on updating this :(

Deery5000 avatar Jun 24 '19 23:06 Deery5000

I'm not planning into looking into this error as it always breaks and I don't use the feature anymore... but I'll accept PRs...

RicoSuter avatar Jun 25 '19 07:06 RicoSuter

@RicoSuter I respect that decision. Can you suggest an alternative method to embed YouTube videos in a UWP app.

BRC2016 avatar Jun 25 '19 20:06 BRC2016

There is a ton of people who use this API, can you not fix this?

Deery5000 avatar Jun 30 '19 22:06 Deery5000

@Deery5000 I found that the best solution is to use the embedable Youtube player

BRC2016 avatar Jun 30 '19 23:06 BRC2016

Thanks for getting back to me. I found an alternative which is performing as expected. Thank you On 1 Jul 2019 00:12, BRC2016 [email protected] wrote:@Deery5000 I found that the best solution is to use the embedable Youtube player

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.

Deery5000 avatar Jun 30 '19 23:06 Deery5000

the problem is that it can not get a valid url in order to get the JavaScript code to generate the signature.

cansado2930 avatar Jul 06 '19 07:07 cansado2930

Hello Everyone,

I am getting this exception while using var url = await YouTube.GetVideoUriAsync(youTubeId, YouTubeQuality.Quality720P);

MyToolkit.Multimedia.YouTubeUriNotFoundException: No matching YouTube video or audio stream URI could be found. The video may not be available in your country, is private or uses RTMPE (protected streaming).

Can anyone help me with this?

tejaat1995 avatar Mar 29 '20 04:03 tejaat1995