ASP.Net 直播 IP 摄像机视频和音频

发布于 2025-01-07 02:19:23 字数 238 浏览 0 评论 0原文

亲爱的开发者们大家好。

我需要在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 技术交流群。

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

发布评论

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

评论(2

愚人国度 2025-01-14 02:19:23

好吧,这取决于您的直播!是RTP吗?实时传输协议? wowza 目前是最好的,那么 Adob​​e 的解决方案呢?或者你必须创建自己的,这是更难的。
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)

土豪我们做朋友吧 2025-01-14 02:19:23

您可以使用 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.

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