-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Werid issue with videos loading and quality when clicking on video found by search bar. #19
Comments
Really weird. Never encountered this issue and can't reproduce (though I have had the 360p thing happen very rarely on the actual site). So only thing I can really do is ask, does either issue:
Another thing that also may be worth trying if nothing out of place shows up in the terminal is:
|
In terms of the 360p issue, nothing in terminal but it seems to only happen on some videos, here's an example video it happens on, even after going back: |
Yep, this appears to be a problem with the AppImage. It rolls the normal ol' open source version of Qt which doesn't support some codecs, namely H264 which is used by YouTube a bunch, thanks to software patents (would be cool if they didn't exist tbh). Pretty much every remotely major distro seems to roll a patched version that supports them in some way, but I'm not sure how I'd go about doing that with this project. Only "safe" thing I can think of doing is tweaking data given to the player and seeing if I can have it prioritize other codecs. I'll take a look at it soon enough, though this project is kind of on the backburner rn with a couple other ones taking its place. Otherwise you can build from source which I'm sure would fix the problem, if you're on Arch there's an AUR package which does that whole process for you. |
iirc there is a relatively simple way to prioritize or block specific codecs so that should be possible, Im on opensuse. |
Can confirm its a h.264 issue from some more testing, also explains why some videos break but trying to compile on opensuse doesn't seem to be working: I already have basiclly every Qt6 package I could find related to this so im not sure lol |
Looks like you need qt6-webengine (or whatever it's called on suse). |
Yeah the issue is I already have that installed lol |
Might need libQt6WebEngineWidgets6? Not sure if it comes with the webengine package already. |
Over my time using QtTube ive found a rather odd bug, Note that as stated in the title, this only happens when I search for videos and click on them, never when they are suggested.
The issue is (primarily) the quality on the videos is stuck at 360p, no other options to increase. I know this is false since if its suggested it works just fine and so does it in the browser.
Other issue is sometimes, Not sure how often but only happens when searching for videos, they simple wont load and just get a playback error.
The playback error is less common but the 360p is quite annoying and sometimes forces me to switch to the browser.
Ive also tried playing with the player settings in terms of quality and set from player. both fix it.
The text was updated successfully, but these errors were encountered: