如何通过 C# ASP.NET 使用 FMS
我实际上需要一种使用 c# 和 asp.net 来使用 Flash 媒体服务器的方法。
我不知道如何实现这一点,我一直在寻找文档,但到目前为止还没有找到任何有价值的东西。
提前谢谢。
编辑: 我想要的是从 Asp.net 编辑 FMS 中的共享对象。
I actually need a way to work with a Flash media Server using c# and asp.net.
And I don't have a clue about how to accomplish that I've been looking for documentation but haven't found anything worth so far.
Thx in advance.
Edit:
What I want is to edit a Shared Object in FMS from Asp.net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您使用的是 Flash 前端,您可以使用 Flash WebService 或 HTTPService 与 .Net 后端通信,并通过 Flash NetConnection 将从 .Net 检索到的数据发送到 FMS。
了解您想要做什么的具体细节会有所帮助。
我已经开发 Flash/.Net/FMS 应用程序几个月了,所以如果您需要任何信息,可以为您提供帮助。
埃文
Assuming you are using a Flash front end, you could use a Flash WebService or HTTPService to communicate with the .Net back end, and send the data retrieved from .Net into FMS via the Flash NetConnection.
It would help to know the specifics of what you're trying to do.
I've been working on a Flash/.Net/FMS app for a few months now, so can help out if you need any info.
Evan
您的意思是在网页和 FMS 之间消费/发布视频? 在这种情况下,flash 对象直接与 FMS 通信,如果您的 Web 应用程序是 asp.net、php、ruby 等,则没有区别
You mean consuming/publish videos between a web page and FMS? In that case the flash object communicates directly with FMS, it makes no difference if your web app is asp.net, php, ruby, etc