WMV Streaming Sample Application
From AVObjects Knowledge Base
(Difference between revisions)
m (installation complete) |
|||
Line 1: | Line 1: | ||
− | This is a sample application | + | This is a sample application of video capturing and streaming. |
− | + | ||
− | + | ||
− | + | ||
==Overview== | ==Overview== | ||
This sample application demonstrates the use of [[Live Source]] and [[WMV Sink]] components. | 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.) | * Retrieving omnifarious lists (video and audio devices, video and audio codecs, formats etc.) | ||
* Basic configuring of [[Live Source]] | * Basic configuring of [[Live Source]] | ||
Line 19: | Line 16: | ||
* [http://files.medialooks.com/MGLiveSourceDemo.zip Live Source Demo Application] | * [http://files.medialooks.com/MGLiveSourceDemo.zip Live Source Demo Application] | ||
− | == | + | ==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! | ||
+ | |||
+ | ==See also== | ||
* [[Live Source]] | * [[Live Source]] |
Revision as of 11:14, 27 July 2007
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!