近日在mac osx基於開源元件nginx-rtmp-module架設了一臺預設的media server,以下是過程筆記
解壓三個壓縮包,cd nginx-rtmp-module
./configure --add-module=/work/temp/nginx-rtmp-module --with-http_ssl_module --with-pcre=/work/temp/pcre-8.33
make
sudo make install
將ffmpeg與ffplay解壓縮至/usr/local/bin/
將test下的rtmp-publisher拷貝至www目錄下,在瀏覽器分別訪問publisher.html與player.html,即可開始直播錄製與播放
使用ffplay rtmp://localhost/myapp/mystream 亦可播放錄製的視訊
2014.1.9