如何将 Red5 与 Asp.net 结合使用

发布于 2024-07-23 14:22:50 字数 163 浏览 7 评论 0原文

我想在线录制语音,我想我需要使用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技术交流群

发布评论

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

评论(2

‖放下 2024-07-30 14:22:51

我已经成功编写了一个 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

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