|
|
|
|
@ -184,6 +184,8 @@ components:
@@ -184,6 +184,8 @@ components:
|
|
|
|
|
- $ref: '#/components/schemas/PathSourceRTSPSession' |
|
|
|
|
- $ref: '#/components/schemas/PathSourceRTSPSSession' |
|
|
|
|
- $ref: '#/components/schemas/PathSourceRTMPConn' |
|
|
|
|
- $ref: '#/components/schemas/PathSourceRTSPSource' |
|
|
|
|
- $ref: '#/components/schemas/PathSourceRTMPSource' |
|
|
|
|
sourceReady: |
|
|
|
|
type: boolean |
|
|
|
|
readers: |
|
|
|
|
@ -222,6 +224,20 @@ components:
@@ -222,6 +224,20 @@ components:
|
|
|
|
|
id: |
|
|
|
|
type: string |
|
|
|
|
|
|
|
|
|
PathSourceRTSPSource: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
type: |
|
|
|
|
type: string |
|
|
|
|
enum: [rtspSource] |
|
|
|
|
|
|
|
|
|
PathSourceRTMPSource: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
type: |
|
|
|
|
type: string |
|
|
|
|
enum: [rtmpSource] |
|
|
|
|
|
|
|
|
|
PathReaderRTSPSession: |
|
|
|
|
type: object |
|
|
|
|
properties: |
|
|
|
|
|