mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-27 09:40:27 +08:00
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:
@@ -162,6 +162,10 @@ components:
|
||||
type: string
|
||||
password:
|
||||
type: string
|
||||
webrtcICEInterfaces:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
webrtcICEHostNAT1To1IPs:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user