网易视频云用Nginx搭建flv,mp4,hls流媒体服务器
网易视频云是网易倾力打造的一款基于云计算的分布式多媒体处理集群和专业音视频技术提供稳定流畅、低时延、高并发的视频直播、录制、存储、转码及点播等音视频的PAAS服务在线教育、远程医疗、娱乐秀场、在线金融等各行业及企业用户只需经过简单的开发即可打造在线音视频平台。今天网易视频云就给大家分享关于用Nginx搭建flv,mp4,hls流媒体服务器的技术干货
模块:nginx_mod_h264_streaming 支持h264编码MP4格式的视频
模块:http_flv_module 支持flv
模块:http_mp4_module 支持mp4
模块: nginx-rtmp-module 支持rtmp协议也支持HLS
1 模块下载和解压wget http://nginx.org/download/nginx-1 .6.0.tar.gzwg e thttp://h264.code-shop.com/download/nginx_mod_h264_streaming-2.2.7.tar.gzwget http://sourceforge.net/projects/pcre/fi les/pcre/8.35/pcre-8.35.tar.gzwget http://zl ib.net/zl ib-1 .2.8.tar.gz
wget http://www.openssl .org/source/openssl-1 .0. 1g.tar.gzwget -O nginx-rtmp-module.ziphttps://github.com/arut/nginx-rtmp-module/archive/master.zipunzip nginx-rtmp-module.ziptar -zxvf nginx-1 .6.0.tar.gztar -zxvf nginx_mod_h264_streaming-2.2.7.tar.gztar -zxvf pcre-8.35.tar.gztar -zxvf zl ib-1 .2.8.tar.gztar -zxvf openssl-1 .0.1g.tar.gz
2 配置命令会生成makefile文件
./configure\
--prefix=/usr/local/nginx\
--add-module=. ./nginx_mod_h264_streaming-2.2.7\--add-module=. ./nginx-rtmp-module\
--with-http_flv_module\
--with-http_mp4_module\
--with-http_stub_status_module\
--with-http_ssl_module\
--with-pcre=. ./pcre-8.35\
--with-zl ib=. ./zl ib-1 .2.8\
--with-debug
3 编译和安装ma kemake instal l
4问题解决
【1 】 如果在configure过程中出现以下错误
/root/nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c: Infunction ‘ngx_streaming_handler’ :
/root/nginx_mod_h264_streaming-2.2.7/src/ngx_http_streaming_module.c: 158:error: ‘ngx_http_request_t’ has no membernamed ‘zero_in_uri ’make[1 ]: *** [objs/addon/src/ngx_http_h264_streaming_module.o]Error 1make[1 ]: Leaving directory`/root/nginx-0.8.54'make: *** [bui ld]Error 2
那么将src/ngx_http_streaming_module.c文件中以下代码删除或者是注释掉就可以了
/*TODO:Win32*/if (r->zero_in_uri)
{return NGX_DECLINED;
}
如果你没有对这个文件做个更改那么应该在源码的第157-161行。这个问题是由于版本原因引起在此不再讨论。
修改完之后记得先执行make clean 然后再进行重新执行configure、 ma ke 最后make instal l。
【2】 如果在编译过程中出现以下错误cc1 :warnings being treated as errors
那么修改/nginx-1 .6.0/objs/Makefi le文件
CFLAGS= -pipe -O-W-Wal l -Wpointer-arith -Wno-unused-parameter-Werror -g -D_LARGEFILE_SOURCE-DBUILDING_NGINX
-I . ./nginx-rtmp-module-master
把上面的-Werror去掉不把warn ning当作error处理
5Nginx的配置
#user nobody;worker_processes 1 ;
#error_log logs/error. log;
#error_log logs/error. log notice;
#error_log logs/error. log info;
#pid logs/nginx.pid;events{worker_connections 1024;
}rtmp{server {l isten 1935;chunk_size4000;
#video on demand forflvfi lesappl ication vod {play/usr/local/nginx/html/flv;
}
#video on demand for mp4 fi les
appl ication vod2{play/usr/local/nginx/html/mp4;
}appl ication hls{l ive on;hlson;hls_path /tmp/hls;
}
#MPEG-DASHissimi lar toHLSappl ication dash{l ive on;dashon;dash_path /tmp/dash;
}
}
}http{include mime.types;
default_type appl ication/octet-stream;
#log_format main '$remote_addr -$remote_user [$time_local] "$request" '# '$status$body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"' ;
#access_log logs/access. log main;sendfi le on;
#tcp_nopush on;
#keepal ive_timeout 0;keepal ive_timeout 65;
#gzip on;server {
#in case we have anotherweb server on port 80l isten 8080;server_name localhost;
#charset koi8-r;
#access_log logs/host.access. log main;location/ {root html ;
index index.html index.htm;
}
#error_page 404 /404.html ;
#redirect server error pages to the static page/50x.html#error_page 500502503504 /50x.html ;location =/50x.html {root html ;
}location~\.mp4${mp4;
}location~\.flv${flv;
}
#This URL provides RTMP statistics in XMLlocation/stat {rtmp_stat al l ;
rtmp_stat_stylesheet stat.xsl ;
}location/stat.xsl {
#XML stylesheet to view RTMP stats.#Copy stat.xsl wherever you want
#and put the ful l directory path herer o o t /va r/www/;
}location/hls{
#Serve HLS fragmentstypes{appl ication/vnd.apple.mpegurl m3u8;video/mp2t ts;
}
#where the m3u8 andtsfi les areal ias/usr/local/nginx/html/hls;
#l ive streaming setting
#root /tmp;
虎跃科技怎么样?虎跃科技(虎跃云)是一家成立于2017年的国内专业服务商,专业主营云服务器和独立服务器(物理机)高防机房有着高端华为T级清洗能力,目前产品地区有:山东,江苏,浙江等多地区云服务器和独立服务器,今天虎跃云给大家带来了优惠活动,为了更好的促销,枣庄高防BGP服务器最高配置16核32G仅需550元/月,有需要的小伙伴可以来看看哦!产品可以支持24H无条件退款(活动产品退款请以活动规则为准...
在之前的一些文章中有提到HostYun商家的信息,这个商家源头是比较老的,这两年有更换新的品牌域名。在陆续的有新增机房,价格上还是走的低价格路线,所以平时的折扣力度已经是比较低的。在前面我也有介绍到提供九折优惠,这个品牌商家就是走的低价量大为主。中秋节即将到,商家也有推出稍微更低的88折。全场88折优惠码:moon88这里,整理部分HostYun商家的套餐。所有的价格目前都是原价,我们需要用折扣码...
EdgeNat 商家在之前也有分享过几次活动,主要提供香港和韩国的VPS主机,分别在沙田和首尔LG机房,服务器均为自营硬件,电信CN2线路,移动联通BGP直连,其中VPS主机基于KVM架构,宿主机采用四路E5处理器、raid10+BBU固态硬盘!最高可以提供500Gbps DDoS防御。这次开年活动中有提供七折优惠的韩国独立服务器,原生IP地址CN2线路。第一、优惠券活动EdgeNat优惠码(限月...