any C/C++ open-source RTMP streaming server?
do you know any C/C++开发者_开发问答 open-source RTMP streaming server?
Yes.
http://www.rtmpd.com/
Excellent project.
Nginx with RTMP Module:
https://github.com/arut/nginx-rtmp-module
You include it when you build Nginx, and now you have a fast web server with RTMP support.
精彩评论