基於nginx rtmp搭建點播平台

2021-09-01 11:26:39 字數 1139 閱讀 7165

本次實驗在滴滴雲上完成,基於 nginx-rtmp 搭建乙個點播平台。

工具名稱

描述作業系統

sudo chmod -r 777 /nginxdata/mp4將 nginx-rtmp 原始碼中的 stat.xsl 檔案複製到 nginxdata 目錄中,並將其許可權改為 664。

sudo cp /home/dc2-user/nginx-rtmp-module-1.2.1/stat.xsl /nginxdata/stat.xsl

sudo chmod 644 /nginxdata/stat.xsl

nginx 的所有配置都在其 conf 目錄下(也就是安裝完成後的 /usr/local/nginx/conf 中),最主要的配置檔案 nginx.conf 檔案具體配置樣本檔案見 nginx.conf.md 檔案。

}}通過訪問 http:///stat,可以檢視點播平台的狀態。

nginx rtmp 直播點播 配置

1.安裝 a.環境選擇,linux root 200 software cat etc redhat release centos linux release 7.6.1810 core root 200 nginx 1.16 ifconfig eth0 flags 4163mtu 1500 ine...

搭建基於crtmpserver的點播解決方案

1.linux環境下build並啟動crtmpserver 這部分可以參見我寫的專項詳解文章 crtmpserver流 伺服器的介紹與搭建 和 crtmpserver配置檔案詳解 2.修改配置檔案 修改配置檔案 crtmpserver.lua 配置檔案的具體意義見文章 crtmpserver配置檔案...

Ubuntu搭建nginx rtmp伺服器

本文是搭建nginx流 伺服器過程的筆記,方便自己或者有相關需求的人員參考。註明 主機系統 ubuntu16.04 測試主機ip 192.168.0.5 2.解壓 tar xzvf pcre 8.37.tar.gz cd pcre 8.37 configure make make install i...