直播平台简单搭建笔记
直播平台大致流程 实时传输协议有 :RTMP、HLS、HDL(HTTP-FLV) 编译环境 apt-get install build-essential nginx安装 安装pcre (目前最新8.44) ./configure make && make install pcre-config --version //查看版本 下载 nginx-rtmp-module 源 git 下载 https://github.com/arut/nginx-rtmp-module 安装nginx(目前最新1.17.9) ./configure --add-module=../nginx-rtmp-module --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --with-pcre=/usr/local/pcre-8.44 make make install obs studio 视频直播录制软件安装(debian尽量9以上,因为ops有要求,不然自己编译有点麻烦) https://obsproject.com/download ffmpeg转码安装 https://obsproject.com/wiki/install-instructions#linux里有安装流程 或者低版本的