Add dvrip and bubble stream patterns to top-1000 and top-5000 presets

This commit is contained in:
eduard256
2026-04-04 12:28:21 +00:00
parent 9ec84f3038
commit 76a62ac885
2 changed files with 48 additions and 0 deletions
+24
View File
@@ -6003,6 +6003,30 @@
"protocol": "rtsp",
"port": 8080,
"brand_count": 2
},
{
"url": "?channel=[CHANNEL]&subtype=0",
"protocol": "dvrip",
"port": 34567,
"brand_count": 108
},
{
"url": "?channel=[CHANNEL]&subtype=1",
"protocol": "dvrip",
"port": 34567,
"brand_count": 108
},
{
"url": "/bubble/live?ch=[CHANNEL]&stream=0",
"protocol": "bubble",
"port": 80,
"brand_count": 13
},
{
"url": "/bubble/live?ch=[CHANNEL]&stream=1",
"protocol": "bubble",
"port": 80,
"brand_count": 13
}
]
}
+24
View File
@@ -18171,6 +18171,30 @@
"protocol": "rtsp",
"port": 0,
"brand_count": 1
},
{
"url": "?channel=[CHANNEL]&subtype=0",
"protocol": "dvrip",
"port": 34567,
"brand_count": 108
},
{
"url": "?channel=[CHANNEL]&subtype=1",
"protocol": "dvrip",
"port": 34567,
"brand_count": 108
},
{
"url": "/bubble/live?ch=[CHANNEL]&stream=0",
"protocol": "bubble",
"port": 80,
"brand_count": 13
},
{
"url": "/bubble/live?ch=[CHANNEL]&stream=1",
"protocol": "bubble",
"port": 80,
"brand_count": 13
}
]
}