序言

网上的流服务很多.这里使用NGINX的RTMP模块来搭建一个流服务.该NGINX-RTMP流服务接收RTMP的推流,并且支持其RMTP与HLS的拉流,以供浏览器播放.这个比较简单的搭建流服务的操作.后面会更输入的去二次开发.有问题可以联系cuiyaonan2000@163.com;

另外这里的Linux的版本是Centos7

一. gcc 安装

安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果没有 gcc 环境,则需要安装:

h*4memcpy(dst,rgb,outWidth*outHeight*4);ANativeWindow_unlockAndPost(nativeWindow);java代码参考publicclas

[cuiyaonan2000@163.com]# yum -y install gcc gcc-c++

二. PCRE pcre-devel 安装

PCRE(Perl Compatible Regular Expressions) 是一个Perl库,包括 perl 兼容的正则表达式库。nginx 的 http 模块使用 pcre 来解析正则表达式,所以需要在 linux 上安装 pcre 库,pcre-devel 是使用 pcre 开发的一个二次开发库。nginx也需要此库。命令:

换和显示[Cmake-Android音视频]ffmpeg3.4音频重采样[Cmake-Android音视频]OpenSLES音频播放 视频格式转换流程图 函数介绍sws_getConte

[cuiyaonan2000@163.com]# yum install -y pcre pcre-devel

nx/conf/nginx.confrtmp{server{listen1935;#监听的端口chunk_size4000;applicationhls{#rtmp推流请求路径liveon;}}}注:

示出图像。

t8_t*constsrcSlice[],constintsrcStride[],intsrcSliceY,intsrcSliceH,uint8_t*constdst[],constintdstStr

ative_window.h>#includenative代码参考//显示窗口初始化ANativeWindow*native

三. zlib 安装

zlib 库提供了很多种压缩和解压缩的方式, nginx 使用 zlib 对 http 包的内容进行 gzip ,所以需要在 Centos 上安装 zlib 库。

inux的版本是Centos7 一.gcc安装安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,则需要安装: [cuiyaonan2000@163.com]#yum

[cuiyaonan2000@163.com]# yum install -y zlib zlib-devel

四. OpenSSL 安装

OpenSSL 是一个强大的安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及 SSL 协议,并提供丰富的应用程序供测试或其它目的使用。nginx 不仅支持 http 协议,还支持 https(即在ssl协议上传输http),所以需要在 Centos 安装 OpenSSL 库。

ake-Android]音视频总结:[Cmake-Android音视频]SDK,NDK基本介绍[Cmake-Android音视频]NDK-r14b编译ffmpeg3.4支持neon,硬解码

yum install -y openssl openssl-devel

五、安装nginx 跟rtmp模块

[cuiyaonan2000@163.com]# wget https://nginx.org/download/nginx-1.15.8.tar.gz

[cuiyaonan2000@163.com]# tar -zxvf nginx-1.13.8.tar.gz

[cuiyaonan2000@163.com]# git clone https://github.com/arut/nginx-rtmp-module.git

[cuiyaonan2000@163.com]# ./configure --prefix=/usr/local/nginx --add-module=../nginx-rtmp-module --with-http_ssl_module

[cuiyaonan2000@163.com]# make & make install

nx/conf/nginx.confrtmp{server{listen1935;#监听的端口chunk_size4000;applicationhls{#rtmp推流请求路径liveon;}}}注:

示出图像。

t8_t*constsrcSlice[],constintsrcStride[],intsrcSliceY,intsrcSliceH,uint8_t*constdst[],constintdstStr

ative_window.h>#includenative代码参考//显示窗口初始化ANativeWindow*native

6.修改配置文件。进入 /usr/local/nginx/conf 文件夹。增添rtmp部分

/usr/local/nginx/conf/nginx.conf

rtmp {

server {

listen 1935; #监听的端口

chunk_size 4000;

application hls { #rtmp推流请求路径

live on;

}

}

}

注:这里只是一个简单的配置,其实还有很多需要配的,这个会在后面的文章中根据需要增加.总之先搭建起来

nx/conf/nginx.confrtmp{server{listen1935;#监听的端口chunk_size4000;applicationhls{#rtmp推流请求路径liveon;}}}注:

示出图像。

t8_t*constsrcSlice[],constintsrcStride[],intsrcSliceY,intsrcSliceH,uint8_t*constdst[],constintdstStr

ative_window.h>#includenative代码参考//显示窗口初始化ANativeWindow*native

nx/conf/nginx.confrtmp{server{listen1935;#监听的端口chunk_size4000;applicationhls{#rtmp推流请求路径liveon;}}}注:

示出图像。

t8_t*constsrcSlice[],constintsrcStride[],intsrcSliceY,intsrcSliceH,uint8_t*constdst[],constintdstStr

ative_window.h>#includenative代码参考//显示窗口初始化ANativeWindow*native