WMV Streaming Sample Application
From AVObjects Knowledge Base
This is a sample application of video capturing and streaming.
Contents |
Overview
This sample application demonstrates the use of Live Source and WMV Sink components.
Demonstrated use cases
- Retrieving omnifarious lists (video and audio devices, video and audio codecs, formats etc.)
- Basic configuring of Live Source
- Using a panel as a screen for video
- Basic configuring of WMV Sink
- Binding Live Source and WMV Sink together
- Capturing video into a file
Downloads
Installation
- Download sample application above
- Unpack application source into desired location
- Download trials of required components
- Unpack components' modules into ($SystemRoot)\system32
- Register components within the system.
>regsvr32 MGLiveSourceDS_Trial.dll >regsvr32 MGWMVCapture_Trial.dll
- Open sample project with your IDE
- Build project
- Run ... and fun!