|
|
|
@ -186,6 +186,7 @@ components: |
|
|
|
- $ref: '#/components/schemas/PathSourceRTMPConn' |
|
|
|
- $ref: '#/components/schemas/PathSourceRTMPConn' |
|
|
|
- $ref: '#/components/schemas/PathSourceRTSPSource' |
|
|
|
- $ref: '#/components/schemas/PathSourceRTSPSource' |
|
|
|
- $ref: '#/components/schemas/PathSourceRTMPSource' |
|
|
|
- $ref: '#/components/schemas/PathSourceRTMPSource' |
|
|
|
|
|
|
|
- $ref: '#/components/schemas/PathSourceHLSSource' |
|
|
|
sourceReady: |
|
|
|
sourceReady: |
|
|
|
type: boolean |
|
|
|
type: boolean |
|
|
|
readers: |
|
|
|
readers: |
|
|
|
@ -238,6 +239,13 @@ components: |
|
|
|
type: string |
|
|
|
type: string |
|
|
|
enum: [rtmpSource] |
|
|
|
enum: [rtmpSource] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PathSourceHLSSource: |
|
|
|
|
|
|
|
type: object |
|
|
|
|
|
|
|
properties: |
|
|
|
|
|
|
|
type: |
|
|
|
|
|
|
|
type: string |
|
|
|
|
|
|
|
enum: [hlsSource] |
|
|
|
|
|
|
|
|
|
|
|
PathReaderRTSPSession: |
|
|
|
PathReaderRTSPSession: |
|
|
|
type: object |
|
|
|
type: object |
|
|
|
properties: |
|
|
|
properties: |
|
|
|
|