Files
2026-07-04 17:02:36 +02:00
..
2026-07-04 17:02:36 +02:00
2026-07-04 17:02:36 +02:00
2026-07-04 07:29:14 +02:00
2026-07-04 17:02:36 +02: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

  1. Generate settings into clipboard.
    make -C .. test-generate-device-settings-clipboard
    
  2. Import the generated settings from clipboard into Moblin.

Via standard output

  1. Generate settings to standard output.
    make -C .. test-generate-device-settings-stdout
    
  2. Import the generated settings somehow.

Run the tests

make -C .. test
make -C .. test TEST_ARGS="--device macpro Talkback"