Creating DirectShow source filter
-
Hello all, I'm trying to find a way to record an HD IP camera feed in a 3rd party Windows 7 program which uses DirectShow. I'm using a Raspberry Pi to transmit the video feed from an IP camera to a Win 7 PC. Raspivid is installed on the Pi with the following parameters: -t 0 -w 1280 -h 720 -hf -ih -fps 20 -o - | nc -k -l 2222 I can view the video feed through Mplayer with no lag by running the command: C:\mplayer\mplayer -fps 200 -demuxer h264es ffmpeg://tcp://192.168.1.6:2222 My problem is that I cannot pipe the feed into the 3rd party program. I believe I need to have a DirectShow source filter created to do this. Would anyone be able to create a filter to do this or could you direct me to someone who can? I would be more than happy to compensate someone for the development time. Thanks much, Chuck
-
Hello all, I'm trying to find a way to record an HD IP camera feed in a 3rd party Windows 7 program which uses DirectShow. I'm using a Raspberry Pi to transmit the video feed from an IP camera to a Win 7 PC. Raspivid is installed on the Pi with the following parameters: -t 0 -w 1280 -h 720 -hf -ih -fps 20 -o - | nc -k -l 2222 I can view the video feed through Mplayer with no lag by running the command: C:\mplayer\mplayer -fps 200 -demuxer h264es ffmpeg://tcp://192.168.1.6:2222 My problem is that I cannot pipe the feed into the 3rd party program. I believe I need to have a DirectShow source filter created to do this. Would anyone be able to create a filter to do this or could you direct me to someone who can? I would be more than happy to compensate someone for the development time. Thanks much, Chuck
ceatea wrote:
Would anyone be able to create a filter to do this or could you direct me to someone who can? I would be more than happy to compensate someone for the development time.
Sorry, but that is beyond the scope of this forum. People will help with your code or direct you to specific documentation, but no one will do the work for you, whether paid or not.