使用 asp.net 在互联网上流式传输实时音频和视频

发布于 2024-12-03 00:17:49 字数 129 浏览 0 评论 0原文

我想在我的一个客户网站上实现实时视频和音频流..我不知道如何去做,请你们帮忙,是否有可能从手机捕获的视频(高清视频) ,通过互联网进行实时流式传输..或者实时视频和音频流如何工作..你们能带我到正确的方向,从哪里开始...

谢谢

i want to implement the live video and audio streaming on my one of the clients website.. and i dont have any idea how to go about, can you guys please help, is it possible that the video captured from Mobile Phone (HD Video), be streamed live over internet.. or how the live video and audio streaming works.. can you guys take me to the right direction from where i can start with...

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

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

评论(2

入画浅相思 2024-12-10 00:17:49

有一个 Web RTC 的实现 https://github.com/muaz-khan/WebRTC -ASPNET-MVC。我已经使用这个例子来直播音频。您还可以在以下链接中查看演示 https://rtcmulticonnection.herokuapp.com/demos/。我希望它对某人有用。

There is an implementation with Web RTC https://github.com/muaz-khan/WebRTC-ASPNET-MVC. I have already used this example for live broadcasting audio. You can also see the demo on the following link https://rtcmulticonnection.herokuapp.com/demos/. I hope it will be useful for someone.

鸩远一方 2024-12-10 00:17:49

有一种称为平滑流式处理的专用技术(链接)。如果您使用简单的方法,请尝试使用 Microsoft Expression Encoder 4 Pro(链接) 。它是一个用于将其编码为 H.264 并发布用于流媒体和广播的工具。据我记得它是在上届奥运会转播中使用的。

There is an dedicated technology called Smooth Streaming (link). If you are using easy way try to use Microsoft Expression Encoder 4 Pro (link). It's a tool made for encoding it to H.264 and publicating both for streaming and broadcasting. As far as I remeber it was used in last olympic broadcast.

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