forked from External/mediamtx
Supports webrtc interface filtering on server (#2460)
* Supports webrtc interface filtering on server * test(#2707): Fixed testing for build * lint(#2707): Fixed lint issues for build * normalize setting name * move instructions in the configuration file --------- Co-authored-by: Pieter Fabry <pieterfabry@observe.tech> Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
parent
bb8c02b9f0
commit
3c4039b81f
8 changed files with 32 additions and 4 deletions
|
|
@ -162,6 +162,10 @@ components:
|
|||
type: string
|
||||
password:
|
||||
type: string
|
||||
webrtcICEInterfaces:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
webrtcICEHostNAT1To1IPs:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue