wmp

Help needed for using WindowsMediaPlayerClass on Windows Mobile device - volume issue

Hi, I am using WindowsMediaPlayerClass() instance to play an audio file within my application. This audio file is mono audio. Some people complained that - when they play the same audio file via windows media player - the sound is clear and loud; but when they play it using my application that uses WindowsMediaPlayerClass() instance with...

Reference to wmp.dll (\windows\system32\wmp.dll)

Can I use a reference to wmpLib.ddl / wmp.dll (\windows\system32\wmp.dll) in a commercial application? I am using Visual Studio 2008 Express edition. I have to deliver that DLL. ...

Display anything during initial buffering of embedded Windows Media Player?

I have a streaming movie playing on a page through an embedded Windows Media Player. Rather than having it display in plain black during the initial buffering period, is it possible to display: the first frame; or a separate image; or even a wait/progress cursor during this time? Or is the only option to show that something is happening...

iPhone compressed audio formats that will play on Windows Media player

I have to record audio on an iPhone that will play back on Windows Media Player, using no non-standard codecs; that is, using no codecs that don't already ship with WMP. (Corporate requirement.) The audio has to go base-64 to a server, so I need to get the audio size as small as possible. Even at 8Kb recording frequency, AIFF files take ...

Java Applet play sound file has a different effect than Windows Media Player ?

I have a Java program that auto dials phone numbers, it can generate sounds to mimic phone keypads, works fine for normal calls, but I encountered a problem when it comes to calling card, it requires me to enter a card number, the sounds generated by my program were not accepted by the other end, it always said the card number is incorre...

C# Play MP3 from Resources with MCI or WMP control?

Hi, I have a MP3 file in my Resources of Visual C#. I'm trying to find out if there is a way I can play this MP3 in a Windows Media Player control or with MCI, I'm not particular. I'm fairly new to C#. Thanks! ...

WMP , DMO decoder question

Hi all. I'm writing a Windows Media Player DMO that decodes a custom stream from an ASF file. The final product would be bitmaps to be fed into WMP's Video Renderer for display. The problem is that each sample I receive from the ASF file is a buffer containing several bitmaps, and so I can't feed the renderer one bitmap per one input...

WMP in c# play rate

I am using wmp in my windows application. I want to change the rate of the play speed. It is possible for some type of files e.g; avi. But its not possible for some types, eg; wmv,mpeg etc. Is there any other way to change rate. Please, its urgent. Thanx in advance ...

WMP in c# play rate for wmv files

I am using wmp in my windows application. I want to change the rate of the play speed. It is possible for some type of files e.g; avi. But its not possible for some types, eg; wmv,mpeg etc. Is there any other way to change rate. Please, its urgent. Thanx in advance I have tried Directshow. Its possible with directshow, but there is very ...

play memory stream in wmp

I want to play memory stream in windows media player in c#. I have encrypted videos in my class. So i want to decrypt that videos and play them directly through media player using memory stream without saving them in temporary folder. Please help ...

Firefox and Opera do not finish loading webpage with an embedded Windows Media Player file

BROWSERS CAUSING PROBLEM: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.10 CLIENT MACHINE: Windows 7 Ultimate 64-bit, 4 GB RAM, 250 GB HD, 2.3 GHz. TEST WEBSITE: http://www.microwavecontrolledfusion.us I have no problems loading the ...

Windows Media Player Renderer accepts only RGB24?

Hi, I wrote a DMO which receives proprietary audio and video streams from an ASF file, decodes them and should play them in WMP. The problem is when WMP calls CheckOutputTypes in my DMO, it only checks for RGB24. My DMO only outputs RGB32 (for reasons I'll specify in a moment) , and causes WMP to return a "can only be created as an a...

Custom Asf file , DMO and seeking

Hi all. I am creating an ASF file using 3 proprietary streams, one video and 2 audio. The streams themselves contain timestamped samples with a proprietary compression. I also mark keyframes in the video, while all audio samples are marked as keyframes. These are then fed to a DMO that is supposed to play them in Windows Media Player, D...

The GUID what sent to WindowsMedia.com by WMP

I'm writing a simple audio player based on WMP ActiveX control, for MP3 and WMA, I found WMP can get the cover and album correctly, but the WMP ActiveX control can't do that, it means the ActiveX control always get the information from the local, not from WindowsMedia.com, if you play the file with WMP, then ActiveX control can get these...

How to use WMP engine without Window

I'm writing a simple audio playback application, to save the codec fee, so we are using WMP ActiveX to play all music files, but it needs to create a window for ActiveX, and the thread of creating the ActiveX should have message loop. I would like to know if there is a way for WMP without ActiveX and Window? Thanks in advance. ...

add album art to WMA file

I'm using WMP engine to convert audio to WMA format, but I didn't see any API that I can put a alubm art to WMA file. is there a way to do that? Thanks in advance. ...

Creating a plugin for Windows media player to play signed stream.

I currently have my own signature scheme that add a signature to a video file. I now want to develop a plugin for windows media player that will allow me to read this signed video file. It should perform the signature check etc and play the video file accordingly. Does anyone know where i should start, i have Visual Studio 2008 and the W...

Any possibility to add subtitl in AxWindowsMediaPlayer control ?

Hi I am using axWindowsMediaPlayer control in my windows mobile application with using .net CF 2.0, I want to play the video with subtitle.(SRT file type) Any one know how to add the SRT file in AxWindowMediaPlaye ,It is possible ? Pl. give me some suggestions Thank you in advance. ...

Embedded WMP control - how to get resolution of current playing file?

Hi All. I have a Windows Media Player control embedded inside my webpage, I feed it some URL to stream from (ASF file). How can I get from the WMP control the resolution in pixels of the file being played? Thanks Roey ...

How does Windows Media Player recognize mp3 players.

I want to create a program that sync mp3s with my mp3 player. I want it to recognize my player when I connect it to USB. Somehow WMP does such thing. I wonder how? ...