Adds support ivideon source

This commit is contained in:
Alexey Khit
2022-09-13 14:41:28 +03:00
parent a11ca1da6e
commit b20275d2b5
4 changed files with 339 additions and 0 deletions
+3
View File
@@ -8,6 +8,7 @@ import (
"github.com/AlexxIT/go2rtc/cmd/ffmpeg"
"github.com/AlexxIT/go2rtc/cmd/hass"
"github.com/AlexxIT/go2rtc/cmd/homekit"
"github.com/AlexxIT/go2rtc/cmd/ivideon"
"github.com/AlexxIT/go2rtc/cmd/mp4"
"github.com/AlexxIT/go2rtc/cmd/ngrok"
"github.com/AlexxIT/go2rtc/cmd/rtmp"
@@ -38,6 +39,8 @@ func main() {
srtp.Init()
homekit.Init()
ivideon.Init()
ngrok.Init()
debug.Init()