|
||
---|---|---|
docker | ||
src | ||
templates | ||
.env.dev | ||
.gitignore | ||
.pre-commit-config.yaml | ||
README.md | ||
mhotspot.ps1 |
README.md
StartStreaming
Prerequisites
- Docker Desktop
- OBS Studio
OBS configuration
- Create a scene collection named
Profile1
and a profile namedProfile1
. - Create a scene collection named
Profile2
and a profile namedProfile2
. - Add scenes and configure the input sources (e.g., HDMI cards) for each scene collection.
- For each profile, go to
Settings
->Stream
, setService
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
- Profile1:
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