inleft
2022-03-07 56fe690507efc7e47f3b83e4e2095afa1ccf1439
commit | author | age
56fe69 1 <style lang="less" scoped>
I 2     .videoBoxList {
3         display: flex;
4         // justify-content: space-evenly;
5         flex-wrap: wrap;
6         // align-content:flex-start;
7         min-height: 700px;
8         align-items: stretch;
9     }
10
11     .myVideo {
12         position: relative;
13         // width: 220px;
14         // height: 140px;
15         width: 300px;
16         height: 180px;
17         background-color: #565656;
18         border-radius: 10px;
19         margin: 10px;
20         display: flex;
21
22         .face {
23             z-index: 1;
24         }
25
26         img {
27             max-width: 100%;
28         }
29     }
30
31
32     .myVideo:hover {
33         .mark {
34             background-color: #000;
35             display: initial;
36         }
37
38         .player-video-state {
39             // display: initial;
40         }
41     }
42
43
44
45
46     .dplayer {
47         width: 500px;
48     }
49
50     .mark {
51         opacity: 0.45;
52         width: 100%;
53         height: 100%;
54         position: absolute;
55         display: none;
56     }
57
58     .player-video-state {
59         // position: absolute;
60         left: 43%;
61         top: 35%;
62         width: 50px;
63         height: 50px;
64         display: none;
65     }
66 </style>
67
f60b31 68 <template>
ec6f20 69     <div>
56fe69 70         <div class="videoBoxList">
I 71             <div class="myVideo" v-for=" (temp,index) in ['test1','test2','test3']">
72                 <div :id="temp" :ref="temp" class="dplayer"></div>
73                 <!-- <div class="mark" ></div> -->
74                 <!-- <img src="qq.png"> -->
75                 <!-- 视频 -->
76                 <div class="player-video-state">
77                     <span class="bp-svgicon">
78                         <svg viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg"
79                             xmlns:xlink="http://www.w3.org/1999/xlink">
80                             <defs>
81                                 <path id="pid-1-svgo-a" d="M0 0h80v80H0z"></path>
82                                 <path
83                                     d="M52.546 8.014a3.998 3.998 0 014.222 3.077c.104.446.093.808.039 1.138a2.74 2.74 0 01-.312.881c-.073.132-.16.254-.246.376l-.257.366-.521.73c-.7.969-1.415 1.926-2.154 2.866l-.015.02a240.945 240.945 0 015.986.341l1.643.123.822.066.41.034.206.018.103.008.115.012c1.266.116 2.516.45 3.677.975a11.663 11.663 0 013.166 2.114c.931.87 1.719 1.895 2.321 3.022a11.595 11.595 0 011.224 3.613c.03.157.046.316.068.474l.015.119.013.112.022.206.085.822.159 1.646c.1 1.098.19 2.198.27 3.298.315 4.4.463 8.829.36 13.255a166.489 166.489 0 01-.843 13.213c-.012.127-.034.297-.053.454a7.589 7.589 0 01-.072.475l-.04.237-.05.236a11.762 11.762 0 01-.74 2.287 11.755 11.755 0 01-5.118 5.57 11.705 11.705 0 01-3.623 1.263c-.158.024-.316.052-.475.072l-.477.053-.821.071-1.644.134c-1.096.086-2.192.16-3.288.23a260.08 260.08 0 01-6.578.325c-8.772.324-17.546.22-26.313-.302a242.458 242.458 0 01-3.287-.22l-1.643-.129-.822-.069-.41-.035-.206-.018c-.068-.006-.133-.01-.218-.02a11.566 11.566 0 01-3.7-.992 11.732 11.732 0 01-5.497-5.178 11.73 11.73 0 01-1.215-3.627c-.024-.158-.051-.316-.067-.475l-.026-.238-.013-.119-.01-.103-.07-.823-.132-1.648a190.637 190.637 0 01-.22-3.298c-.256-4.399-.358-8.817-.258-13.233.099-4.412.372-8.811.788-13.197a11.65 11.65 0 013.039-6.835 11.585 11.585 0 016.572-3.563c.157-.023.312-.051.47-.07l.47-.05.82-.07 1.643-.13a228.493 228.493 0 016.647-.405l-.041-.05a88.145 88.145 0 01-2.154-2.867l-.52-.73-.258-.366c-.086-.122-.173-.244-.246-.376a2.74 2.74 0 01-.312-.881 2.808 2.808 0 01.04-1.138 3.998 3.998 0 014.22-3.077 2.8 2.8 0 011.093.313c.294.155.538.347.742.568.102.11.19.23.28.35l.27.359.532.72a88.059 88.059 0 012.06 2.936 73.036 73.036 0 011.929 3.03c.187.313.373.628.556.945 2.724-.047 5.447-.056 8.17-.038.748.006 1.496.015 2.244.026.18-.313.364-.624.549-.934a73.281 73.281 0 011.93-3.03 88.737 88.737 0 012.059-2.935l.533-.72.268-.359c.09-.12.179-.24.281-.35a2.8 2.8 0 011.834-.881zM30.13 34.631a4 4 0 00-.418 1.42 91.157 91.157 0 00-.446 9.128c0 2.828.121 5.656.364 8.483l.11 1.212a4 4 0 005.858 3.143c2.82-1.498 5.55-3.033 8.193-4.606a177.41 177.41 0 005.896-3.666l1.434-.942a4 4 0 00.047-6.632 137.703 137.703 0 00-7.377-4.708 146.88 146.88 0 00-6.879-3.849l-1.4-.725a4 4 0 00-5.382 1.742z"
84                                     id="pid-1-svgo-d"></path>
85                                 <filter x="-15.4%" y="-16.3%" width="130.9%" height="132.5%"
86                                     filterUnits="objectBoundingBox" id="pid-1-svgo-c">
87                                     <feOffset dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
88                                     <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1">
89                                     </feGaussianBlur>
90                                     <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"
91                                         in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
92                                     <feOffset in="SourceAlpha" result="shadowOffsetOuter2"></feOffset>
93                                     <feGaussianBlur stdDeviation="3.5" in="shadowOffsetOuter2"
94                                         result="shadowBlurOuter2">
95                                     </feGaussianBlur>
96                                     <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
97                                         in="shadowBlurOuter2" result="shadowMatrixOuter2"></feColorMatrix>
98                                     <feMerge>
99                                         <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
100                                         <feMergeNode in="shadowMatrixOuter2"></feMergeNode>
101                                     </feMerge>
102                                 </filter>
103                             </defs>
104                             <g fill="none" fill-rule="evenodd" opacity=".8">
105                                 <mask id="pid-1-svgo-b" fill="#fff">
106                                     <use xlink:href="#pid-1-svgo-a"></use>
107                                 </mask>
108                                 <g mask="url(#pid-1-svgo-b)">
109                                     <use fill="#000" filter="url(#pid-1-svgo-c)" xlink:href="#pid-1-svgo-d"></use>
110                                     <use fill="#FFF" xlink:href="#pid-1-svgo-d"></use>
111                                 </g>
112                             </g>
113                         </svg>
114                     </span>
115                 </div>
116             </div>
ec6f20 117         </div>
f60b31 118     </div>
I 119 </template>
120
121 <script>
56fe69 122     import Hls from 'hls.js'
I 123     import DPlayer from 'dplayer'
124
f60b31 125     export default {
I 126         data() {
127             return {
56fe69 128                 dp: null,
I 129                 video: {},
130                 video1: {
131                 },
132                 video2: {
133                 },
134             }
135         },
136         methods: {
137             myPlay() {
138                 this.$message.info("start play..")
139             },
140             loadVideo(videoInfo, index) {
141                 this.dp = new DPlayer({
142                     element: document.getElementById(index),
143                     //logo: "https://qczh-1252727916.cos.ap-nanjing.myqcloud.com/pic/273658f508d04d488414fd2b84c9f923.png", // 在视频左上角上打一个logo
144                     // hotkey: true, // 是否支持热键,调节音量,播放,暂停等
145                     mutex: false, //  防止同时播放多个用户,在该用户开始播放时暂停其他用户
146                     theme: "#b7daff", // 风格颜色,例如播放条,音量条的颜色
147                     loop: false, // 是否自动循环
148                     lang: "zh-cn", // 语言,'en', 'zh-cn', 'zh-tw'
149                     // screenshot: true, // 是否允许截图(按钮),点击可以自动将截图下载到本地
150                     preload: "auto", // 自动预加载
151                     volume: 0, // 初始化音量
152                     playbackSpeed: [2, 1, 0.5], //可选的播放速度,可自定义
153                     contextmenu: [
154                         //  自定义上下文菜单
155                         // 右键菜单
156                         {
157                             text: "b站",
158                             link: "https://www.bilibili.com"
159                         },
160                         {
161                             text: "选项二",
162                             click: player => {
163                                 console.log(player);
164                             }
165                         }
166                     ],
167                     highlight: [
168                         //进度条上的自定义时间标记
169                         // 进度条时间点高亮
170                         {
171                             text: "10M",
172                             time: 60
173                         },
174                         {
175                             text: "20M",
176                             time: 120
177                         }
178                     ],
179                     video: {
180                         pic: videoInfo.img, // 视频封面
181                         url: videoInfo.url,
182                         type: 'customHls',
183                         customType: {
184                             customHls: function(video, player) {
185                                 const hls = new Hls()
186                                 hls.loadSource(video.src)
187                                 hls.attachMedia(video)
188                             }
189                         }
190                     }
191                 })
192             }
193         },
194         mounted() {
195             this.video1 = {
196                 img: "http://t.inleft.com/share/media_photo/idea_beijing.jpg",
197                 url: "http://t.inleft.com/share/myVideo/faye/faye.m3u8"
198             }
199             this.video2 = {
200                 img: "http://t.inleft.com/share/media_photo/idea_beijing.jpg",
201                 url: "http://t.inleft.com/share/myVideo/canon/canon.m3u8"
f60b31 202             }
I 203
56fe69 204             // getVideo: ajax request for getting videoInfo
I 205             /*   getVideo().then(res => {
206                 this.video = res.data.video
207                 this.laodVideo(this.video)
208               }) */
209             this.video = {
210                 //封面
211                 //img: "https://cn.bing.com/th?id=OHR.MeotoIwa_ZH-CN3126370410_1920x1080.jpg&rf=LaDigue_1920x1080.jpg",
212                 img: "http://t.inleft.com/share/media_photo/idea_beijing.jpg",
213                 // video: "https://vod3.bdzybf3.com/20210509/ZMHA3RpS/1000kb/hls/index.m3u8",
214                 // video: "http://t.inleft.com/share/ckplayer/ckplayer-master/sample/test/video_tieba.m3u8",
215                 // video: videoUrl,
216                 // video: "http://t.inleft.com/share/mp3/inleft-test-20211103-rainbow.mp3",
217             }
218             this.loadVideo(this.video1, "test1")
219             this.loadVideo(this.video2, "test2")
f60b31 220
56fe69 221             // 以下为隐藏一些作者的信息和视频播放源 如不需要可删除
I 222             // document.querySelector(".dplayer-menu").remove(); //隐藏右键菜单
223             document.querySelector(".dplayer-mask").remove();
224             document.querySelector(".dplayer-info-panel-item-url").remove(); //隐藏播放源
225             let length = document.querySelectorAll(".dplayer-menu-item").length;
226             document.querySelectorAll(".dplayer-menu-item")[length - 2].remove(); // 去掉作者信息
227             document.querySelectorAll(".dplayer-menu-item")[length - 1].remove(); // 去掉作者信息
f60b31 228         }
I 229     }
230 </script>