Hi! Now i'm doing a project, writing a software which record the video stream from the network camera. My network camera streams mjpeg and mpeg4.
I found out that DirectShow can help me in this and i found a sample of the recording in C# .
But i have a problem, i don't know how to stream the video from my network camera into the sample.
~~Thank you~~