mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-19 13:06:57 +00:00
fix typo in comment (#3205)
Signed-off-by: lvyaoting <lvyaoting@outlook.com>
This commit is contained in:
parent
9ce12ffa4a
commit
34b120fd33
@ -182,7 +182,7 @@ type Conf struct {
|
||||
|
||||
// HLS server
|
||||
HLS bool `json:"hls"`
|
||||
HLSDisable *bool `json:"hlsDisable,omitempty"` // depreacted
|
||||
HLSDisable *bool `json:"hlsDisable,omitempty"` // deprecated
|
||||
HLSAddress string `json:"hlsAddress"`
|
||||
HLSEncryption bool `json:"hlsEncryption"`
|
||||
HLSServerKey string `json:"hlsServerKey"`
|
||||
|
Loading…
Reference in New Issue
Block a user