加入 DatagramSocket 上的多播组?

发布于 2024-11-14 10:46:25 字数 718 浏览 3 评论 0原文

我想要接收另一个应用程序在 AIR UDP 套接字 (DatagramSocket) 上多播的网络数据。

在其他编程语言中,这是通过调用(Java)“sock.joinMulticastGroup(group)”来实现的。在 C 中,这是一个简单的“setsockopt”调用。

我找不到任何关于如何使用“setsockopt”等价物来精细控制 Adob​​e Flash(TCP 或 UDP)中套接字的信息(我还想顺便更改接收缓冲区大小,另一个“setsockopt< /strong>”呼叫)。

如果有人知道这是否可能(或不可能),请告诉我。 我非常绝望,我准备拥有一个专用的应用程序(我将用 C 编写)来在本地接收多播数据并将其转发到本地主机 TCP 或 UDP Flash 套接字!

多谢! :)

Matthieu

PS:这是我在 Adob​​e 论坛上发布的消息的链接,但没有取得太大成功。我猜是周末? ;)

PPS:这是另一个链接,这让我感到害怕,尽管这个问题可以追溯到2008年,最后一个答案只有3个月大。

I want to receive network data multicasted by another application on an AIR UDP socket (DatagramSocket).

In other programming languages, this is achieved by calling (Java) "sock.joinMulticastGroup(group)". In C it is a simple "setsockopt" call.

I can't find anything on how to fine-control a socket in Adobe Flash (TCP or UDP) using an equivalent of "setsockopt" (I also want to change the receive buffer size by the way, another "setsockopt" call).

If anyone out there knows if it is possible (or not), please let me know.
I'm so desperate I'm ready to have a dedicated app (that I'll write in C) to receive the multicast data locally and forward it on a localhost TCP or UDP Flash socket!

Thanks a lot! :)

Matthieu

PS: Here is a link to a message I posted on Adobe forum, without much success. Week-end I guess? ;)

PPS: Here is another link which scares me, though the question dates from 2008, the last answer is only 3-months old.

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

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

发布评论

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

评论(1

风追烟花雨 2024-11-21 10:46:25

使用 RTMFP 来处理这种事情。
网络连接, 网络流

Use RTMFP for this kind of stuff.
NetConnection, NetStream

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