FREE RTSP DirectShow Source Filters
If you can check then there are many free published RTSP DirectShow Source Filters for commercial use with full source code in C++ and I took a lot of time to find them out. But the best out of that one is the source code for VLC and pull out the files:
access.c
real.c
rtsp.c
rtsp.h
That is all you need. When you check the sample microsoft has for a source filter for DirectShow and add these files and complie it then you will get a DirectShow Source Filter that will play any RTSP stream.
Re: FREE RTSP DirectShow Source Filters
I dont think that you need to have this source filter already compiled do you? I have the source for VLC (I'd looked at how it implemented DVB-S) but I use VS 2008 and speak C# rather than C++ so may struggle to compile these modules.
Any help would be appreciated.
Re: FREE RTSP DirectShow Source Filters
Really working free RTSP DirectShow source filter can be downloaded from here.
Re: FREE RTSP DirectShow Source Filters
Quote:
Originally Posted by
Weldemar
Really working free RTSP DirectShow source filter can be downloaded from
here.
However, there are few unpleasant defects (at least in versions 2009-02-04 and 2009-06-03). I do not recommend using it.