Romain Vimont
Romain Vimont
@ning-wyze Did you pass specific parameters to scrcpy? After how much time of scrcpy running did you observe this RAM usage?
I thought I was able to reproduce it, because in my debug build I clearly saw the memory usage increase. But in fact it only happens with address sanitizer enabled...
To track down the issue, could you reproduce with `scrcpy --no-audio`?
I played a video on the device and mirrored (without audio or with audio) for 10 minutes on Windows, I don't see any memory usage increase either. On your computer,...
OK, and when you start scrcpy, what is the memory usage?
There's definitely a leak somewhere (in scrcpy? in ffmpeg? in sdl? in graphics drivers?), but difficult to debug to know where since I don't reproduce. In that session of 24hr,...
For me it works: https://github.com/Genymobile/scrcpy/releases/download/v2.1.1/scrcpy-win64-v2.1.1.zip Did you use that URL?
The link https://github.com/Genymobile/scrcpy/releases/download/v2.1.1/scrcpy-win64-v2.1.1.zip is the official URL. If it does not work for you, you should report to github (there is a "Contact GitHub" link in the footer).
Thank you for the prototype :+1: It's interesting. I keep it in some branch for now. I'm not sure whether I want to add a VNC server directly in scrcpy...
Over wifi or USB? Looks like something prevents a socket to be opened (a firewall or something).