Add DVRIP protocol support

- Register dvrip stream handler using go2rtc pkg/dvrip
- Add default port 34567 for dvrip scheme in URL builder
This commit is contained in:
eduard256
2026-04-03 21:01:39 +00:00
parent 51b11e233f
commit 44ab0651cb
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
var defaultPorts = map[string]int{
"rtsp": 554, "rtsps": 322, "http": 80, "https": 443,
"rtmp": 1935, "mms": 554, "rtp": 5004, "bubble": 80,
"dvrip": 34567,
}
// protocols where port must always be explicit in URL (raw TCP dial without default port logic)