動画配信サーバー構築

動画配信サーバー構築(nginx+nginx-rtmp-module)

https://centossrv.com/nginx-nginx-rtmp-module.shtml

nginxビルド時のエラー:the HTTP rewrite module requires the PCRE librSary.

PCRE libraryが必要と言ってはる。
PCRE libraryは正規表現ライブラリ。
URLのrewriteやLocationの指定で正規表現によるマッチングが行えるようになるとのこと。

yum -y install pcre-devel

https://qiita.com/dice-k/items/5b55f3d1abe9fbdb7e33

https://qiita.com/kei75/items/b3ea3012ed71ab2f5c2c

# yum groupinstall “Development Tools”
# yum install pcre-devel openssl-devel libxslt-devel gd-devel perl-ExtUtils-Embed epel-release
# yum install GeoIP-devel

浅析点直播流媒体传输协议之 —— HLS(HTTP Live Streaming)

https://blog.csdn.net/phachon/article/details/52524596

Add a Comment

您的电子邮箱地址不会被公开。 必填项已用*标注