-
windows 用這個?http://nginx-win.ecsds.eu/download/nginx%201.7.12.1%20Lizard.zip
復制 github 上?nginx-rtmp-module-master 到目錄
查看全部 -
我想做一個編碼算法,讓超聲波也能錄下來,動物也能聽見查看全部
-
I幀 幀內編碼 P 幀間編碼 依賴前面 B 幀間編碼 雙向 GOF GOP I幀間隔 ssp sps查看全部
-
發送 確認 超時 重發 可以超時3次,每次時間翻倍。查看全部
-
H264基本概念
查看全部 -
gop
ipb參考指示查看全部 -
rtmp{
? ? ? ? server{
? ? listen 1935;
chunk_size 4000;
? ? application live{
? ? ? live on;
record off;
allow play all;
}
}
}
? ?rtmp? 服務配置
查看全部 -
nginx 直接啟動
nginx -s reload? 重啟
netstat -an? |grep 1935? ? 查看所有端口
ffmpeg 直播命令
推流? ffmpeg -re -i out.mp4 -c copy -f flv rtmp://server/live/streamName
拉流? ?ffmpeg -i rtmp://server/live/streamName -c copy dump.flv
播放器網站?
bbs.chinaffmpeg.com/1.swf
拉流 從直播平臺
ffmpeg -i http://tv.cctv.com/live/cctv5/?spm=C28340.PTEIZZ4GiRby.S13356.65 -c:a copy -c:v copy -f flv rtmp://localhost:1935/live/room
查看全部 -
安裝 nginx? 服務 命令
brew install? nginx-full --with-rtmp-mudule? 報錯
https://blog.csdn.net/leonpengweicn/article/details/44917943
brew?tap?denji/nginx
查看全部 -
碼率計算公式
查看全部
舉報