mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 15:46:58 +08:00
update apidocs
This commit is contained in:
@@ -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,6 +367,31 @@ components:
|
||||
type: string
|
||||
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:
|
||||
type: object
|
||||
properties:
|
||||
@@ -384,22 +410,6 @@ components:
|
||||
id:
|
||||
type: string
|
||||
|
||||
PathReaderRTMPConn:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [rtmpConn]
|
||||
id:
|
||||
type: string
|
||||
|
||||
PathReaderHLSMuxer:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [hlsMuxer]
|
||||
|
||||
PathReaderWebRTCConn:
|
||||
type: object
|
||||
properties:
|
||||
|
Reference in New Issue
Block a user