Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Last active September 23, 2019 02:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Akagi201/f0c684fcf9ae74fae3ea to your computer and use it in GitHub Desktop.
Save Akagi201/f0c684fcf9ae74fae3ea to your computer and use it in GitHub Desktop.

RTMP url

go-oryx

  • sender, receiver, agent 用3个 goroutine 加 workcontainer 实现. 如果用一个 goroutine 能搞定更好.

ios

ffmpeg rtmp

wireshark

proxy

rtmp播放器

CDN

推流

red5

nginx rtmp module

wireshark

  • 抓包前过滤条件: port 1935
  • 抓包后过滤条件: tcp.len > 0 && rtmpt

debug tool

rtmp client

  • flash player
  • ffplay
  • vlc

rtmp server

Open Source

name lang description repo link
red5 Java 知名度较高, 应用较为广泛 https://github.com/Red5
crtmpserver C++ 支持多种rtmp协议, 移动设备以及IPTV相关网络协议 http://www.rtmpd.com
Erly video erlang 有开源和商业版本 https://github.com/erlyvideo/erlyvideo
haXeVideo haXe 一个实验性的, 轻量级的服务器 http://code.google.com/p/haxevideo
FluorineFx .NET 不明 http://www.fluorinefx.com
SRS C++ 国人开发 https://github.com/winlinvip/simple-rtmp-server
BLS C++ 国人开发 https://github.com/wenjiegit/Bull-Live-Server
nginx-rtmp C nginx子项目 https://github.com/arut/nginx-rtmp-module
ffserver C ffmpeg子项目 https://www.ffmpeg.org/ffserver.html

商业项目

name company link
FMS Adobe http://www.adobe.com/products/flash-media-server-family.html
Wowza Media Server Wowza Media Systems http://www.wowza.com/media-server
Helix Real Network http://www.realnetworks.com/helix/streaming-media-server
Evostream Media Server EvoStream http://www.evostream.com

adobe specs

rtmpserver

h264 aac send over rtmp

blogs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment