- 支持 Windows 和 Linux 平台
- 支持 RTMP, HTTP-FLV 协议
- 支持 H.264 和 AAC 转发
- 支持 GOP 缓存
- 支持 RTMP 推流
- make
- ./rtmp_server
- ffmpeg.exe -re -i test.h264 -f flv rtmp://127.0.0.1/live/stream
- ffplay.exe rtmp://127.0.0.1:1935/live/stream
- ffplay.exe http://127.0.0.1:8000/live/stream.flv
- HLS支持
- 性能优化