Connect ADB
- Lihat device adb
adb devices
- Buka port tcp 5555
adb tcpip 5555
- Lihat ip address wlan (wifi)
adb shell ifconfig wlan0
- Koneksi via wlan
adb connect {{ip address}}:5555
Website
- Download Docker
https://www.docker.com/products/docker-desktop/
- Download Project
git clone https://github.com/Shmayro/ws-scrcpy-docker
- Jalankan Web App
docker compose up -d
docker exec scrcpy-web adb connect {{ip address}}:5555
- Buka Web
- Klik H264_Converter
Tunneling agar bisa diakses secara online
- Download ngrok
- Atur akses ngrok
ngrok http localhost:8000
- Buka link web diatas
Top comments (0)