|
@@ -249,7 +249,7 @@ export default ({
|
249
|
249
|
}).then((res)=>{
|
250
|
250
|
console.log('sadnuq21',res.data);
|
251
|
251
|
console.log('sadnuq2121',res.data.httpFlv);
|
252
|
|
-
|
|
252
|
+ // array.src='http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8'
|
253
|
253
|
array.src=res.data.httpFlv
|
254
|
254
|
})
|
255
|
255
|
|
|
@@ -262,8 +262,8 @@ export default ({
|
262
|
262
|
"rtsp": array1.src,
|
263
|
263
|
}).then((res)=>{
|
264
|
264
|
console.log('sadnuq212123s2',res.data);
|
265
|
|
-
|
266
|
|
- array.src=res.data.httpFlv
|
|
265
|
+ // array1.src='http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8'
|
|
266
|
+ array1.src=res.data.httpFlv
|
267
|
267
|
})
|
268
|
268
|
})
|
269
|
269
|
|