Finding and Selecting/Setting the Device Input with WME SDK
Thu, 15 May 2008 18:16:55 +0200
Hi;
I'm wrestling with making my own specialized app with the WME SDK &
VC++, with most aspects pre-configured. One thing that can't be
pregonfigured is the input device, because it will be one of several
different DV video cameras, plugged into a DV/Firewire port -- but only
one at a time.
I can iter ...
|
IWMPFolderMonitorServices startScan inconsistent and scan events
Thu, 15 May 2008 08:56:01 -0700
Using ATL C++ and windows media player 11.
The startScan method of IWMPFolderMonitorServices does not seem to work
correctly if I add a media folder that previously existed.
Scenerio
1. Add folder :d:\test
2. Remove folder d:\test
3. Add folder d:\test
4. startScan on folders via startScan method
L ...
|
Just getting started, How do you get the SDK?
Thu, 15 May 2008 07:15:00 -0700
All,
I am trying to get started with Windows Media Format and am finding it next
to impossible to find the SDK.
I have found this: http://msdn.microsoft.com/en-us/library/aa387410.aspx
Which indicates that there is a download:
http://go.microsoft.com/fwlink/?linkid=18502 but that link is broken.
The ...
|
How to play DVD in wmp SDK version 11?
Wed, 14 May 2008 19:10:01 -0700
Dear all,
I wrote a program in c# to play DVD, the first step is inserting a wmp
component on the form. Then put the code below into a button click event.
WMPLib.IWMPPlaylist playlist =
am1.cdromCollection.Item(0).Playlist;
am1.currentPlaylist = playlist;
After click the butto ...
|
WMP doesn't play a media on a thread
Wed, 14 May 2008 13:46:07 -0700
Hi,
I've been experiencing a weired situation with WMP interfaces.
I made a simple function which plays a media(Beep.mp3).
It sounds well when it is called from a class, but it doesn't sound when
called from a thread which is created by the class on init function of the
class.
Is there anyone who can tel ...
|
Read wmcap.exe output in Java.
Wed, 14 May 2008 07:24:04 -0700
Hi,
Assuming that WMCap.exe (version 7.0.22 on an XP box) is displaying some
video, I need to take the image displayed at some instant and have it be
available as a BufferedImage in a Java program. So the Java program
basically needs to be able to read the output of the wmcap program. How can
this be ac ...
|
Adding DRM protection on the fly
Wed, 14 May 2008 06:00:01 -0700
Hello
I would like to add a DRM protection to the live media (received from some
WMServer) and push it further as a DRMed stream. Would it be possible to do
this with WMFormat SDK? If so, where should I start from?
Please keep in mind that I do not want to recompress incoming samples.
My current applicati ...
|
|
|
Media Player API + uimode problem
Tue, 13 May 2008 18:26:01 -0700
Hi Guys,
I've recently been developing a touchscreen media player based on the WMP
ver 11 API. The project is 99% complete apart from one rather major problem
(hopefully with a simple solution!)
Because the program is touchscreen based, i have set the uimode of the wmp
player object to 'none' to hide the ...
|
Encoder.AutoStop not working (VB2005)
Tue, 13 May 2008 12:19:03 -0700
Hello,
I'm tireng to convert a file and to instruct the encoder to stop when the
file conversion complete.
So I wrote the following code:
Encoder_convert_screen.Load("C:\scripts\wmv9\convert_remote_screen.wme")
Encoder_convert_screen.PrepareToEncode(True)
Encoder_con ...
|
Extracting info from media player
Tue, 13 May 2008 03:07:03 -0700
Hello,
I am trying to extract two piece from a media player playing a media (audio
in this case) file.
- What is the name of the playlist (the media file is part of)?
- What is the media object item that is playing so as to be able to extract
its attributes?
I created and loaded the list from the media p ...
|