Windows media player plugin wizard problems
Tue, 28 Jul 2009 02:01:01 -0700
Hi,
Recently i installed windows media player 9 SDK, I use Visual Studio 2008
professional edition. Visual studio does not list Windows media player plugin
wizard in the templates section of VC++ projects. I followed the instruction
given in the following link to setup the wizard manually
http://msdn.mic ...
|
Extract static images from Windows Media Video 9.1 Image v2 file
Sun, 26 Jul 2009 14:16:01 -0700
I have a video-slideshow created by Photo Story 3 using the Windows Media
Video 9.1 Image v2 codec. How can I extract the "original" static images from
this file?
I am not a programmer, so I can't write code to do it for me. I tried
peering inside with the ASF viewer, but I don't know how to turn that binar ...
|
WMS_EVENT_PUBLISHING_POINT_STREAM_END event
Sat, 25 Jul 2009 22:36:01 -0700
hi
I have view msdn find IWMSPlugin Plugin.
I need to handle WMS_EVENT_PUBLISHING_POINT_STREAM_END event,
I want to define a event function for the event. when the event raise, the
function can work.
msdn sample below
using Microsoft.WindowsMediaServices.Interop;
using System.Runtime.InteropServices ...
|
Windows Media Format SDK Bug?
Thu, 23 Jul 2009 11:19:01 -0700
I generated an ASF file that cannot play in Windows Media Player (ver11). I
tried sample program "wmvcopy" and it returns the same error: C00D07E2
ASF_E_INVALIDHEADER... However this file can play in VLC player, SM player,
and is good for "Windows Media ASF View 9 Series" also.
I investigated the file a l ...
|
WMS_PUBLISHING_POINT_EVENT_TYPE.WMS_EVENT_PUBLISHING_POINT_STREAM_
Thu, 23 Jul 2009 08:06:10 -0700
I want to code with c# to know whether stream have ended.
I find the WMS_EVENT_PUBLISHING_POINT_STREAM_END event.
How to code to add the event to my program,
how to use the event.
Who can give me a sample.
Thanks. ...
|
Accessing Album Art from CD ( not ripped ) using c#
Tue, 21 Jul 2009 10:43:01 -0700
Hi,
I have obtained all the attributes for a CD that has not been ripped and
also for the tracks on the CD. I would like to access the album art for this
CD but cannot seem to find the appropriate property or method.
Unfortunately the MetadataPicture object is not appropriate for album art
that has be ...
|
Windows Media File Editor, Move Scripts to Header option
Fri, 17 Jul 2009 04:46:02 -0700
We are using windows media encoder sdk interfaces to encode a live stream and
sending script commands. In windows media file editor, there is an option
'File|Move Scripts to Header ' to move the scripts from the streamed content
to the header. How could i do this using the sdk interfaces and functions?. I
wa ...
|
|
|
Trying to get audio stream from Windows Format SDK
Thu, 16 Jul 2009 15:45:02 -0700
We are trying to make MP4 container for Smooth Streaming technology and we
would like to have WMA audio stream for MP4 container. MP4 container requires
additional information like sample duration, sample time etc.
Is it possible to get these information using DMO ?
If we are using Windows Format SDK, is it ...
|
Audio stream metadata using a push sink
Thu, 16 Jul 2009 12:45:02 -0700
Hi
I'm developing an application that pushes audio to a Windows Media Server
from a Windows Media Format application. This application pushes one track
(song) after the other, and I need to send these tracks with their respective
song titles, so that the clients can see the name of the track their
listening ...
|
Cannot create a new playlist (C++)
Wed, 15 Jul 2009 16:11:04 -0700 (PDT)
Hi. I have an embedded WMP control in an Out-Of-Proc COM server. I'm
sending it a safearray of BSTR's (url's) to play, but i can't seem to
create a valid IWMPPlaylist pointer.
Here's the code .. am I doing something wrong?? This same code used to
work before ... I also checked my mediaAccessRights -- i have "f ...
|