国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > HTML > 正文

實現簡易html視頻播放器的方法

2020-03-24 16:45:04
字體:
來源:轉載
供稿:網友
這篇文章主要介紹了實現簡易html視頻播放器的方法,H5創建視頻播放器很簡單,您只需要添加一些H5的標簽即可創建出炫酷的播放器

本文介紹了實現簡易html視頻播放器的方法,分享給大家,具體如下:

文件列表

root@tianshl:/data/video# lshch.mp4 test.mp4 xyx.mp4 index.html video.list jquery.js

index.html

 !DOCTYPE html  html  head  meta charset= UTF-8  style type= text/css  body{ text-align: center; #content-wrap{ margin-top: 50px; display: inline-block; #content{ display: flex; /* 播放器 */ #video{ display: inline-block; margin: 0; border: 12px solid #eee; box-sizing: border-box; .video-list-wrap{ background-color: #eee; border-right: 1px solid #fff; /* 視頻列表 */ .video-list{ display: inline-block; box-sizing: border-box; margin: 0; width: 150px; list-style: none; padding: 0; overflow: auto; font-size: 12px; /* 列表項 */ .video-item{ cursor: pointer; width: 150px; box-sizing: border-box; text-align: left; padding: 5px 0 5px 10px; .video-item:not(:last-child){ border-bottom: 1px solid #fff; .video-item:hover, .active{ background-color: #ddd; color: #333; /* 視頻列表標題 */ .video-title{ background-color: gainsboro; font-size: 12px; height: 30px; line-height: 30px; text-align: center; /style  /head  body  p id= content-wrap  p id= content  p >

video.list

# 該目錄下的所有MP4文件, 供jQuery解析root@tianshl:/data/video# ls *.mp4 video.list

nginx配置

user root;worker_processes 1;events { worker_connections 1024;http { include mime.types; sendfile on; keepalive_timeout 65; server { listen 8000; server_name 本機IP; location / { # 前兩行是認證(可不加) auth_basic secret  auth_basic_user_file /usr/local/nginx/passwd.db; # 路徑 root /data/video; # 首頁 index index.html;}

界面展示

http://localhost:8000

認證

播放器

相關推薦:

HTML5 video 視頻標簽使用介紹


以上就是實現簡易html視頻播放器的方法的詳細內容,html教程

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 东源县| 南华县| 中卫市| 长葛市| 简阳市| 桃园县| 鄂托克旗| 金山区| 古田县| 成武县| 冕宁县| 云林县| 农安县| 东乌珠穆沁旗| 息烽县| 昭觉县| 天津市| 平顺县| 海阳市| 田东县| 防城港市| 通山县| 信丰县| 略阳县| 屯昌县| 禄劝| 漯河市| 若尔盖县| 大同市| 明水县| 西城区| 西华县| 沙田区| 延寿县| 长宁区| 阿克| 天门市| 夏河县| 如东县| 囊谦县| 安图县|