votes
Sending video in C#
I have to send video both recorded and live using remoting and socketing.The code has to be in C#. What are the dlls that i can use.
blah blah blah is here! blah blah » Close
I have to send video both recorded and live using remoting and socketing.The code has to be in C#. What are the dlls that i can use.
hello i wand to create a video player! im using the winmm.dll and all work ok! but i cand figure how to select the size and location of the video window!! in if its posible to displayed on a second monitor if its posible!! i h ...
How easy is it to create such a video and audio application in C#? I would need Video and Audio to be transferred from one notebook to the other in real-time, over Local Area Network. Any sample code is fully appreciated. thanks. A ve ...
Hi, How can i record my screen as a video file. Can i do this with c#. Thanks David
[code]using Microsoft.DirectX.AudioVideoPlayback; private Video _video = null; // open a new video _video = new Video(openFileDialog1.FileName); _video.Play();[/code] I can play video with the above code, but I want the vid ...
Got feedack? Found a bug? report it here.