1
0
Fork 0
forked from External/mediamtx

api: add path to RTMP connections, RTSP sessions, WebRTC sessions (#1962) (#2022)

* 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:
Volodymyr Borodin 2023-07-05 12:20:26 -07:00 committed by GitHub
parent f0a4bd4e5d
commit 47317ea8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 93 additions and 77 deletions

View file

@ -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