mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 23:56:54 +08:00
update apidocs
This commit is contained in:
@@ -296,10 +296,11 @@ components:
|
|||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
oneOf:
|
oneOf:
|
||||||
|
- $ref: '#/components/schemas/PathReaderHLSMuxer'
|
||||||
|
- $ref: '#/components/schemas/PathReaderRTMPConn'
|
||||||
|
- $ref: '#/components/schemas/PathReaderRTMPSConn'
|
||||||
- $ref: '#/components/schemas/PathReaderRTSPSession'
|
- $ref: '#/components/schemas/PathReaderRTSPSession'
|
||||||
- $ref: '#/components/schemas/PathReaderRTSPSSession'
|
- $ref: '#/components/schemas/PathReaderRTSPSSession'
|
||||||
- $ref: '#/components/schemas/PathReaderRTMPConn'
|
|
||||||
- $ref: '#/components/schemas/PathReaderHLSMuxer'
|
|
||||||
- $ref: '#/components/schemas/PathReaderWebRTCConn'
|
- $ref: '#/components/schemas/PathReaderWebRTCConn'
|
||||||
|
|
||||||
PathSourceRTSPSession:
|
PathSourceRTSPSession:
|
||||||
@@ -366,6 +367,31 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
enum: [rpiCameraSource]
|
enum: [rpiCameraSource]
|
||||||
|
|
||||||
|
PathReaderHLSMuxer:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
enum: [hlsMuxer]
|
||||||
|
|
||||||
|
PathReaderRTMPConn:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
enum: [rtmpConn]
|
||||||
|
id:
|
||||||
|
type: string
|
||||||
|
|
||||||
|
PathReaderRTMPSConn:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
enum: [rtmpsConn]
|
||||||
|
id:
|
||||||
|
type: string
|
||||||
|
|
||||||
PathReaderRTSPSession:
|
PathReaderRTSPSession:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -384,22 +410,6 @@ components:
|
|||||||
id:
|
id:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
PathReaderRTMPConn:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
enum: [rtmpConn]
|
|
||||||
id:
|
|
||||||
type: string
|
|
||||||
|
|
||||||
PathReaderHLSMuxer:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
type:
|
|
||||||
type: string
|
|
||||||
enum: [hlsMuxer]
|
|
||||||
|
|
||||||
PathReaderWebRTCConn:
|
PathReaderWebRTCConn:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
Reference in New Issue
Block a user