如何将 Red5 与 Asp.net 结合使用
我想在线录制语音,我想我需要使用FMS或Red5,但我不知道如何将Red5与Asp.net结合使用,实际上这是我第一次尝试处理这样的事情,目前我是一名.net开发人员。
所以请有人告诉我一种处理它的方法,并告诉我如何将 Red5 与 Asp.net 一起使用。
提前致谢。
I want to record voice online and I guess I need to use FMS or Red5 and I don't know how to use Red5 with Asp.net, actually this is my first attempt to handle such a thing and currently I am a .net developer.
So someone please show me a way to handle it and show me how to use Red5 with Asp.net.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经成功编写了一个 asp.net 应用程序来使用 Red5 流式传输多个用户的 P2P 视频。
red5的集成其实很简单。 一旦你让它在你的服务器/虚拟机上运行,你所要做的就是安装 olfa 演示,然后你就可以在闪存中编写一个播放器/流媒体。 您只需设置网络连接即可。 一个用于传入流,另一个用于传出流。 然后你必须添加一个麦克风和一个麦克风。 相机捕获以将它们附加到传出流。 如果您想让您的播放器/流媒体更加强大,您可以使用 Javascript 和 Web 服务 (AJAX) 的组合来控制流向何处。
您没有非常详细地说明您想做什么,否则我可能可以为您提供进一步的帮助。
例如代码转到
http://code.google.com/ p/red5/source/browse/#svn%2Fflash%2Ftrunk%253Fstate%253Dclose
I have successfully written an asp.net application to stream multiple users P2P video using Red5.
Integration of red5 is actually simple. Once you've got it working on your Server/VM all you have to do is install the olfa Demo and you can write a player/streamer in flash. You just have to set the netconnections. One for the incoming stream and another for the outgoing stream. Then you'd have to add a mic & camera capture to attach them to the outgoing stream. If you want to make your player/Streamer more robust you can use a combination of Javascript and a webservice(AJAX) to control what streams to where.
You weren't very detailed on what you wanted to do otherwise I could have probably assisted you further.
For example code go to
http://code.google.com/p/red5/source/browse/#svn%2Fflash%2Ftrunk%253Fstate%253Dclosed
这是一个不错的页面,其中有关于红色和 ASP 的非常好的信息 http://www.aspnetajaxchat.com/ Deployment_Guide.pdf
http://www.freelancer-job.com/blog/2008/08/13/flash-aspnet-coder-to-integrate- red5-based-audiovideo-chat-module-to-aspnet-website-by-zukinet/
更多信息可在 是否有带有语音录制功能的 ASP.NET 示例代码?
This is the nice page which has very good infromation abou red ands ASP http://www.aspnetajaxchat.com/Deployment_Guide.pdf
http://www.freelancer-job.com/blog/2008/08/13/flash-aspnet-coder-to-integrate-red5-based-audiovideo-chat-module-to-aspnet-website-by-zukinet/
Some more information avilable in are there any ASP.NET with Voice Recording sample codes?