forked from External/mediamtx
* api: add path to rtmp response * add 'path' to RTSP and WebRTC sessions too * add tests --------- Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
parent
f0a4bd4e5d
commit
47317ea8e5
6 changed files with 93 additions and 77 deletions
|
|
@ -389,6 +389,8 @@ components:
|
|||
state:
|
||||
type: string
|
||||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
@ -408,6 +410,8 @@ components:
|
|||
state:
|
||||
type: string
|
||||
enum: [idle, read, publish]
|
||||
path:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
@ -496,6 +500,8 @@ components:
|
|||
state:
|
||||
type: string
|
||||
enum: [read, publish]
|
||||
path:
|
||||
type: string
|
||||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue