hls: add hlsCDNSecret (#5716)
this allows to serve HLS streams behind a CDN in a simplified way, compatible with the new HLS session system.
This commit is contained in:
@@ -513,6 +513,8 @@ components:
|
||||
type: string
|
||||
hlsMuxerCloseAfter:
|
||||
type: string
|
||||
hlsCDNSecret:
|
||||
type: string
|
||||
|
||||
# WebRTC server
|
||||
webrtc:
|
||||
@@ -1211,6 +1213,8 @@ components:
|
||||
type: string
|
||||
user:
|
||||
type: string
|
||||
isCDN:
|
||||
type: boolean
|
||||
outboundBytes:
|
||||
type: integer
|
||||
format: uint64
|
||||
|
||||
Reference in New Issue
Block a user