iBicha / UnityYoutubePlayer

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

Download Speed #76

Closed Eikthyr closed 2 years ago

Eikthyr commented 2 years ago

I'm constantly bothering you, but am I the only one with this problem? When I try to download or watch a video, my download speed does not exceed 90 kb.I tried to download video via firebase to see if the problem is in Unity.I downloaded it with my normal internet speed without any problems.

Could heroku be doing a restriction?

Download

jeffries7 commented 2 years ago

I've also recently been having issues with videos and constant video buffering. I own a YT player plugin from the asset store, they seem to have addressed an issue similar to this:

Fixed slow speed to play some videos (new youtube update)

I'll take at how they've addressed this and post back later.

Eikthyr commented 2 years ago

yes, I noticed that too. If they have a tangible result, this will be useful to us, otherwise the plugin will not have a feature. I hope you get good results.

ubergeekseven commented 2 years ago

This is about the only thing talked about in the ytdownload repository now. So, I just tested using another project at https://github.com/yt-dlp/yt-dlp and it works without issue. Also, it works the same as yt-downlaod in that you can change the name of the executable and run the commands without any slowdown. Apparently it uses the android player to identify itself and that bypasses whatever it is that youtube has started to implement. Maybe this could be substituted or the changes made to this library?

iBicha commented 2 years ago

Thanks a lot for reporting. Let's close this issue in favor of #74 so we can discuss under the same thread.