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 ...
|
|
|
getting C00D002E using Media Encoder sdk 9 on Windows 7
Mon, 22 Jun 2009 04:50:01 -0700
An application i developed uses media encoder sdk version 9.0. It basically
is to capture camera + sound input and push it across to a stream server,
while user can add certain pre-defined scripts as part of the stream and my
custom player, on the other end of stream server, decodes those script to do
wonder ...
|
WMS Plugin Development - Getting the publishingpointid
Sun, 21 Jun 2009 21:49:01 -0700
Hello,
I need to get the current publishingpoint's publishingpointid within a
custom WMS plugin, does anyone know how to do that. I've tried using the
following (which doesn't work):
string publishingPointId = null;
CommandRequest.GetStringValue(WMSDefines.WMS_COMMAND_CONTEXT_PUBPOINT_IDENTIFIER,
WMSDefines ...
|
WindowsMediaPlayerClass: modifying mediaCollection
Thu, 18 Jun 2009 15:45:01 -0700
I'm developing a form based app that downloads mp3s and adds them to WMP
library. Here's the code where I use WindowsMediaPlayerClass:
WindowsMediaPlayerClass pl = new WindowsMediaPlayerClass();
foreach (string p in paths)
{
pl.mediaCollection.add(p);
}
Process.Start("wmplayer.exe", "/Task MediaLibrary ...
|