gpt4 book ai didi

ios - 带有 rtmps 的 Flex iOS 应用程序

转载 作者:行者123 更新时间:2023-12-01 19:26:13 24 4
gpt4 key购买 nike

我正在尝试连接到 AIR 中的 rtmps 端点。

代码如下所示:

private function onCreationComplete():void{
var conn:NetConnection = new NetConnection();
conn.connect("rtmps://someserver.com/someapplication");
conn.proxyType = "best";
conn.addEventListener(NetStatusEvent.NET_STATUS,statusHandler);
}

private function statusHandler(event:NetStatusEvent):void{
var conn:NetConnection = NetConnection(event.target);
trace(event.info.code);
}

在 ADL(模拟器)中在桌面上运行应用程序时,这实际上非常有效。
但是,当我在 iPad 上安装应用程序 (.ipa) 时,连接失败。

我的台式机和 iPad 都连接到同一个无线网络(因此使用相同的网络架构进行连接)

有没有人经历过这种行为?

干杯

最佳答案

这仍然是 Air 3.1 的问题。
我已向 Adob​​e 提出错误报告 - https://bugbase.adobe.com/index.cfm?event=bug&id=3133542

关于ios - 带有 rtmps 的 Flex iOS 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7361662/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com