iBicha / UnityYoutubePlayer

Play YouTube videos in Unity
The Unlicense
336 stars 63 forks source link

Videos Freeze #75

Closed ryanhlewis closed 2 years ago

ryanhlewis commented 2 years ago

Currently, playing videos from the direct YouTube URL to Unity's VideoPlayer often makes these videos freeze, stutter, or even throw errors in console.

I believe this relates to YouTube's new throttling practices, but I've no idea how to get around these limitations. If Unity's own Video Player can't reliably play videos from direct raw YouTube video URLs, whose can?

ryanhlewis commented 2 years ago

While YouTube does have new throttling issues, these seem to only affect the Download of videos. Unity's Video Player works just fine, as does this tool's ability to grab the direct URLs.

The problem on my side was enough hard drive space to store the streaming video. Sorry!