mirror of
https://github.com/Monibuca/plugin-webrtc.git
synced 2025-10-05 06:46:57 +08:00
修改连接配置增加用户密码
This commit is contained in:
2
main.go
2
main.go
@@ -3,6 +3,7 @@ package webrtc
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/pion/turn"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net"
|
||||
@@ -14,7 +15,6 @@ import (
|
||||
"github.com/Monibuca/engine/v2/avformat"
|
||||
. "github.com/Monibuca/plugin-rtp"
|
||||
"github.com/pion/rtcp"
|
||||
"github.com/pion/turn/v2"
|
||||
. "github.com/pion/webrtc/v2"
|
||||
"github.com/pion/webrtc/v2/pkg/media"
|
||||
)
|
||||
|
Reference in New Issue
Block a user