91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

html5播放mp4視頻代碼

發布時間:2020-07-11 20:10:41 來源:網絡 閱讀:7671 作者:guowang327 欄目:移動開發

1.nginx支持flv和mp4格式播放

默認yum安裝nginx

centos7安裝nginx時候應該是默認安裝nginx_mod_h364_streaming模塊的

# nginx -V查看是否安裝nginx_mod_h364_streaming模塊

nginx在新版本中已經支持了--with-http_mp4_module --with-http_flv_module這2個模塊即可

# vi /etc/nginx/nginx.conf

server {

        listen       80 default_server;

        listen       [::]:80 default_server;

        server_name  _;

        root         /usr/share/nginx/html;

        #guowang add

        limit_rate_after 5m;   #在flv視頻文件下載了5M以后開始限速

        limit_rate 512k;      #速度限制為512K


        # Load configuration files for the default server block.

        include /etc/nginx/default.d/*.conf;


        location / {

        }


        #guowang add

        location ~ \.flv {

            flv;

        }

        location ~ \.mp4$ {

            mp4;

        }


        error_page 404 /404.html;

            location = /40x.html {

        }


        error_page 500 502 503 504 /50x.html;

            location = /50x.html {

        }

}


2.html5播放mp4視頻代碼

<!DOCTYPE html>

<html>

<head>

    <meta charset="utf-8">

    <title>公司宣傳片</title>

</head>

<body>

    <h3>公司宣傳片</h3>

    <video width="320" height="240" controls autoplay>

        <source src="gs.mp4" type="video/mp4">

        <source src="gs.ogg" type="video/ogg">

        <source src="gs.webm" type="video/webm">

        <object data="gs.mp4" width="320" height="240">

          <embed src="gs.swf" width="320" height="240"><p>如果你播放不了該視頻,

那是你的設備不支持該文件格式</p>

        </object>

    </video>

</body>

</html>

3.參考:

http://www.runoob.com/html/html-videos.html

http://www.runoob.com/try/try.php?filename=tryhtml_video_html5_4


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

彝良县| 青浦区| 长泰县| 阳曲县| 赣州市| 吉林省| 海兴县| 喀喇| 长岛县| 遵义市| 丹阳市| 涞水县| 永康市| 祁连县| 无棣县| 隆子县| 宁晋县| 宿松县| 弥渡县| 布尔津县| 马关县| 新乡市| 尚志市| 林口县| 贵阳市| 聂拉木县| 永兴县| 新泰市| 塔河县| 元阳县| 澄江县| 龙里县| 开江县| 仙居县| 沙湾县| 白玉县| 永川市| 遂平县| 林周县| 镶黄旗| 拜城县|