Skip to content

PHZ76/rtmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtmp

目前情况

  • 支持 Windows 和 Linux 平台
  • 支持 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/live/stream

后续计划

  • 多线程支持

联系方式