Click to See Complete Forum and Search --> : RTP & DirectShow


neztol
October 23rd, 2006, 07:24 AM
Hello everybody, I'm currently implementing an application for my final project wich captures a video stream from a camera and sends it over the net using the RTP protocol. I'm using DirectShow to do that.

Capturing works fine, but I don't know how to send it over the net.

I've read some documentation that uses some filters to do that (H263 Encode Filter, Intel RTP SPH for H263/H261 and RTP Renderer Filter), but I can't find them on my System, and it doesn't explain where to find them.

Does anybody can help me with this? I've read a lot on the Internet, but I don't find nothing interesting for that, I'm getting desperated :D. Is there another filter I can use for this?

Thank you everybody.

__ant__
October 25th, 2006, 08:20 AM
Why do you not use the windows' sockets?

__ant__
October 25th, 2006, 08:52 AM
Can you help me with my problem? http://www.codeguru.com/forum/showthread.php?t=403181

karthii
July 24th, 2007, 10:31 AM
Hi Netzol,
As u have stated, you are able to capture video stream from a camera and send it over the net usin RTP protocol.Could u pls tell me how u did it. What filter did u use to stream the video over the network Do u have RTP Source and destination filter available.I have the source code for the RTP Renderer filter but iam trying to build for RTP Source.It would be really helfull if you could let me know how u did to stream the video over the network using RTP

neztol
July 24th, 2007, 07:18 PM
Hi, karthii.

Finally, I decided to implement my application by using the libraries provided by the Open Source project VLC (http://www.videolan.org).

I've not developed the application using DirectShow filters at the end.

Bye

inbugable
January 10th, 2008, 02:45 PM
Hi, karthii.

Finally, I decided to implement my application by using the libraries provided by the Open Source project VLC (http://www.videolan.org).

I've not developed the application using DirectShow filters at the end.

Bye
So did you use DirectShow to capture signal?

neztol
January 11th, 2008, 12:01 PM
No, I just used VLC for all the process (capturing, compressing, sending and rendering). I'm not using DirectShow now.