nginx + hls 스트리밍(vod 파일 이용)
git clone https://github.com/kaltura/nginx-vod-module wget http://nginx.org/download/nginx-1.14.2.tar.gz 압축을 푼 다음 configure 진행 ./configure --add-module=../nginx-vod-module --with-file-aio --with-threads --with-cc-opt="-O3" --with-file-aio : asynchronous I/O 지원 --with-threads : thread pool 을 이용해서 asynchronous 하게 파일 open --with-cc-opt="-O3" : compiler Optimization 을 위한 옵션 출처: https://alnova2.tisto..
Streaming
2020. 2. 3. 13:48