Need coder, C++ and Directshow filters experience Dll for capturing audio and video from Skype needed. There is a program implementing this functional (_http://www.supertintin.com/) without using Skype API . Skype API doesn’t provide interface for working with video. On the first step I want a brief analysis what technique should be used: - to get the information of the Skype video and audio streams starting(hooks and directshow filter used) - how to capture these streams (DirectShow filters I presume, how to insert them in the skype graph, using of merits etc) - how to record those streams, which free codecs to use (lame mp3, ffdshow, any other) I think that playing with the above program could help a lot. The next part is to create dlls implementing this functional, details of interface will be given based on the above anlisys. Payment in two parts, 1- after report, 2 – after dll ready Please PM me your offers with price for step 1 and 2 and time constraints
That's unlikely, cause skype is sending crypted stream to network. It looks like tintin is setting a hook on skype process to get the moment when streams are started and then insert a frame grabber directshow filter into Skype directshow graph to record streams. But I need more details and somebody able to code this
You would need to spend quite some time debugging skype to figure out what to hook or intercept. I think it would be easier to attempt and read its memory for the video/audio stream. This will be quite a time consuming project.
I prefer to use IMCapture for Skype. It records audio and video conversations in different formats and in high quality.