Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Initial config for stand-alone mediamtx server
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Sep 9, 2024
1 parent 1db3aa7 commit 71ba572
Show file tree
Hide file tree
Showing 2 changed files with 440 additions and 0 deletions.
12 changes: 12 additions & 0 deletions compose/mediamtx/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:

# Runs mediamtx server in docker.
#
# Loads config file from current directory.
mediamtx:
image: bluenviron/mediamtx:latest
network_mode: host
tty: true
volumes:
- ./mediamtx.yml:/mediamtx.yml

Loading

0 comments on commit 71ba572

Please sign in to comment.