- 참고

https://github.com/arut/nginx-rtmp-module

https://github.com/illuspas/nginx-rtmp-win32



- nginx-rtmp-module 컴파일된 윈도우 버전 다운로드

git clong https://github.com/illuspas/nginx-rtmp-win32


- nginx 시작

start nginx


- nginx 종료

nginx -s stop


- 동영상 전송

ffmpeg -re -i 동영상.mkv -c:v libx264 -preset veryfast -maxrate 3000k -bufsize 6000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 160k -ac 2 -ar 44100 -f flv rtmp://localhost/live/tabvn


- hls로 전송

ffmpeg -loglevel verbose -re -i 동영상.mkv -vcodec libx264 -vprofile baseline -acodec libmp3lame -ar 44100 -ac 1 -f flv rtmp://localhost/hls/movie


- 동영상 보기

http://www.videolan.org/ 다운로드 후 rtmp 주소

혹은 http://localhost:8080/ 접속 후 rtmp://localhost/live/tabvn 연결