Home arrow Projects arrow WMStreamCapper
WMStreamCapper PDF Print E-mail
Written by Administrator   
Tuesday, 12 September 2006

WMStreamCapper is a Windows Media Player that can open multiple streams in a single window. In addition it can take snapshots.

WMStreamCapper is a Windows Media Player that can open multiple streams in a single window.

Image

When you click on a stream, a bitmap will be saved to disk. When you click on a stream on the left-pane, a bitmap will be saved to disk. and the stream will open in the larger right-pane. Images are saved to the same directory as that of the executable. Images are saved as Windows-Bitmap with filename i_yyyymmdd_hhMMmss.bmp (where i is the streamnumber 1-4), which means you can take only 1 snapshot per second.

The program is written in Visual C/C++ with Visual Studio 2005. It requires the Windows Media Player 10 and DirectX9.

 

Which streams to open is defined by a configuration-file called config.ini.  The contents looks like this:

[STREAMURL]
stream1=http://81.23.249.8/talpa015?MSWMExt=.asf
stream2=http://81.23.249.8/talpa016?MSWMExt=.asf
stream3=http://81.23.249.8/talpa017?MSWMExt=.asf
stream4=http://81.23.249.8/talpa018?MSWMExt=.asf

Interested in becoming a beta tester?, please let me know ( ), and I will send you the program.

Last Updated ( Wednesday, 25 October 2006 )