Scrcpy
sudo apt install adb ffmpeg libsdl2-2.0.0 make gcc pkg-config meson ninja-build libavcodec-dev libavformat-dev libavutil-dev libsdl2-devcd scrcpy
meson build --buildtype release --strip -Db_lto=true -Dprebuilt_server=scrcpy-server-v1.10.jar
cd build
ninja
sudo ninja install使用Docker Compose運行
運行scrcpy
使用
連接方法
Last updated