在 Flash 中使用实时消息传递协议 (RTMP)

发布于 2024-08-19 12:16:28 字数 382 浏览 11 评论 0原文

Flash可以使用RTMP协议在服务器和客户端之间交换数据。

  1. 您通常如何在 AS2 或 AS3/Flex 中访问此功能?例如,要使用套接字,您可以使用 XMLSocket (AS2) 或 Socket (AS3) 类。

  2. 服务器端 RTMP 软件是否在幕后使用套接字?还是带有隧道的 HTTP?

实时消息协议 (RTMP) 专为 Adob​​e Flash 和服务器之间的高性能音频、视频和数据传输而设计。 RTMP 现已作为开放规范提供,用于创建能够以与 Adob​​e Flash Player 兼容的开放 AMF、SWF、FLV 和 F4V 格式传输视频、音频和数据的产品和技术。

Flash can use the RTMP protocol to exchange data between a server and a client.

  1. How do you typically access this functionality in AS2 or AS3/Flex? For example to use sockets you use the XMLSocket (AS2) or Socket (AS3) classes.

  2. Does the server-side RTMP software use Sockets under the covers? or is it HTTP with tunneling?

The Real-Time Messaging Protocol (RTMP) was designed for high-performance transmission of audio, video, and data between Adobe Flash and a server. 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Saygoodbye 2024-08-26 12:16:28

在 Flash 中,您使用 NetConnection。在 Flex 中,您通常使用 RemoteObject,但也可以使用 NetConnection。

In Flash you use NetConnection. In Flex you typically use RemoteObject, but you can also use NetConnection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文