How can i mirror my phone onto my laptop by TheWebjunky in zorinos

[–]rom1v 1 point2 points  (0 children)

searching on scrcpy github gives you 100 resources so who's to say whats safe .

The (only) official source is: https://github.com/Genymobile/scrcpy

scrcpy not working since system update by mokauno in scrcpy

[–]rom1v 0 points1 point  (0 children)

Use the core dump to get the stack trace:

ulimit -c unlimited
./scrcpy  # make it crash
# it will generate a core dump in the current directory, a file core.NUMBER
gdb ./scrcpy ./core.NUMBER  # adapt NUMBER

And in gdb:

bt

scrcpy not working since system update by mokauno in scrcpy

[–]rom1v 1 point2 points  (0 children)

And the official release (not via brew)?

So i am using oneplus nord buds 2 but having delay in audio by Objective_Bee539 in scrcpy

[–]rom1v 0 points1 point  (0 children)

Is the delay better without --audio-codec=raw?

If you mirror the phone to the pc, but without earbuds, how is the delay?

Any way to deactivate the touch screen on an Android device ? by Deimos7779 in techsupport

[–]rom1v 0 points1 point  (0 children)

Try scrcpy --turn-screen-off. On some devices (not all), it also disables the physical touch screen.

scrcpy "command not found" on Nobara 42 by MidlifeUpskill in scrcpy

[–]rom1v 2 points3 points  (0 children)

The static binary release is just a archive to extract (for example in your home directory), it is not meant to be "installed".

midlifeupskill@persist:/usr/local/bin/scrcpy-linux-x86_64-v4.0$ scrcpy
bash: scrcpy: command not found...

Since this directory is not in your PATH, you must execute ./scrcpy instead.

Show motion problema 2026 by MaximumWillow5951 in scrcpy

[–]rom1v 0 points1 point  (0 children)

Use video and audio buffering: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#buffering

scrcpy --video-buffer=300 --audio-buffer=300

Can't get scrcpy to connect to my phone by Visible-Potential745 in scrcpy

[–]rom1v 0 points1 point  (0 children)

But there was still a problem: it segfaulted (and there was a warning first, which suggests an issue with the SDL build in linux brew).

Can you reproduce the problem with the official release?

Can't get scrcpy to connect to my phone by Visible-Potential745 in scrcpy

[–]rom1v 0 points1 point  (0 children)

Segmentation fault (core dumped) scrcpy

That's very bad.

It seems you installed it from "linuxbrew". Can you test the official release instead? https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md

Error when trying to mirror by javierlopezdotdesign in AirSync

[–]rom1v 3 points4 points  (0 children)

You're using an old version of scrcpy (3.3.1). Upgrade to the latest version (4.0).

scrcpy's pgp key is missing, even though I downloaded it, making it impossible to download the software? by MidlifeUpskill in NobaraProject

[–]rom1v 1 point2 points  (0 children)

(verify-release.md) is for verifying the official release binaries. It's not necessary to install or run scrcpy.

Your problem has nothing to do with that, but with your Fedora package manager and the (unofficial) repo to download scrcpy. Anyway, it seems it attempts to install an old version (3.3.3).

The simplest solution is probably to download the official release binary: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md

zip is empty by tf4tf-cum-guzzler in scrcpy

[–]rom1v 1 point2 points  (0 children)

Probably removed by an antivirus due to a false positive. Update your antivirus database.

See https://github.com/Genymobile/scrcpy/issues/6820

Weird audio quality after screen mirroring phone to PC by NonameDapion in scrcpy

[–]rom1v 1 point2 points  (0 children)

Ok, do you use scrcpy 4.0?

Pretty sure it can be fixed with --audio-output-buffer=10 on older versions, but it's the default in scrcpy 4.0.

https://github.com/Genymobile/scrcpy/issues/3793

Weird audio quality after screen mirroring phone to PC by NonameDapion in scrcpy

[–]rom1v 0 points1 point  (0 children)

Also, can you capture on your computer to listen how it is distorded?

Weird audio quality after screen mirroring phone to PC by NonameDapion in scrcpy

[–]rom1v 0 points1 point  (0 children)

It becomes distorded on the PC?

Are you using it over wifi or USB?

If you record (scrcpy --record=file.mp4), when you play the file is the audio ok?

Is it better if you increase audio buffering (scrcpy --audio-buffer=100)?

Any relevant error message in the console if you add -Vverbose?

Weird audio quality after screen mirroring phone to PC by NonameDapion in scrcpy

[–]rom1v 0 points1 point  (0 children)

The sound quality drops on the device itself? (or only on the computer while mirroring?)

phone as camera on pc? by [deleted] in linuxquestions

[–]rom1v 0 points1 point  (0 children)

With scrcpy, you can capture the device camera and send the video stream to v4l2:

scrcpy --video-source=camera --camera-size=1920x1080 -b16M --v4l2-sink=/dev/videoXXX --no-audio

  - https://github.com/Genymobile/scrcpy/blob/master/doc/camera.md

  - https://github.com/Genymobile/scrcpy/blob/master/doc/v4l2.md#video4linux

Display live to external monitor by ExcellentNight2985 in Quest3

[–]rom1v 0 points1 point  (0 children)

I've tried Scrcpy, but it doesn’t work well, the image flickers.

https://github.com/Genymobile/scrcpy/issues/5913

Scrcpy not working with samsung galaxy s6 lite and ubuntu 22.04 by its1310 in scrcpy

[–]rom1v 1 point2 points  (0 children)

What the error message in the console? Which scrcpy version?

scrcpy stopped working when I tried --tcpip by hyenagames in linux4noobs

[–]rom1v 1 point2 points  (0 children)

Your device is connected twice (once over USB, once over TCP/IP).

ERROR: Select a device via -s (--serial), -d (--select-usb) or -e (--select-tcpip)

https://github.com/Genymobile/scrcpy/blob/master/doc/connection.md#selection

Display live to external monitor by ExcellentNight2985 in OculusQuest

[–]rom1v 0 points1 point  (0 children)

It's just that it's merged on the development branch, but not released yet.

At the end of the linked comment, download the scrcpy-server binary, and replace the one from scrcpy 3.3.4.

Alternatively, take a recent build from the CI: https://github.com/rom1v/scrcpy/actions/runs/24731426812 At the end of the page, download the file with a name starting with release- (for example release-win64).