Login Form






Lost Password?
No account yet? Register
Freelancer Jobs arrow Freelancer Jobs - Archive 2007
JobId: #1373130

IP Surveilance Camaera Recorder

Categories: Microsoft Windows,Language Specific,C++ / C,Requirements,Operating Systems / Platforms,C#,Misc (software related),Video Editing,Software Related (Includes Websites)
Posted By: Keen Edge  (0 ratings)
Source: Rent-a-coder
Job viewed: 420 times
Bids Placed: 8
Start Date: 2010-03-23 08:43:53
End Date: 2010-04-01 04:48:10
Time Remaining:
Deadline: Please estimate in your bid
Current Phase: Bidding open
Max Accepted Bid: 1,000.00 (USD)
Project Type: Small Business Project: $100(USD) and above
Bid Type: Open Auction
Brief Summary:

I need to get a few stand a lone modules for video processing.


- We are using an Axis 211A Video Camera
- It provides an MPEG4 Video stream from a URL like this axrtpu://192.168.0.201/mpeg4/media.amp
- details can be found on this page. http://www.axis.com/techsup/cam_servers/dev/activex.htm

1. We want a robust reliable module (probably a windows service)that will watch this stream and record the entire stream to disk for as long as the program is active.

e.g. record the entire stream to c:\MyVeryBigAndGrowing.mpg


2. We need a command line prgram that can snip segments out of this stream based on a start and end time and store them as AVI files.

e.g. Snip.exe /start 14:10:59.000 /end 14:11:02.050 source c:\MyBigAndGrowingFile.mpg /target c:\MyShortSnippet.AVI

It looks to me like DirectShow ISteamBufferSink and IStreamBufferSource should do most of the work.

I'm not stuck n DirectShow. Any proposal is welcome as long is it runs on WindowsXP and Vista

3. The solution should be expandable to support other camera types.  That is support cameras from other major camera vendors.