实时网络流!!! [英] live web streaming !!!!

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

问题描述

请帮助我获取用于HTML文件(直接)的Web浏览器的实时Web流!请帮助我,我不知道该怎么做!谢谢!!!!

please help me to get an live web streaming out put for a HTML file (straight to) web browser !!! please help me with this and i have no idea how to do this !! thank you !!!

推荐答案

Google是您的朋友:很好,经常拜访他.与在这里发布问题相比,他可以更快地回答问题.

使用您的主题作为搜索词的快速搜索 产生了将近一千万次点击:
Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search using your subject as the search term gave nearly 10 million hits:
Google: Live web streaming c#[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.


任何流媒体的概念都没有内在的内在性.
生产者生产内容时,订户消费内容
无需等待所有数据传输完毕.

.NET/C#为您提供的是往返之间传输数据的功能.

我不确定为什么要将视频从一台摄像机转移到另一台摄像机
相机.相机可产生视频,据我所知不会消耗.

就您而言,

a)以所需的速率从相机捕获帧.
b)打开与服务器的套接字或TCPClient通信
c)开始传输内容
d)希望您可以从另一侧做同样的事情
e)您可能想显示收到的视频.我不知道
您将如何做到这一点,但您可能可以弄清楚


要添加到以上几点,可以使用System.Net命名空间从托管代码发送和接收数据.就是说,我假设您想通过互联网流式传输此内容?当前,除了IP标头中的TOS标记外,System.Net命名空间还没有太多的QoS(服务质量)支持.我们强烈考虑在将来的版本中公开QoS功能.有关非托管QoS API的更多详细信息,请参见:




QWave下载
There is nothing inherently built into any concept of streaming.
When a producer produces content, a subscriber consumes the content
without having to wait until all the data is transfered.

What .NET /C# gives you is the ability to transfer data to and from.

I am not sure why you want to tranfer video from one camera to other
camera. Cameras produce video, don''t consume as far as I know.

In your case,

a) Capture the frames from the camera at the rate you want.
b) Open a socket or TCPClient communication to a server
c) Begin transfering the content
d) Hopefully you can do the same from the other side
e) You might want to show the video that is received. I don''t know
how you would do that but you could possibly figure that out


To add to the points above, you can use the System.Net namespace to send and receive data from managed code. That said, I assume you want to stream this content over the internet? Currently, the System.Net namespace does not have much QoS (Quality of Service) support other than TOS marking in the IP header. We are strongly considering exposing QoS functionality in a future release. For more details on the unmanaged QoS APIs please see:




QWave Download , MSDN Blogs - on Net Namespace


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

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