1
0
Fork 0
forked from External/mediamtx

api: add 'query' field to RTMP, RTSP, SRT and WebRTC clients (#2689) (#2844)

This commit is contained in:
Alessandro Ros 2023-12-26 13:59:53 +01:00 committed by GitHub
parent 1341421412
commit 598fadc9fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 51 additions and 22 deletions

View file

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