简体   繁体   English

局域网上的视频流

[英]video-streaming over lan

I have a main server which will be reproducing videos or running an application on it. 我有一台主服务器,它将在上面复制视频或运行一个应用程序。 My application has to capture the output of anything that runs on the server, and display it live on several pcs over the network. 我的应用程序必须捕获服务器上运行的所有内容的输出,并通过网络将其实时显示在几台PC上。 The pcs over the network will be running another application (developed by me) which will be showing different content (from flash to videos (this part is already done)), but, when the streaming from the server start, I will stop that reproduction and start showing the content that comes from the server. 网络上的PC将运行另一个应用程序(由我开发),该应用程序将显示不同的内容(从Flash到视频(此部分已经完成)),但是,当从服务器开始流传输时,我将停止该复制并开始显示来自服务器的内容。

I'm trying to do this in c# 4.0 with Visual Studio 2010. Any ideas of what can I do or where should I start? 我正在尝试使用Visual Studio 2010在c#4.0中执行此操作。有关我该怎么办或应该从哪里开始的任何想法?

VLC一直是我选择的网络流媒体工具-还有一个C#库(尽管我没有使用过) http://forum.videolan.org/viewtopic.php?f=32&t=58438

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM