sndcpy icon indicating copy to clipboard operation
sndcpy copied to clipboard

Support for sending audio over WiFi connection

Open priprii opened this issue 3 years ago • 2 comments

scrcpy supports mirroring the screen via WiFi connection here

It'd be nice if sndcpy also had support for this, currently audio playback will stop if USB is disconnected.

priprii avatar Dec 27 '21 06:12 priprii

scrcpy supports mirroring the screen via WiFi connection here

It'd be nice if sndcpy also had support for this, currently audio playback will stop if USB is disconnected.

I send sound without usb. Check if you can connect via tcpip 5555. Next to it, adb connect ip:5555. And run sndcpy. It's work for me

linuxmobile avatar Jan 04 '22 10:01 linuxmobile

Try this it worked for me. Make a new text document and type in there

cd < Your path to the adb folder > adb tcpip 5555 adb connect < your phone IP:TCP > example 192.168.1.100:5555 sndcpy

After this save it as START.bat double click and it should run over wifi

hackvice avatar Jun 26 '22 13:06 hackvice