用go写的流媒体服务器,支持rtmp,http-flv,hls

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

sms

用golang实现的流媒体服务器,来自开源,现在回馈给开源社区。

特性

  • 模块化,易扩展
  • 高性能,易部署,跨平台
  • 支持rtmp推拉流
  • 支持http-flv分发
  • 支持hls分发
  • 支持http接口请求来推拉流

源码编译

git clone https://github.com/sheepbao/sms.git  
cd sms  
./build.sh  

交叉编译

./build.sh linux arm // or ./build.sh os arch

运行

./bin/sms

项目地址

oschina: http://git.oschina.net/sheepbao/sms

转载于:https://my.oschina.net/u/2374678/blog/872572

你可能感兴趣的:(用go写的流媒体服务器,支持rtmp,http-flv,hls)