Flash 有 SIP 支持吗?
是否有 SIP 库可以将 Flash 应用程序直接连接到 SIP 服务器?(无需从 rtmp 媒体服务器传递)
谢谢
Is there a SIP library to connect a flash application to a SIP server directly?(without passing from a rtmp media server)
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以编写操作脚本类并使用 as3sip 库来实现您的目的。
You can write action script class and use as3sip library to serve your purpose .
我睡在上面,这就是我的“最终答案”:
您无法接受闪存中的传入连接,因此您需要一个特殊的代理来保持信令连接处于活动状态并协助对称 RTP。所需的基础设施与在服务器上运行 SIP UA 并仅将媒体流传递到 Flash 客户端没有太大区别,就像 red5phone 所做的那样。
另外,我预计您在仅使用闪存的软件电话上通话时会遇到困难,因为计算机中的所有冷却风扇都在 ActionScript 中的 CPU 密集型编解码器实现中发出轰鸣声。
I slept on it and that's my "final answer":
You can't accept incoming connections in flash, thus you'd need a special proxy keeping the signaling connection alive and assisting in symmetric RTP. The required infrastructure is not much different from running the SIP UA on the server, and passing the media streams to the flash client only, like red5phone does.
Also I expect you'd have trouble talking on a flash-only softphone with all the cooling fans blaring in your computer from the CPU intensive codec implementation in actionscript.