Browse Source

add clientOnly to configuration file and API docs

pull/3164/head
aler9 2 years ago
parent
commit
0c72f7bb08
  1. 2
      apidocs/openapi.yaml
  2. 1
      mediamtx.yml

2
apidocs/openapi.yaml

@ -190,6 +190,8 @@ components: @@ -190,6 +190,8 @@ components:
type: string
password:
type: string
clientOnly:
type: boolean
# SRT server
srt:

1
mediamtx.yml

@ -311,6 +311,7 @@ webrtcICEServers2: [] @@ -311,6 +311,7 @@ webrtcICEServers2: []
# the secret must be inserted into the password field.
# username: ''
# password: ''
# clientOnly: false
###############################################
# Global settings -> SRT server

Loading…
Cancel
Save