Add WebTorrent module

This commit is contained in:
Alexey Khit
2023-03-06 17:17:30 +03:00
parent 1e83dc85f7
commit 775b1818d1
10 changed files with 866 additions and 91 deletions
+2
View File
@@ -24,6 +24,7 @@ import (
"github.com/AlexxIT/go2rtc/cmd/streams"
"github.com/AlexxIT/go2rtc/cmd/tapo"
"github.com/AlexxIT/go2rtc/cmd/webrtc"
"github.com/AlexxIT/go2rtc/cmd/webtorrent"
"os"
"os/signal"
"syscall"
@@ -55,6 +56,7 @@ func main() {
hls.Init()
mjpeg.Init()
webtorrent.Init()
ngrok.Init()
debug.Init()