ASP.Net 直播 IP 摄像机视频和音频
亲爱的开发者们大家好。
我需要在asp.net语言开发的网页中显示实时视频和音频流。 任何人都可以帮助我解决这种情况: 我想知道是否有一种有效、通用且简单的方法。 我搜索了几个小时:一种解决方案是使用“Wawza 媒体服务器”,这对于我们的项目来说太昂贵了。 (通过wawza,我们可以将RTSP更改为RTMP,然后将其交给jw播放器。) 我想要一条免费的路! 请帮我解决这个问题。
感谢您的关注
Hi all dear developers.
I need show live video and audio streaming in a web page developed by asp.net language.
Could anybody help me on this situation:
I want to know if there is an efficient and general and easy way.
I searched for hours about it: one solution is use "Wawza media server" which is too expensive for our project. (By wawza we can change RTSP to RTMP and then give it to jw player.)
I want a free way!
Please help me on this.
thanks for your attention
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,这取决于您的直播!是RTP吗?实时传输协议? wowza 目前是最好的,那么 Adobe 的解决方案呢?或者你必须创建自己的,这是更难的。
a) Adobe 流媒体服务器
b) Adobe 的 RTMP 协议
c) Adobe 的 Flash Player
d) F4v/Flv 视频格式
以上这些软件是专门为 Web 应用程序设计的,以提供最终的用户无缝、安全、不间断的高质量视频。
如果您想亲自动手,可以尝试 Red5 (用 Java 编写的开源 Flash 服务器)或 rtpmd (C++ RTPM 服务器)
Well this change up to your stream! is it RTP? RTSP? wowza is the best at right now, what about Adobe's solutions? or you have to create your own which is harder one.
a) Adobe's Streaming Server
b) Adobe's RTMP Protocol
c) Adobe's Flash Player
d) F4v/Flv video format
These above software's are designed specifically for web applications to provide end user seamless, secured, uninterrupted, high quality video.
If you want some hands on then you can try Red5 (Open Source Flash Server written in Java) or rtpmd (C++ RTPM server)
您可以使用 IIS 媒体服务 (http://www.iis.net/media) 和平滑流客户端 (http://www.iis.net/download/SmoothClient) 来流式传输实时视频。
You can use IIS Media Services (http://www.iis.net/media) and Smooth Streaming Client (http://www.iis.net/download/SmoothClient) to stream live video.