nginx-vod-module点播服务器搭建
(2022-03-16 16:53:33)分类: 新技术 |
git clone
https://github.com/kaltura/nginx-vod-module.git
apt install libpcre3-dev
编译nginx
./configure --prefix=/web/webserver/nginx-vod-hls
--with-http_stub_status_module --with-http_gzip_static_module
--with-http_gunzip_module --with-file-aio --with-threads
--with-cc-opt="-O3" --with-http_ssl_module
--with-openssl-opt=enable --with-http_mp4_module --with-stream
--add-module=../nginx-vod-module
location /vod {
点播地址测试(mao.mp4放在/media)
http://192.168.137.66/vod/mao.mp4/index.m3u8
http://192.168.137.66/vod/mao.mp4/master.m3u8
自适应清晰度
前一篇:srs安装测试
后一篇:fluttervlc播放范例