Can get Media Player to play a playlist programmatically
Tue, 24 Jun 2008 04:32:37 -0700 (PDT)
Hi,
I hope thisis the right place to ask.
I am creating a program that revolves through a series of FLASH ads in
a shop. The program is created in VB.NET.
I load a playlist with files located on the local drive, assign it as
the current playlist, then use the ctlcontrols.play command (See code
below).
...
|
SyncTolerance level
Tue, 24 Jun 2008 00:15:00 -0700
If we have a live source then what should be the ideal sync tolerance level
specified the IWmWriterAdvanced.Default value is 3000 ms.
If I reduce it to 1000 ms, After some hours NS_LATE_OPERATION error starts
coming while writing samples using IWmWriter.
...
|
Media Player version
Mon, 23 Jun 2008 23:48:00 -0700
We have wriiten a DMO wrapper filter wrapping CLSID_CWMV9EncMediaObject -
Windows Media advanced codec.
We had Windows Media Player 10 installed on one system - where the
CoCreateInstance of DMO succeeded, But the problem was that
SetPartialOutputType on IWMCodecPrivateData queried from IMediaObject failed ...
|
VC1 SDK
Mon, 23 Jun 2008 07:45:51 -0700 (PDT)
Does anyone know if there's a version of the VC1 SDK .lib built by
VS2008? ...
|
Visualization for midi files
Fri, 20 Jun 2008 13:10:00 -0700
I'd like the ability to write visualizations for midi files, not based on the
waveform and spectrum, but based on the midi commands sent to the sound card.
For example, I'd like to display a graphic shape for each note played. ...
|
MS DRM working with encrypted and compressed samples.
Fri, 20 Jun 2008 01:54:09 -0700 (PDT)
we need confirmation on MS DRM capabilities.
We have an application that archivies localy Windows Media Services
streamed content built using WMF 11 SDK using
IWMReaderCallbackAdvanced::OnStreamSample function.
Now, when we are starting to implement MS DRM content protection, and
we need some clarification ho ...
|
Info line and informations order
Thu, 19 Jun 2008 03:32:01 -0700
I'm writing a simple application in VB6 to play mp3 files in a folder.
I used a form with the activex wmp control with no video area but only info
line and controls.
There is a way to see only the title and the author in the info line?
Actually it starts with the reproduction speed and I not find any way to
c ...
|
|
|
Showing M4A File Properties in Library Pane
Thu, 19 Jun 2008 08:47:08 +0200
I am the author of Windows Shell Extension Property Handler that adds
support for music file properties and cover art for Apple M4A files into
Windows (Vista) Explorer. (and also Windows Search indexer).
http://www.whitebear.ch/music
A couple of users have told me that although there are various add-ins
...
|
Protect wmv files from being played by other players
Wed, 18 Jun 2008 00:12:24 +0200
Hello,
I am writing a Directshow based application to play wmv files streamed by a
MMS server. So far I've been using the ASF Reader to read and parse the
*.wmv files. It works fine.
However what I really need now is a simple (as simple as possible) mechanism
to protect my media content against being playe ...
|
Writing ASF (Basic question)
Fri, 13 Jun 2008 20:56:00 -0700
Hi!
Here is what I want to do : I generate an animation on a simple memory
frame buffer that is a 32 bits image, and a want to make an ASF file using
that standard windows media codec compression.
I read the Windows Media SDK, I wrote some codes to generate the ASF but
the file generated doesn't seems ...
|