Tiny Python helper that:
- connects to OBS (WebSocket v5),
- starts OBS recording,
- launches
scrcpy --recordto capture Android, - stops both when you press ENTER.
sudo dnf install scrcpy android-tools obs-studio -ypython3 -m venv .venv && source .venv/bin/activatepip install simpleobsws python-dotenv- copy
.env.exampleto.envand set your OBS password python record_android_obs.py
Never commit .env.