No description
Find a file
2025-04-21 23:52:29 +03:00
.gitignore rewrite the stream to autodetect the adb port 2025-04-21 21:59:16 +03:00
android.sh move sleep before starting of ffmpeg 2025-04-21 23:52:29 +03:00
config.dist rewrite the stream to autodetect the adb port 2025-04-21 21:59:16 +03:00
LICENSE Initial commit 2024-06-23 21:13:24 -04:00
README.md fix tee muxer stream mapping 2025-04-21 23:49:01 +03:00

videostreamer

setup ffmpeg

sudo apt install ffmpeg

setup scrcpy

sudo apt install scrcpy

setup v4l2 loopback

sudo apt install v4l2loopback-dkms v4l2loopback-utils

v4l2loopback.conf:

echo 'options v4l2loopback video_nr=5 card_label="android video"' > /etc/modprobe.d/v4l2loopback.conf

set wireless android camera pairing

  1. enable wifi debugging
  2. `adb pair 192.168.0.123:37xxx'
  3. set the ip above inside the config file