-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Script does not work with network videos on latest version of mpv #8
Comments
Yeah known issue. See also #3 |
I'd suggest renaming this issue and ideally the top level description to make the scope (streaming videos) more clear. As a potential user, I was initially misled into thinking the entire extension no longer works. Maybe something like: Script no longer works for streaming videos on latest version of mpv |
That's a good idea, @jjc385. I just did. |
Is there any movement on this? What exactly is blocking it? I am interested in packaging this script in RPMFusion, but I can't do so if it doesn't work the version of mpv that we ship. Thanks, |
Not all network streams are affected but most. We need to debug this. I don't know when I will get around to do that and I'm not very familiar with the code so any help is much appreciated. |
From my tests, setting |
Most YouTube videos should work now on the latest version The above example works now
I did some quick testing and seems like videos |
Probably due to: mpv_thumbnail_script/src/options.lua Lines 16 to 17 in 6282073
I haven't tried the script myself as I'm just looking into it, but the original project had an issue that your comment reminded me of: TheAMM#59 (comment) |
@polarathene Thanks, I totally missed that |
(Bug report template based on Red Hat Bugzilla's)
Description of problem
After updating to the latest version of mpv,
0.34.0
,mpv_thumbnail script
stopped working.Version-Release number of selected component (if applicable)
mpv-0.34.0-1.fc35.x86_64 (from RPMFusion)
mpv_thumbnail_script 0.4.4
How reproducible
This issue only occurs with streaming videos. Local files are not effected. Here is my local configuration in case that is relevant:
mpv.conf:
mpv_thumbnail_script.conf:
Steps to Reproduce
mpv 'https://youtu.be/siEIKFy1Q0I'
-- any other YouTube video would work too.Expected results
Script to generate thumbnails
Actual results
Thumbnailing failed, check console for details
message printedOutput:
Additional info
Here are the debug logs:
000000.bgra.log
000032.bgra.log
The text was updated successfully, but these errors were encountered: