mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-08 17:10:18 +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:
@@ -20,7 +20,7 @@ import (
|
||||
func TestWebRTCSource(t *testing.T) {
|
||||
state := 0
|
||||
|
||||
api, err := webrtcNewAPI(nil, nil, nil)
|
||||
api, err := webrtcNewAPI(nil, nil, nil, nil)
|
||||
require.NoError(t, err)
|
||||
|
||||
pc, err := webrtcpc.New(nil, api, nilLogger{})
|
||||
|
Reference in New Issue
Block a user