mirror of
https://github.com/eerimoq/moblin.git
synced 2026-07-04 15:06:48 +00:00
Prerequisites
Install Python dependencies and various tools. You might have to add ffmpeg to PATH.
pip install -r ../requirements.txt
brew install mediamtx
brew install ffmpeg-full
brew install qrtool
Moblin device configuration
Via clipboard
- Generate settings into clipboard.
make -C .. test-generate-device-settings-clipboard - Import the generated settings from clipboard into Moblin.
Via standard output
- Generate settings to standard output.
make -C .. test-generate-device-settings-stdout - Import the generated settings somehow.
Run the tests
make -C .. test
make -C .. test TEST_ARGS="--device macpro Talkback"