From 76a62ac8852ac2362155cac362dad8a9b187e0c9 Mon Sep 17 00:00:00 2001 From: eduard256 Date: Sat, 4 Apr 2026 12:28:21 +0000 Subject: [PATCH] Add dvrip and bubble stream patterns to top-1000 and top-5000 presets --- presets/top-1000.json | 24 ++++++++++++++++++++++++ presets/top-5000.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/presets/top-1000.json b/presets/top-1000.json index 201b4ff..92a5ddb 100644 --- a/presets/top-1000.json +++ b/presets/top-1000.json @@ -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 } ] } diff --git a/presets/top-5000.json b/presets/top-5000.json index 027abc2..59e27ae 100644 --- a/presets/top-5000.json +++ b/presets/top-5000.json @@ -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 } ] }