youtubedl-android
youtubedl-android copied to clipboard
Too slow on YouTube videos
It takes more than 10s to get video information.It starts receiving data after almost 4~5s .Can we set some options to increase speed.
Sent from my HOT 4 PRO using FastHub
Are you using the latest version? In that case I am not sure I can do much about that.
Yes latest
for me it takes 3 - 5 seconds.
any solution, I stream but yt videos load too slow at the speed of 50-150KB max
@rahulsain-ingeniumedu Related to https://github.com/ytdl-org/youtube-dl/issues/29326
Edit: i have updated youtube-dl binary https://github.com/yausername/youtubedl-lazy/releases/download/2021.06.06/youtube_dl.zip To apply the changes you must remove the app data and then update youtube-dl from the app.
I think we need some way to get just a part of information. Like in my case, I just want to get the url, but it take ~ 10s to get all of data (incluled alot of things I don't need). Hope it support way to input params define things we need and just return only it, I think it will be faster more than now.
I think we need some way to get just a part of information. Like in my case, I just want to get the url, but it take ~ 10s to get all of data (incluled alot of things I don't need). Hope it support way to input params define things we need and just return only it, I think it will be faster more than now.
can we get absolute video URL right now?
I also have the same problem, using the latest version, is there any way to solve it?
Is the problem still there?
@xibr yes problem seems to be still there with the latest version(s). The same command on my PC finishes in ~1 second, while it takes close to 10 seconds when called via the library on an Android device.
Any ideas what might be responsible for the delay ?