aler9 2 years ago
parent
commit
bb6d264a7b
  1. 34
      index.html
  2. 35
      openapi.yaml

34
index.html

File diff suppressed because one or more lines are too long

35
openapi.yaml

@ -157,6 +157,20 @@ components: @@ -157,6 +157,20 @@ components:
type: array
items:
type: string
webrtcLocalUDPAddress:
type: string
webrtcLocalTCPAddress:
type: string
webrtcIPsFromInterfaces:
type: boolean
webrtcIPsFromInterfacesList:
type: array
items:
type: string
webrtcAdditionalHosts:
type: array
items:
type: string
webrtcICEServers2:
type: array
items:
@ -168,18 +182,6 @@ components: @@ -168,18 +182,6 @@ components:
type: string
password:
type: string
webrtcICEInterfaces:
type: array
items:
type: string
webrtcICEHostNAT1To1IPs:
type: array
items:
type: string
webrtcICEUDPMuxAddress:
type: string
webrtcICETCPMuxAddress:
type: string
# SRT
srt:
@ -252,9 +254,9 @@ components: @@ -252,9 +254,9 @@ components:
type: string
# RTSP source
sourceProtocol:
rtspTransport:
type: string
sourceAnyPortEnable:
rtspAnyPort:
type: boolean
rtspRangeType:
type: string
@ -344,6 +346,8 @@ components: @@ -344,6 +346,8 @@ components:
type: string
runOnDemandCloseAfter:
type: string
runOnUnDemand:
type: string
runOnReady:
type: string
runOnReadyRestart:
@ -393,6 +397,9 @@ components: @@ -393,6 +397,9 @@ components:
bytesReceived:
type: integer
format: int64
bytesSent:
type: integer
format: int64
readers:
type: array
items:

Loading…
Cancel
Save