mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-11-02 03:52:41 +08:00
This commit is contained in:
@@ -487,6 +487,8 @@ components:
|
||||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
@@ -544,6 +546,8 @@ components:
|
||||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
transport:
|
||||
type: string
|
||||
nullable: true
|
||||
@@ -578,6 +582,8 @@ components:
|
||||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
@@ -615,6 +621,8 @@ components:
|
||||
enum: [read, publish]
|
||||
path:
|
||||
type: string
|
||||
query:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
||||
Reference in New Issue
Block a user