Go to file
Santiago Lo Coco 255961b944 Reformat files 2024-11-21 00:30:00 +01:00
docker Add auto-generation of config files 2024-11-21 00:12:34 +01:00
src Reformat files 2024-11-21 00:30:00 +01:00
templates Add auto-generation of config files 2024-11-21 00:12:34 +01:00
.env.dev Add auto-generation of config files 2024-11-21 00:12:34 +01:00
.gitignore Update .gitignore 2024-11-21 00:21:31 +01:00
.pre-commit-config.yaml Add auto-generation of config files 2024-11-21 00:12:34 +01:00
README.md Add auto-generation of config files 2024-11-21 00:12:34 +01:00
mhotspot.ps1 Add mhotspot.ps1 2024-10-13 18:09:43 +02:00

README.md

StartStreaming

Prerequisites

  1. Docker Desktop
  2. OBS Studio

OBS configuration

  • Create a scene collection named Profile1 and a profile named Profile1.
  • Create a scene collection named Profile2 and a profile named Profile2.
  • Add scenes and configure the input sources (e.g., HDMI cards) for each scene collection.
  • For each profile, go to Settings -> Stream, set Service to WHIP, and enter the endpoint for each MediaMTX server:
    • Profile1: http://192.168.137.1:8100/mystream/whip
    • Profile2: http://192.168.137.1:8200/mystream/whip

IP address configuration

The docker-compose.yaml is hardcoded to use the IP address 192.168.137.1. You must update this to your specific network IP from the mobile hotspot configuration.

Build

docker build -t se23m504/startstreaming .\src -f .\docker\Dockerfile
docker run --rm -v ${PWD}:/app/data se23m504/startstreaming