
正文
用ffserver实现rtsp服务器的实验笔记
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
参考:https://blog.csdn.net/hoyjam1/article/details/51281679
建议配置文件:/etc/config/ffserver.conf
Port 10535
RTSPPort 5454
BindAddress 0.0.0.0、
MaxHTTPConnections 2000
MaxClients 1000
MaxBandwidth 1000
CustomLog -
NoDaemon#实时流数据配置(参考源码ffmpeg/test/下的ffserver.conf)
File /tmp/feed1.ffm
FileMaxSize 1M
ACL allow 127.0.0.1Feed feed1.ffm
Format avi
#
BitExact
DctFastint
IdctSimple
VideoFrameRate 10
VideoSize 352x288
VideoBitRate 100
VideoGopSize 30
NoAudioPreRoll 10
StartSendOnKey
MaxTime 100







