|
@@ -245,8 +245,8 @@ export default ({
|
245
|
245
|
}).then((res)=>{
|
246
|
246
|
console.log('sadnuq21',res.data);
|
247
|
247
|
console.log('sadnuq2121',res.data.httpFlv);
|
248
|
|
- // array.src='http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8'
|
249
|
|
- array.src=res.data.httpFlv
|
|
248
|
+ array.src='http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8'
|
|
249
|
+ // array.src=res.data.httpFlv
|
250
|
250
|
})
|
251
|
251
|
|
252
|
252
|
|
|
@@ -258,8 +258,8 @@ export default ({
|
258
|
258
|
"rtsp": array1.src,
|
259
|
259
|
}).then((res)=>{
|
260
|
260
|
console.log('sadnuq212123s2',res.data);
|
261
|
|
- // array1.src='http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8'
|
262
|
|
- array.src=res.data.httpFlv
|
|
261
|
+ array1.src='http://kbs-dokdo.gscdn.com/dokdo_300/_definst_/dokdo_300.stream/playlist.m3u8'
|
|
262
|
+ // array.src=res.data.httpFlv
|
263
|
263
|
})
|
264
|
264
|
})
|
265
|
265
|
|