Adds echo source

This commit is contained in:
Alexey Khit
2022-09-13 15:42:39 +03:00
parent def57119f4
commit c92c1fc3e9
2 changed files with 32 additions and 0 deletions
+3
View File
@@ -4,6 +4,7 @@ import (
"github.com/AlexxIT/go2rtc/cmd/api"
"github.com/AlexxIT/go2rtc/cmd/app"
"github.com/AlexxIT/go2rtc/cmd/debug"
"github.com/AlexxIT/go2rtc/cmd/echo"
"github.com/AlexxIT/go2rtc/cmd/exec"
"github.com/AlexxIT/go2rtc/cmd/ffmpeg"
"github.com/AlexxIT/go2rtc/cmd/hass"
@@ -25,6 +26,8 @@ func main() {
app.Init() // init config and logs
streams.Init() // load streams list
echo.Init()
rtsp.Init() // add support RTSP client and RTSP server
rtmp.Init() // add support RTMP client
exec.Init() // add support exec scheme (depends on RTSP server)