Browse Source

update apidocs

pull/1333/head
aler9 3 years ago
parent
commit
ecc1d35ac2
  1. 21
      apidocs/openapi.yaml

21
apidocs/openapi.yaml

@ -290,19 +290,6 @@ components: @@ -290,19 +290,6 @@ components:
type: array
items:
type: string
enum:
- Generic
- H264
- H265
- JPEG
- MPEG2Audio
- MPEG2Video
- MPEG4Audio
- Opus
- PCMA
- PCMU
- VP8
- VP9
bytesReceived:
type: number
readers:
@ -313,6 +300,7 @@ components: @@ -313,6 +300,7 @@ components:
- $ref: '#/components/schemas/PathReaderRTSPSSession'
- $ref: '#/components/schemas/PathReaderRTMPConn'
- $ref: '#/components/schemas/PathReaderHLSMuxer'
- $ref: '#/components/schemas/PathReaderWebRTCConn'
PathSourceRTSPSession:
type: object
@ -412,6 +400,13 @@ components: @@ -412,6 +400,13 @@ components:
type: string
enum: [hlsMuxer]
PathReaderWebRTCConn:
type: object
properties:
type:
type: string
enum: [webRTConn]
RTSPConn:
type: object
properties:

Loading…
Cancel
Save