jony413

多媒体信息发布、排队叫号、医院分诊、电子班牌

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

1.install nginx with nginx_rtmp_module

1.1.yum install gcc gcc-c++

1.2.download pcre,zlib,openssl 

1.3.download the modules,such as ngx_cache_purge, nginx-rtmp-module

1.4.configure and make install

./configure --with-pcre=/usr/local/lib/pcre-8.41 --with-zlib=/usr/local/lib/zlib-1.2.11 --with-openssl=/usr/local/lib/openssl-1.0.2l --add-module=/usr/download/modules/ngx_cache_purge --add-module=/usr/download/modules/nginx-rtmp-module-1.2.0

 

2.ffmpeg installed in centos

2.1.yum install -y autoconf automake cmake freetype-devel gcc gcc-c++ git libtool make mercurial nasm pkgconfig zlib-devel

2.2.download yasm and install

2.3.download ffmpeg

2.4.configure and make install ffmpeg

posted on 2017-09-14 10:01  jony413  阅读(149)  评论(0)    收藏  举报