No description
Find a file
2025-05-18 02:40:56 +03:00
.gitignore rewrite the stream to autodetect the adb port 2025-04-21 21:59:16 +03:00
config.dist fix env vars 2025-05-18 02:39:57 +03:00
LICENSE Initial commit 2024-06-23 21:13:24 -04:00
README.md rename the main script back to stream.sh 2025-05-18 01:11:23 +03:00
stream.sh fix curl input file var 2025-05-18 02:40:56 +03:00

videostreamer

setup apps

sudo apt install scrcpy ffmpeg curl

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