Commit dc8472ebee0df2d4100959e796f2cfefe25262a1
1 parent
771ef12d
perf(external/Composes): 移除摄像头默认地址
Showing
1 changed file
with
1 additions
and
22 deletions
@@ -6,29 +6,8 @@ import cloneDeep from 'lodash/cloneDeep' | @@ -6,29 +6,8 @@ import cloneDeep from 'lodash/cloneDeep' | ||
6 | export const option = { | 6 | export const option = { |
7 | dataset: [ | 7 | dataset: [ |
8 | { | 8 | { |
9 | - url: 'https://vcsplay.scjtonline.cn:8094/live/HD_664c01b9-4b67-11eb-bf78-3cd2e55e0a36.m3u8?auth_key=1681457689-0-0-a797d264f2889a388c52ff188fedf7dc' | 9 | + url: '' |
10 | }, | 10 | }, |
11 | - { | ||
12 | - url: 'https://vcsplay.scjtonline.cn:8196/live/HD_c53fd3cb-4a6d-11eb-8edc-3cd2e55e088c.m3u8?auth_key=1681457668-0-0-7ef56e21fddd9ffb9740cbe499a1824c' | ||
13 | - }, | ||
14 | - { | ||
15 | - url: 'https://vcsplay.scjtonline.cn:8199/live/HD_53713154-1371-489a-a929-015cca5569fc.m3u8?auth_key=1681441451-0-0-4f1ebdcf28a71b7631c0028c099923c9' | ||
16 | - }, | ||
17 | - { | ||
18 | - url: 'https://vcsplay.scjtonline.cn:8195/live/HD_c54034ca-4a6d-11eb-8edc-3cd2e55e088c.m3u8?auth_key=1681457640-0-0-3a53b856ac19c09273986e8281f3d727' | ||
19 | - }, | ||
20 | - { | ||
21 | - url: 'https://vcsplay.scjtonline.cn:8094/live/HD_664c01b9-4b67-11eb-bf78-3cd2e55e0a36.m3u8?auth_key=1681457689-0-0-a797d264f2889a388c52ff188fedf7dc' | ||
22 | - }, | ||
23 | - { | ||
24 | - url: 'https://vcsplay.scjtonline.cn:8196/live/HD_c53fd3cb-4a6d-11eb-8edc-3cd2e55e088c.m3u8?auth_key=1681457668-0-0-7ef56e21fddd9ffb9740cbe499a1824c' | ||
25 | - }, | ||
26 | - { | ||
27 | - url: 'https://vcsplay.scjtonline.cn:8199/live/HD_53713154-1371-489a-a929-015cca5569fc.m3u8?auth_key=1681441451-0-0-4f1ebdcf28a71b7631c0028c099923c9' | ||
28 | - }, | ||
29 | - { | ||
30 | - url: 'https://vcsplay.scjtonline.cn:8195/live/HD_c54034ca-4a6d-11eb-8edc-3cd2e55e088c.m3u8?auth_key=1681457640-0-0-3a53b856ac19c09273986e8281f3d727' | ||
31 | - } | ||
32 | ] as any, | 11 | ] as any, |
33 | // 自动播放的间隔(ms) | 12 | // 自动播放的间隔(ms) |
34 | interval: 5000, | 13 | interval: 5000, |