|
@@ -757,6 +757,8 @@ export default {
|
|
|
if (this.baseinfo[0].device_info) {
|
|
if (this.baseinfo[0].device_info) {
|
|
|
// console.log(this.baseinfo[0].device_info.hlsHd)
|
|
// console.log(this.baseinfo[0].device_info.hlsHd)
|
|
|
let hlsHd = this.baseinfo[0].device_info.hlsHd;
|
|
let hlsHd = this.baseinfo[0].device_info.hlsHd;
|
|
|
|
|
+ hlsHd = "https" + hlsHd.toString().slice(4);
|
|
|
|
|
+ console.log(hlsHd)
|
|
|
let playHtml = `<video id="myPlayer" muted autoplay poster='' controls playsInline webkit-playsinline src="${hlsHd}" style="width:100%; height:100%;"></video>`;
|
|
let playHtml = `<video id="myPlayer" muted autoplay poster='' controls playsInline webkit-playsinline src="${hlsHd}" style="width:100%; height:100%;"></video>`;
|
|
|
// console.log(hlsHd);
|
|
// console.log(hlsHd);
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|