摘要: offer.go package main import ( "bufio" "encoding/base64" "encoding/json" "fmt" "github.com/pion/webrtc/v4" "log" "os" "strconv" "time" ) func main() { 阅读全文
posted @ 2024-06-28 15:50 朝阳1 阅读(160) 评论(0) 推荐(0)
摘要: 电脑需要有摄像头 main.go //go:build !js // +build !js // sfu-ws is a many-to-many websocket based SFU package main import ( "encoding/json" "flag" "github.com 阅读全文
posted @ 2024-06-28 15:32 朝阳1 阅读(128) 评论(0) 推荐(0)