Skip to content
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

Performance regression since 20231117 build #555

Open
escapezn opened this issue Dec 5, 2023 · 7 comments
Open

Performance regression since 20231117 build #555

escapezn opened this issue Dec 5, 2023 · 7 comments

Comments

@escapezn
Copy link

escapezn commented Dec 5, 2023

I've noticed noticeable frame drops on recent builds on my low-end device. Specifically, 20231116 is the last version with normal performance. There are problems with versions 20231117 to the latest 20231205. I also tried other builds like https://github.com/myfreeer/mpv-build-lite/releases/tag/v0.37.0-58-gf551a9da-20231203, which resulted in no issues. This may indicate that this is not caused by new commits of mpv.

Mpv's recent default profile change is also bad news for such slow devices so I was using profile=fast all the time.

Only x86-64 builds were tested for compatibility.

11 16
1116 x86-64 build
11 17
1117 x86-64 build
12 5
1205 x86-64 build
12 3
myfreeer's 1203 x86-64 build

@shinchiro
Copy link
Owner

The only changes that happen from 16/11 to 17/11 is adding openssl library so that might be the culprit though I dont know why is that

@escapezn
Copy link
Author

escapezn commented Dec 5, 2023

If you are playing video with sftp, you should modify the ssh config to ensure that the AES method is preferred and disable zlib compression.

the video tested is on local disk.

@shinchiro
Copy link
Owner

commit 2c078e5 might be possible culprit since 16/11 release was made before this commit

@escapezn
Copy link
Author

escapezn commented Dec 5, 2023

No obvious changes in cpu/gpu utilization. cpu is Intel x7-z8700, gpu is integrated hd graphics.
1116.log
1117.log

@escapezn
Copy link
Author

escapezn commented Dec 5, 2023

No obvious changes in cpu/gpu utilization. cpu is Intel x7-z8700, gpu is integrated hd graphics. 1116.log 1117.log

Maybe try gcc build?

This build still have frame drops

@escapezn
Copy link
Author

escapezn commented Dec 6, 2023

No obvious changes in cpu/gpu utilization. cpu is Intel x7-z8700, gpu is integrated hd graphics. 1116.log 1117.log

Maybe try gcc build?

This build still have frame drops

Can you try this? build with msvcrt

Good, it works smoothly like 1116

@escapezn
Copy link
Author

escapezn commented Dec 6, 2023

So I have to stay at last worked version for a while. Anyway thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants