動画配信サーバー構築
Posted On 2018年6月20日
動画配信サーバー構築(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