Callback event handler for avi and asf clip jumping to given posit
Thu, 21 Aug 2008 00:56:01 -0700
Hi all,
I am having some problems synchronising multiple concurrent avi/asf files
being played in WMP control in WinForm app.
I have 6 thumbnails playing a mixture of avi and asf using WMP interop
libraries. These display thumbnail size playbacks. I have another main WMP
control which displays one of the ...
|
windows media player as a background
Wed, 20 Aug 2008 09:03:26 -0700 (PDT)
Hello,
Trying to do this in c# but not sure this can be achieved. What I want
is to have a windows media window as background, and have labels at
front.
However, the problem is that the label has background and it is not
transparent. So I put a transparent label in:
public class TransparentLabel : System.Windo ...
|
How to implement this Business Scenario with DRM
Wed, 20 Aug 2008 17:43:37 +0200
Hi,
we are developing a website where the users can buy MOVIES protected with
DRM, download them to his computer and watch it without any time or count
limitations. The website will have thousand of movies.
What Licensing model best suites this scenario?
- I was thinking of pre-delivery the license, so that ...
|
Encoding goes on infinitely
Tue, 19 Aug 2008 22:07:02 -0700
Hello,
I am using WME SDK 9.5. I wrote the code to encode the wav file to wma. But
once the encoding starts it doesnot stop. The wma file gets created, but i'm
not able to play that file. Below is a piece of code that is giving problem.
It would be great if anybody can help.
WMENC_ENCODER_STATE RunState ...
|
How to access Webcam using Window media SDK 9
Tue, 19 Aug 2008 21:20:49 -0700 (PDT)
Hi all
I'm totally new to Window media SDK. What i want to do is, get a live
video stream through my Webcam (Which is inbuilt web cam of my laptop,
Hp pavilion). I was able to get audio stream successfully. I think(not
sure), the problem with Video is program can't start the web cam.
This is the code segment wh ...
|
<Jim from MS please read> RegisterInterfaceInGlobal generates Access
Violation from Rendere Plugin
Tue, 19 Aug 2008 18:54:15 -0700 (PDT)
Below is the sample code from Jim Travis article on Windows Media
Player plug-ins.
This code sample is from FinalConstruct method of Renderer Plugin.
When I run the below code, I get Access Violation on
RegisterInterfaceInGlobal method.
The call to m_spGIT.CoCreateInstance succeeds though. The same code
when ...
|
managed MMS streaming downloading SDK
Tue, 19 Aug 2008 08:58:34 -0700
Hi
Is there a managed API that can download mms stream to local drive? I
understand there is an unmanaged API in windows media SDK. But where can I
find a managed one?
Thank you for answering.
GT_Sean ...
|
|
|
WMP / FFDshow "flip"
Wed, 13 Aug 2008 21:27:29 +0200
hi,
i wrote, with Xbase++, activex Player with WMP.
as Codec is use FFDshow.
sometimes i got "upside-down" Video so i use
FFDshow "flip" Option. FFDshow also have
a "remote Keyboard" Option so i can use "Crtl-Alt-F"
for "flip"
now i try to simulate "Crtl-Alt-F" from my activex WMPlayer.
*** snip ***
F ...
|
Avoiding playing files where codec is missing or format doesn't match
extension
Tue, 12 Aug 2008 14:54:46 -0700 (PDT)
We're using the WMP 11 ActiveX control in a .net forms application,
and a dialog is presented when we attempt to play a corrupt file. The
dialog states, for example, "The file you are attempting to play has
an extension (.wmv) that does not match the file format..."
We have created the corrupt file on purpose ...
|
Using Windows Portable Devices from c#
Tue, 12 Aug 2008 11:59:22 -0700 (PDT)
Hi Folks -
Does anyone know what MS's current position is on using the WPD API
from C# via COM interop?
I've found a few resources, three out of four MS resources:
http://blogs.msdn.com/dimeby8
http://code.google.com/p/zenses/
http://www.codeplex.com/WpdTempSensor
http://blogs.msdn.com/wpdblog/default.a ...
|