Add ONVIF client and server support

This commit is contained in:
Alexey Khit
2023-04-29 13:58:10 +03:00
parent 8dbaa4ba93
commit 1e14dc9ab2
8 changed files with 746 additions and 0 deletions
+2
View File
@@ -18,6 +18,7 @@ import (
"github.com/AlexxIT/go2rtc/cmd/mp4"
"github.com/AlexxIT/go2rtc/cmd/mpegts"
"github.com/AlexxIT/go2rtc/cmd/ngrok"
"github.com/AlexxIT/go2rtc/cmd/onvif"
"github.com/AlexxIT/go2rtc/cmd/roborock"
"github.com/AlexxIT/go2rtc/cmd/rtmp"
"github.com/AlexxIT/go2rtc/cmd/rtsp"
@@ -36,6 +37,7 @@ func main() {
app.Init() // init config and logs
api.Init() // init HTTP API server
streams.Init() // load streams list
onvif.Init()
rtsp.Init() // add support RTSP client and RTSP server
rtmp.Init() // add support RTMP client