1.설치 NGINX 소스와 rmtp모듈 소스 다운로드 wget http://nginx.org/download/nginx-1.7.5.tar.gz wget https://github.com/arut/nginx-rtmp-module/archive/master.zip 파일 압축 해제 tar -zxvf nginx-1.7.5.tar.gz unzip master.zip NGINX 소스 디렉토리로 이동후 ./configure --add-module=/path/to/nginx-rtmp-module make make installnginx (1.3.14 -1.5.0) 버전은 http_ssl_module 를 추가로 설치하여하야합니다. ./configure --add-module=/path/to/nginx-rtmp-modul..