Demo: http://download.youkuaiyun.com/detail/akeron/9752215
1. nginx安装
Linux
- 下载nginx,网址如下:http://nginx.org/en/download.html
- 下载nginx_rtmp_module,
安装必要的依赖包:
- $ sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev
解压下载的nginx包,再解压nginx_rtmp_module到同一文件夹,进入解压后的nginx文件夹,安装:
$./configure --with-http_ssl_module