mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-01 14:42:07 +08:00
Add support Hikvision ISAPI
This commit is contained in:
2
main.go
2
main.go
@@ -12,6 +12,7 @@ import (
|
||||
"github.com/AlexxIT/go2rtc/cmd/hls"
|
||||
"github.com/AlexxIT/go2rtc/cmd/homekit"
|
||||
"github.com/AlexxIT/go2rtc/cmd/http"
|
||||
"github.com/AlexxIT/go2rtc/cmd/isapi"
|
||||
"github.com/AlexxIT/go2rtc/cmd/ivideon"
|
||||
"github.com/AlexxIT/go2rtc/cmd/mjpeg"
|
||||
"github.com/AlexxIT/go2rtc/cmd/mp4"
|
||||
@@ -43,6 +44,7 @@ func main() {
|
||||
http.Init()
|
||||
dvrip.Init()
|
||||
tapo.Init()
|
||||
isapi.Init()
|
||||
mpegts.Init()
|
||||
|
||||
srtp.Init()
|
||||
|
Reference in New Issue
Block a user