Romain Vimont
Romain Vimont
> Would it work via the Linux environment in windows 10? You tell me :wink:
Did you test it? Does it work correctly for you? There are several problems: - it's a bit hacky/fragile; - it only works on Linux (but not necessarily a problem);...
@yimuchen Could you test manually with pactl and ffplay: ``` $ pactl list short sources 0 alsa_output.pci-0000_00_05.0.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 1 alsa_input.pci-0000_00_05.0.analog-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED $...
> Can you help me with how I should get the string for my device, the alsa_input.usb-LGE_Nexus_5_05f5e60a0ae518e5-01.analog-stereo for my phone? Sorry, I copied incomplete instructions I kept in some textfile....
> Since I work exclusively with Windows and unfortunately with linux little on the hat, I would be glad to test the addressed by you "experimental audio inclusive version". With...
> What I would say is, that your great app works over WLAN better as the "big known players" and thats great..... RESPECT to your work !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Glad you like...
Try with a lower resolution (`scrcpy -m1024`) or with another [encoder](https://github.com/Genymobile/scrcpy#encoder).
Does it record with screenrecord? ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ```
@jremond Try with another encoder: https://github.com/Genymobile/scrcpy#encoder
Does the recorded file work?