Amcap compiling problem
Sat, 4 Jul 2009 13:27:01 -0700 (PDT)
Hy, I'm having problem compiling this capture sample can somebody
please help?
I have have included headers and libraries in the project....
Here are the errors while compiling:
Error 1 error C2146: syntax error : missing ')' before identifier
'pName' c:\program files\microsoft sdks\windows\v6.1\samples\mul ...
|
Closing Windows Media Player when Remoted
Fri, 3 Jul 2009 22:20:01 -0700
Hi,
Im using a remoted instance of windows media player, using a background
worker thread to read information from windows media player. However, once i
close windows media player, the background process (wmplayer) remains open,
since my background worker is still connected. The background worker connects
w ...
|
Background UI plugin play/stop UI update problems
Thu, 2 Jul 2009 16:01:01 -0700
Hi,
I'm working on a background UI plugin (in C++ using the WMP10 SDK and
testing in WMP11 on Vista).
I grab the IWMPCore object passed to SetCore. I want the plugin to be
invisible to the user but I need it to be able to control various aspects of
the player, so for example the first thing I tried was ...
|
Memory Leak
Thu, 2 Jul 2009 08:09:40 -0700 (PDT)
I ended up finding the solution to the issue I was having earlier in
regards to the creation of a writer failing. I ended up putting in a
thread locking mechanism to where you can only run
through the steps of creating a writer at one time. I guess the SDK
has an issue if you create multiple writers all at the s ...
|
mouse double click is not responsive during recording
Thu, 2 Jul 2009 03:23:02 -0700
Hello everyone,
When using Windows Media Encoder 9 to record screen, I find mouse double
click is not responsive. Here is my configuration file of WME. Any ideas what
is wrong and how to tune to make mouse double click better responsive?
http://www.mediafire.com/download.php?2mtmmiontzm
thanks in advanc ...
|
problem using windows media encoder sdk 9
Tue, 30 Jun 2009 20:20:01 -0700
Hi,
When I use windows media encoder sdk 9 to compress(convert) some video into
wmv format, I met a problem. Some of the avi video were already compressed,
windows media encoder couldn't find proper decoder to decode the avi video.
However I could use windows media player to play the video. It proved that
t ...
|
anybody have DSP specialism regarding live recordings ??
Tue, 30 Jun 2009 11:47:01 -0700
Hi ... have a bit of a strange problem. Have constructed an audio mixer with
WMF11. Mixing is done by summing the uncompressed 16-bit shorts from 2
IWMsyncREader objects, adding the results and feeding the results into 1
IWMWriter. Thereby I am taking care of clipping by making sure that the
resulting sum of ...
|
|
|
Pin property page
Mon, 29 Jun 2009 23:49:01 -0700
What do I need to set in the registry to register a property page for a pin
of a AVStream device ?
I know how to register a property page for the filter device (with the
MediaSets key), but no idea how to register for the pin. I've seen
"PinFactory\0\Interfaces" in some inf files, but don;t know how to use ...
|
WindowsMediaPlayer.fullScreen always returns false with WMP 12
Sun, 28 Jun 2009 07:39:01 -0700
Hi all,
if I try to read the property of WMPLib.WindowsMediaPlayer.fullScreen it
always return false (even if the player is in fullscreen).
If I try to set the property after playState == WMPPlayState.wmppsPlaying I
get System.Runtime.InteropServices.COMException.
I'm using Windows 7 (Window Media Player ...
|
Is there a way to do 'real time' streaming with asf?
Sat, 27 Jun 2009 02:13:01 -0700
I'm trying to build a system that can 'remote' an application by streaming it
to another machine with minimal lag. I am current capturing screengrabs of
the app and placing them into an .asf file set to 30fps and then serving that
via a network port.
The problem I'm hitting is that the 'client' that connec ...
|