1
0
Fork 0
forked from External/mediamtx

remove 'disable' from names of configuration parameters (#2101)

This commit is contained in:
Alessandro Ros 2023-08-06 21:40:08 +02:00 committed by GitHub
parent d6058ae469
commit 61d300396d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 112 additions and 88 deletions

View file

@ -55,7 +55,7 @@ components:
type: boolean
# RTSP
rtspDisable:
rtsp:
type: boolean
protocols:
type: array
@ -87,7 +87,7 @@ components:
type: string
# RTMP
rtmpDisable:
rtmp:
type: boolean
rtmpAddress:
type: string
@ -101,7 +101,7 @@ components:
type: string
# HLS
hlsDisable:
hls:
type: boolean
hlsAddress:
type: string
@ -133,7 +133,7 @@ components:
type: string
# WebRTC
webrtcDisable:
webrtc:
type: boolean
webrtcAddress:
type: string