使用 asp.net 在互联网上流式传输实时音频和视频
我想在我的一个客户网站上实现实时视频和音频流..我不知道如何去做,请你们帮忙,是否有可能从手机捕获的视频(高清视频) ,通过互联网进行实时流式传输..或者实时视频和音频流如何工作..你们能带我到正确的方向,从哪里开始...
谢谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个 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.
有一种称为平滑流式处理的专用技术(链接)。如果您使用简单的方法,请尝试使用 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.