|
|
|
@ -296,10 +296,11 @@ components:
@@ -296,10 +296,11 @@ components:
|
|
|
|
|
type: array |
|
|
|
|
items: |
|
|
|
|
oneOf: |
|
|
|
|
- $ref: '#/components/schemas/PathReaderHLSMuxer' |
|
|
|
|
- $ref: '#/components/schemas/PathReaderRTMPConn' |
|
|
|
|
- $ref: '#/components/schemas/PathReaderRTMPSConn' |
|
|
|
|
- $ref: '#/components/schemas/PathReaderRTSPSession' |
|
|
|
|
- $ref: '#/components/schemas/PathReaderRTSPSSession' |
|
|
|
|
- $ref: '#/components/schemas/PathReaderRTMPConn' |
|
|
|
|
- $ref: '#/components/schemas/PathReaderHLSMuxer' |
|
|
|
|
- $ref: '#/components/schemas/PathReaderWebRTCConn' |
|
|
|
|
|
|
|
|
|
PathSourceRTSPSession: |
|
|
|
@ -366,39 +367,48 @@ components:
@@ -366,39 +367,48 @@ components:
|
|
|
|
|
type: string |
|
|
|
|
enum: [rpiCameraSource] |
|
|
|
|
|
|
|
|
|
PathReaderRTSPSession: |
|
|
|
|
PathReaderHLSMuxer: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
type: |
|
|
|
|
type: string |
|
|
|
|
enum: [rtspSession] |
|
|
|
|
enum: [hlsMuxer] |
|
|
|
|
|
|
|
|
|
PathReaderRTMPConn: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
type: |
|
|
|
|
type: string |
|
|
|
|
enum: [rtmpConn] |
|
|
|
|
id: |
|
|
|
|
type: string |
|
|
|
|
|
|
|
|
|
PathReaderRTSPSSession: |
|
|
|
|
PathReaderRTMPSConn: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
type: |
|
|
|
|
type: string |
|
|
|
|
enum: [rtspsSession] |
|
|
|
|
enum: [rtmpsConn] |
|
|
|
|
id: |
|
|
|
|
type: string |
|
|
|
|
|
|
|
|
|
PathReaderRTMPConn: |
|
|
|
|
PathReaderRTSPSession: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
type: |
|
|
|
|
type: string |
|
|
|
|
enum: [rtmpConn] |
|
|
|
|
enum: [rtspSession] |
|
|
|
|
id: |
|
|
|
|
type: string |
|
|
|
|
|
|
|
|
|
PathReaderHLSMuxer: |
|
|
|
|
PathReaderRTSPSSession: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
type: |
|
|
|
|
type: string |
|
|
|
|
enum: [hlsMuxer] |
|
|
|
|
enum: [rtspsSession] |
|
|
|
|
id: |
|
|
|
|
type: string |
|
|
|
|
|
|
|
|
|
PathReaderWebRTCConn: |
|
|
|
|
type: object |
|
|
|
|