Red5 / Adobe Streaming 服务器直播
是否可以在速度较慢的机器上捕获/编码视频文件,然后将其实时上传到 Red5 或 Adobe Streaming 服务器,并让该服务器将文件实时流式传输到 Flash 客户端?
如果是这样,使用什么协议将数据从编码机流式传输到 Red5 / Adobe 服务器?
我看到了很多关于 RTMP 的内容,但是我是否正确,该协议用于 Streaming Server 和 Flash 客户端之间,而不是从编码机到 Streaming Server?
谢谢!
Is it possible to capture/encode a video file on a slow machine, then upload it live to a Red5 or Adobe Streaming server, and have that server stream to file live to flash clients?
If so, what protocol is used to stream the data from the encoding machine to the Red5 / Adobe server?
I see a lot of things about RTMP, but am I correct that this protocol is used between Streaming Server and Flash client, but not from encoding machine to Streaming Server?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Flash Player 从计算机流式传输到 Red5 或 FMS 非常简单,在这种情况下,广播公司确实使用 RTMP 连接 A/V 数据并将其传输到服务器。 Red5 源代码树中有简单的广播和录音机应用程序可以帮助您入门。
Red5 项目可以在这里找到:http://code.google.com/p/red5
“简单”广播公司的来源在这里 (simpleBroadcaster.fla):http:// red5.googlecode.com/svn/flash/trunk/
It's quite simple to stream from your computer to Red5 or FMS using Flash Player and the broadcaster in this case does use RTMP to connect and transfer A/V data to the server. There are simple broadcast and recorder applications in the Red5 source tree to get you started.
The Red5 project may be found here: http://code.google.com/p/red5
The source for the "simple" broadcaster is here (simpleBroadcaster.fla): http://red5.googlecode.com/svn/flash/trunk/