mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 02:23:40 -05:00
major refactoring + docker progress
This commit is contained in:
parent
ecb8a80f8b
commit
e75f8c944a
35 changed files with 227 additions and 104 deletions
5
mediamtx/Dockerfile
Normal file
5
mediamtx/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM bluenviron/mediamtx
|
||||
|
||||
COPY . /
|
||||
|
||||
ENTRYPOINT ["/mediamtx"]
|
||||
13
mediamtx/mediamtx.yml
Normal file
13
mediamtx/mediamtx.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
playback: yes
|
||||
playbackAddress: :9996
|
||||
playbackTrustedProxies: [ '127.0.0.1' ]
|
||||
api: yes
|
||||
pathDefaults:
|
||||
record: yes
|
||||
# Path of recording segments.
|
||||
# Extension is added automatically.
|
||||
# Available variables are %path (path name), %Y %m %d %H %M %S %f %s (time in strftime format)
|
||||
recordPath: /recordings/%path/%Y-%m-%d_%H-%M-%S-%f
|
||||
recordDeleteAfter: 0s
|
||||
webrtcICEServers2:
|
||||
- url: stun:stun.l.google.com:19302
|
||||
Loading…
Add table
Add a link
Reference in a new issue