Adobe的RTMP协议有什么用?
Adobe的RTMP协议有什么用?
What are the uses of Adobe's RTMP protocol?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Adobe的RTMP协议有什么用?
What are the uses of Adobe's RTMP protocol?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
它基于 TCP,专为在媒体服务器和客户端(Flash 播放器)之间传输视频、音频和数据而设计。 目前,如下应用程序使用该协议:
Flash Player 本身支持 RTMP(该协议由 Adobe 开发)。 在服务器端,除了Adobe的Flash媒体服务器外,还有Wowza和Red5(开源)。 这些是最广泛使用的媒体服务器系统。 还有一些开源应用程序,例如 rtmpdump。
您可以在这篇维基百科文章中找到有关 RTMP 的更多信息。
It's based on TCP and was specifically designed for streaming video, audio, and data between a media server and clients (Flash player). Currently applications like follows use this protocol:
Flash player natively supports RTMP (this protocol was developed by Adobe). At the server side, besides Adobe's Flash media server, there are Wowza and Red5 (open-source). These are most-widely used media server systems. There are also some open-source applications like rtmpdump.
You can find more information about RTMP in this Wikipedia article.
您可以在以下链接中找到有关 RTMP 的更多信息
http:// /www.redcodelabs.com/2009/06/rtmp-specation-is-out/
http://www.adobe.com/devnet/rtmp.html
实时消息协议 (RTMP) 旨在实现 Adobe Flash Platform 技术之间音频、视频和数据的高性能传输,包括Adobe Flash Player 和 Adobe AIR。 RTMP 现在作为开放规范提供,用于创建能够以与 Adobe Flash Player 兼容的开放 AMF、SWF、FLV 和 F4V 格式传输视频、音频和数据的产品和技术。
Here is a link where you can find more informations about RTMP
http://www.redcodelabs.com/2009/06/rtmp-specification-is-out/
http://www.adobe.com/devnet/rtmp.html
The Real-Time Messaging Protocol (RTMP) was designed for high-performance transmission of audio, video, and data between Adobe Flash Platform technologies, including Adobe Flash Player and Adobe AIR. RTMP is now available as an open specification to create products and technology that enable delivery of video, audio, and data in the open AMF, SWF, FLV, and F4V formats compatible with Adobe Flash Player.
正如您通过搜索可能发现的那样,RTMP 是一种专有的媒体流协议,可以通过隧道传输TCP、HTTP 或 HTTPS。
还有比“标题说明一切”更具体的问题吗?
As you could have figured out by searching, RTMP is a proprietary media streaming protocol that can tunnel over TCP, HTTP, or HTTPS.
Do have a more specific question than "The title says it all"?