mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-13 18:24:58 +00:00
update docs
This commit is contained in:
parent
7352244fd9
commit
779d5b61cd
@ -48,7 +48,7 @@ components:
|
||||
runOnConnectRestart:
|
||||
type: boolean
|
||||
|
||||
# rtsp
|
||||
# RTSP
|
||||
rtspDisable:
|
||||
type: boolean
|
||||
protocols:
|
||||
@ -82,13 +82,13 @@ components:
|
||||
readBufferSize:
|
||||
type: integer
|
||||
|
||||
# rtmp
|
||||
# RTMP
|
||||
rtmpDisable:
|
||||
type: boolean
|
||||
rtmpAddress:
|
||||
type: string
|
||||
|
||||
# hls
|
||||
# HLS
|
||||
hlsDisable:
|
||||
type: boolean
|
||||
hlsAddress:
|
||||
@ -150,7 +150,7 @@ components:
|
||||
items:
|
||||
type: string
|
||||
|
||||
# custom commands
|
||||
# external commands
|
||||
runOnInit:
|
||||
type: string
|
||||
runOnInitRestart:
|
||||
|
@ -58,7 +58,7 @@ type PathConf struct {
|
||||
ReadPass Credential `json:"readPass"`
|
||||
ReadIPs IPsOrNets `json:"readIPs"`
|
||||
|
||||
// custom commands
|
||||
// external commands
|
||||
RunOnInit string `json:"runOnInit"`
|
||||
RunOnInitRestart bool `json:"runOnInitRestart"`
|
||||
RunOnDemand string `json:"runOnDemand"`
|
||||
|
@ -117,7 +117,7 @@ func loadConfPathData(ctx *gin.Context) (interface{}, error) {
|
||||
ReadPass *conf.Credential `json:"readPass"`
|
||||
ReadIPs *conf.IPsOrNets `json:"readIPs"`
|
||||
|
||||
// custom commands
|
||||
// external commands
|
||||
RunOnInit *string `json:"runOnInit"`
|
||||
RunOnInitRestart *bool `json:"runOnInitRestart"`
|
||||
RunOnDemand *string `json:"runOnDemand"`
|
||||
|
Loading…
Reference in New Issue
Block a user