Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone

I want to create a .net application help me to view Webcam from other PC on LAN ,and record it later .Is there a project/articles can help me with that ?

This is very helpful ,but it can not stream more than 1 Webcam at the same time .Is there anyway to improve it ?

Thanks for reading
Posted

I would advice VideoLAN Open Source product and C# wrapper.
Please see my recent answer:
Broadcasting video player[^].

VideoLAN is designed specially for broadcasting. Even though VLC (VideoLAN client) looks like a normal video player (and mostly used as such) it can be used for all kinds of media streaming from any source including camera, format conversions, applying filters, etc.

—SA
 
Share this answer
 
Comments
[no name] 27-Apr-11 3:22am    
You seem to misunderstand me ,I want to stream the video from multi source to one server , not broadcast them .
Edit : Please tell me step-by-step , like what should i do after i start listening to a port ,and if possible write a few code example . Thank you
Sergey Alexandrovich Kryukov 27-Apr-11 3:43am    
Sorry if I misunderstood you. However, maybe you check VideLAN documentation, it might have a way to do that, too. The total set of different functions of this software is... well, shocking.
I cannot tell anything step-by-step, sorry. It may take more of my time then of yours (because you're much closer to these topics), and I cannot afford it. Just see the product documentation; it's good but big.
--SA
Sergey Alexandrovich Kryukov 5-May-11 12:04pm    
By the way, I remember it does stream to one server.
I'm just curious, did you vote 3 just because you thought I referenced software not doing what you want?
RTFM first.
--SA
fjdiewornncalwe 5-May-11 9:32am    
+5. This would be a much better way than writing this from scratch.
Sergey Alexandrovich Kryukov 5-May-11 12:02pm    
Thank you Marcus. Hopefully so.
--SA
This is the updated useful information on the VLC component binding for.NET:
http://sourceforge.net/projects/libvlcnet/[^],
https://wiki.videolan.org/C_Sharp/[^],
https://wiki.videolan.org/.Net_Interface_to_VLC/[^].

Notably, you can find material for using the component for both WPF and System.Windows.Forms.

—SA
 
Share this answer
 
Comments
Dave Kreskowiak 17-Sep-13 17:00pm    
Holy sh*t! Bored today, Sergey?? I just saw your name updating just about every single post in Q&A. ;)
Sergey Alexandrovich Kryukov 17-Sep-13 17:25pm    
No way. I just found that I know much better link which I did not provide in the past to people who might need it, so quickly updated the pages with my past answers on the topic. And I didn't want to waste time on reading too much of those old posts, so it tool me very short time. Do you think it's a problem?
Hope you were not irritated too much...
—SA
Dave Kreskowiak 17-Sep-13 18:38pm    
No, no. I just saw your name as the person who last updated every post on the Q&A C# page.
Sergey Alexandrovich Kryukov 17-Sep-13 20:03pm    
Hm. This is just the artifact of sorting. I've updated several pages at once, and it might sent them to the top of your view, or something like that...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900