关于实时视频的视频流 [英] About Video Streaming of Live Video

查看:118
本文介绍了关于实时视频的视频流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在做一个网络研讨会项目,但是我在如何接收实时视频的同时实现视频流变得很困惑.

因此,如果有人对此问题有任何想法,请尽快答复.

:((:((:((:((:(((

Hi,
I am working on a webinar project, but I am getting stuck at how to achieve Video streaming while receiving Live video.

So, please if anyone has any idea about this problem, then please reply as soon as you can.

:(( :(( :(( :(( :((

推荐答案

您无法编写ASP.NET代码来执行此操作,需要嵌入可以执行此操作的控件,例如Windows Media Player或您编写的控件.我相信,如果使用Java编写,则它可以在Firefox中运行,而不仅限于IE,ActiveX控件仅适用于IE.Silverlight也可能支持其他浏览器.
You can''t write ASP.NET code to do this, you need to embed a control that does it, like windows media player, or a control you write. If you write it in Java, it will work in Firefox and not just IE, I believe. An ActiveX control is IE only. Silverlight may also support other browsers.


ASP.NET是服务器端处理.我不认为ASP.NET将控制视频流.

看看这个讨论 [ [ ^ ]网站对于视频流来说也很有趣.
ASP.NET is a server side processing. I don''t think ASP.NET would be in control of a Video Stream.

Have a look at this discussion [^]on the same with various links in it for the same.

This[^] site too looks interesting for video streaming.


ASP.NET实际上是一种可轻松生成客户端控件的技术.从服务器端处理控件.

服务器端与客户端分开运行.因此,一旦产生了客户端的输出,您现在仅处理html.您可以产生对象或嵌入标签来嵌入一个控件,该控件能够再次从浏览器向服务器调用异步流请求.这些控件可能是任何Silverlight或Flash小程序,它们可能会调用您的服务器以获取实际流.

最近,Silverlight引入了许多功能,这些功能可能允许您显示网络上的实时流.
本教程可能会有所帮助:
http://www.learn-silverlight-tutorial.com/StreamingMediaUsingSilverlight.cfm [ ^ ]
ASP.NET is actually a technology to produce client side controls and easily handle the controls from the serverside.

Server side runs separately that of client side. So once you produce the output from the client you are now dealing only with the htmls. You can produce object or embed tags to embed a control that is capable of invoking asynchronous streaming request to the server again from the browser. Those controls might be any silverlight or Flash applets which might call your server to get the actual stream.

There are lots of capabilities introduced with Silverlight lately which might allow you to show live streaming over network.
The tutorial might help :
http://www.learn-silverlight-tutorial.com/StreamingMediaUsingSilverlight.cfm[^]


这篇关于关于实时视频的视频流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆