|
@@ -196,7 +196,7 @@
|
|
|
for (let i = 0; i < cameras.length; i++) {
|
|
|
const item = cameras[i];
|
|
|
|
|
|
- if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL') {
|
|
|
+ if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL' || item['devicekind'] === 'YZG_URL') {
|
|
|
// 从海康平台接口获取视频流
|
|
|
const videoType = item['devicekind'] === 'toHKRtsp' ? 'rtsp' : '';
|
|
|
try {
|
|
@@ -232,7 +232,7 @@
|
|
|
for (let i = 0; i < cameras.length; i++) {
|
|
|
const item = cameras[i];
|
|
|
|
|
|
- if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL') {
|
|
|
+ if (item['devicekind'] === 'toHKRtsp' || item['devicekind'] === 'toHKHLs' || item['devicekind'] === 'HLL'|| item['devicekind'] === 'YZG_URL') {
|
|
|
// 从海康平台接口获取视频流
|
|
|
const videoType = item['devicekind'] === 'toHKRtsp' ? 'rtsp' : '';
|
|
|
try {
|