Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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. 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.

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?

share|improve this question

1 Answer

up vote 1 down vote accepted

VLC has always been my network streaming tool of choice - there is also a C# library available (although I haven't used it) http://forum.videolan.org/viewtopic.php?f=32&t=58438

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.