Commit cd60b0f0 authored by xinzhedeai's avatar xinzhedeai

删除无用测试媒体文件mp4

parent e5d564e9
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
style="width: 100%; height: 100%;" style="width: 100%; height: 100%;"
> >
<source :src="attachmentLink" type="application/x-mpegURL" /> <source :src="attachmentLink" type="application/x-mpegURL" />
<source :src="require('@/assets/video/zimu.mp4')" type="video/mp4"> <!-- <source :src="require('@/assets/video/zimu.mp4')" type="video/mp4"> -->
</video> </video>
</div> </div>
</div> </div>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
style="width: 100%; height: 100%;" style="width: 100%; height: 100%;"
> >
<source :src="attachmentLink" type="application/x-mpegURL" /> <source :src="attachmentLink" type="application/x-mpegURL" />
<source :src="require('@/assets/video/zimu.mp4')" type="video/mp4"> <!-- <source :src="require('@/assets/video/zimu.mp4')" type="video/mp4"> -->
</video> </video>
<!-- </div> --> <!-- </div> -->
<!-- <video <!-- <video
...@@ -103,49 +103,49 @@ export default { ...@@ -103,49 +103,49 @@ export default {
autoplay: true, //是否自动播放 autoplay: true, //是否自动播放
controls: true, // 是否显示控制栏 controls: true, // 是否显示控制栏
// poster: 'http://path/to/poster.jpg',//视频封面 // poster: 'http://path/to/poster.jpg',//视频封面
sources: [ // sources: [
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/oceans.mp4'), // src: require('@/assets/video/oceans.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/oceans.mp4'), // src: require('@/assets/video/oceans.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/oceans.mp4'), // src: require('@/assets/video/oceans.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
// { // // {
// type: "video/mp4", // // type: "video/mp4",
// // src: "https://www.example.com/path/to/your/video.mp4" // // // src: "https://www.example.com/path/to/your/video.mp4"
// src: require('@/assets/video/zimu.mp4'), // // src: require('@/assets/video/zimu.mp4'),
// } // // }
// { // // {
// type: "m3u8", // // type: "m3u8",
// // src: "https://www.example.com/path/to/your/video.mp4" // // // src: "https://www.example.com/path/to/your/video.mp4"
// src: 'https://dh5.cntv.myalicdn.com/asp/h5e/hls/main/0303000a/3/default/de77ac92685211efbfb96c92bf2d4d36/main.m3u8?maxbr=2048&contentid=15120519184043', // // src: 'https://dh5.cntv.myalicdn.com/asp/h5e/hls/main/0303000a/3/default/de77ac92685211efbfb96c92bf2d4d36/main.m3u8?maxbr=2048&contentid=15120519184043',
// } // // }
// { // // {
// // src: 'https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8',//视频文件地址 // // // src: 'https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8',//视频文件地址
// // src: 'https://dh5.cntv.myalicdn.com/asp/h5e/hls/main/0303000a/3/default/de77ac92685211efbfb96c92bf2d4d36/main.m3u8?maxbr=2048&contentid=15120519184043',//视频文件地址 // // // src: 'https://dh5.cntv.myalicdn.com/asp/h5e/hls/main/0303000a/3/default/de77ac92685211efbfb96c92bf2d4d36/main.m3u8?maxbr=2048&contentid=15120519184043',//视频文件地址
// src: "https://gctxyc.liveplay.myqcloud.com/gc/zjjmht_1/index.m3u8", // // src: "https://gctxyc.liveplay.myqcloud.com/gc/zjjmht_1/index.m3u8",
// type: "m3u8", // // type: "m3u8",
// // type: 'application/x-mpegURL'//视频类型,这里可以不写,如果写一定要写对,否则会无法播放 // // // type: 'application/x-mpegURL'//视频类型,这里可以不写,如果写一定要写对,否则会无法播放
// }, // // },
], // ],
}, },
}; };
}, },
......
...@@ -19,36 +19,7 @@ ...@@ -19,36 +19,7 @@
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
</div> </div>
<div class="item">
<video
ref="videoPlayer1"
id="my-video"
class="video-js vjs-default-skin"
controls
autoplay
preload="auto"
width="640"
height="360"
>
<source :src="attachmentLink" type="application/x-mpegURL" />
Your browser does not support the video tag.
</video>
</div>
<div class="item">
<video
ref="videoPlayer2"
id="my-video"
class="video-js vjs-default-skin"
controls
autoplay
preload="auto"
width="640"
height="360"
>
<source :src="attachmentLink" type="application/x-mpegURL" />
Your browser does not support the video tag.
</video>
</div>
<!-- <div class="item" v-for="(index, item) in playerOptions.sources" @click="openDialog" :key="index"> <!-- <div class="item" v-for="(index, item) in playerOptions.sources" @click="openDialog" :key="index">
<video <video
id="videoPlayer" id="videoPlayer"
...@@ -101,31 +72,31 @@ export default { ...@@ -101,31 +72,31 @@ export default {
autoplay: true, //是否自动播放 autoplay: true, //是否自动播放
controls: true, // 是否显示控制栏 controls: true, // 是否显示控制栏
// poster: 'http://path/to/poster.jpg',//视频封面 // poster: 'http://path/to/poster.jpg',//视频封面
sources: [ // sources: [
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
{ // {
type: "video/mp4", // type: "video/mp4",
src: require('@/assets/video/zimu.mp4'), // src: require('@/assets/video/zimu.mp4'),
}, // },
// { // {
// type: "video/mp4", // type: "video/mp4",
// // src: "https://www.example.com/path/to/your/video.mp4" // // src: "https://www.example.com/path/to/your/video.mp4"
...@@ -143,7 +114,7 @@ export default { ...@@ -143,7 +114,7 @@ export default {
// type: "m3u8", // type: "m3u8",
// // type: 'application/x-mpegURL'//视频类型,这里可以不写,如果写一定要写对,否则会无法播放 // // type: 'application/x-mpegURL'//视频类型,这里可以不写,如果写一定要写对,否则会无法播放
// }, // },
], // ],
}, },
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment