-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
[v4l2-sink] Broken since last update #3870
Comments
Thank you for your report. On which commit? #3795 fixed it after 2.0.
|
yeah, I'm using latest git: scrcpy-git 2.0.r18.g21df2c24-1 edit: v4l2loopback-dkms 0.12.7-2 |
🤔 You must compile the latest master version: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version |
I did (just didn't edited my original post) I built latest master from git according to your comment, and retested. Still not working. upmost entry in the git log where I'm building.
Clarification: First tried https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=scrcpy-git which builds from master, then I just compiled myself from master. |
OK, weird. I could not reproduce. |
It still uses the version installed by the package manager, if you build manually it is installed in /usr/local/… Uninstall your package. |
I'm building manually, and executing the binary from the built binary in 'build/app'
the "install_release.sh" just downloads the prebuilt server, its the same sha256. |
I also executed with (maybe it helps) ffplay sometimes outputs nothing and sometimes some errors:
ffmpeg version 2:6.0-4.1 |
Could you please build v1.25 (you could use the prebuilt server from release 1.25) and |
You'd want me to test this and this am I understanding correctly? The answer is yes, I can test them. |
My compilation rundown to see if I commit any mistake:
The 1.25 ver I downloaded from https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.25.tar.gz edit: I have to make some more tests, did something, it worked, sorry need time to debug edit2: both the dev build and the 1.25 build worked. I also tried building from master and it also worked. So it is just the arch prebuilt community/scrcpy 2.0-1 that doesn't. |
Environment
Describe the bug
Trying v4l2loopback device, it doesn't fail but I can't see the output on the new device.
This hangs:
ffplay /dev/video10
After a while ffprobe outputs:
Failed to reallocate parser buffer to -2146536384
The text was updated successfully, but these errors were encountered: