Adds module MJPEG

This commit is contained in:
Alexey Khit
2022-09-17 18:32:53 +03:00
parent 1b14be7033
commit ce0fac959f
9 changed files with 358 additions and 10 deletions
+2
View File
@@ -10,6 +10,7 @@ import (
"github.com/AlexxIT/go2rtc/cmd/hass"
"github.com/AlexxIT/go2rtc/cmd/homekit"
"github.com/AlexxIT/go2rtc/cmd/ivideon"
"github.com/AlexxIT/go2rtc/cmd/mjpeg"
"github.com/AlexxIT/go2rtc/cmd/mp4"
"github.com/AlexxIT/go2rtc/cmd/ngrok"
"github.com/AlexxIT/go2rtc/cmd/rtmp"
@@ -38,6 +39,7 @@ func main() {
webrtc.Init()
mp4.Init()
mjpeg.Init()
srtp.Init()
homekit.Init()