For issues relating to interfacing with the Windows Media Player (WMP).
0
votes
1answer
28 views
How can I hide the control bar of the “Windows Media Player” for Chrome and FF?
I want to play a WMV video in an HTML file. The video should have no control panel (play/pause, volume, ...). With IE it works perfect. But with FF or Chrome the control panel is still displayed.
...
0
votes
1answer
32 views
Suppress messages from embedded Windows Media PLayer
I'm working on a Windows Form Application in which I have embedded a Windows Media Player that lets you play video files. The unique thing is that I have changed the extension of the media files (for ...
0
votes
1answer
50 views
C# when video ends, close the active form
I'm trying to close a form in which a video is playing. I want it to close said form when the video ends.
I'm using wmp embedded into my form, with ui mode hidden.
Thanks
0
votes
0answers
60 views
Playback of a streamed wave is cut while played in WMP
We're using WMPLib as an embedded player in our C# application but this issue occurs also in Windows Media Player.
Our server streams audio and has streaming with offset enabled. Given URL:
...
2
votes
1answer
62 views
How to solve case insensitive conflict name in COM while I using a case sensitive language
This question is an extension of this article.
In the same case, I created a instance of WMP ActiveX by its ProgID.
protected const string WMP_PROG_ID = "WMPlayer.OCX.7";
private dynamic _wmp;
...
2
votes
1answer
98 views
How to attach event to dynamic object or COM object
I think this article has the same problem with me. However, there's no workable solution for my case.
I'm using Windows Media Player ActiveX in my program.
For some reason, I don't want to add a ...
0
votes
0answers
77 views
WindowsMediaPlayer does not play playlist after another one
I'm using WindowsMediaPlayer to play sounds in my program. I create WMP programmatically, not adding to a form. I have two problems.
1) One sound is played, many sounds are not played.
From different ...
1
vote
1answer
65 views
Embedded Windows Media Player refuses to unload media
I have the Window Media Player control (axWindowsMediaPlayer) embedded in a forms application to play mp3 files.
When I try to unload the media, hoping it will disable the play button and not allow ...
0
votes
0answers
75 views
how to fix the size of Windows Media Player
I'm having a problem with my windows media player in my form. I'm using MDI form and the form containing the WMP is inside a child form. My problem is when I play the video, it resizes automatically ...
0
votes
1answer
112 views
WMP.Url Relative Path
I'm writing a program to play audio from a Resources folder located in the same directory as my application (so it can be moved to a different computer) using the Windows Media Player component.
My ...
0
votes
0answers
166 views
Reading Windows Media Player's Playlist Listview
I'm writing this because I'm coding an application to get the lyrics of the current song playing in the Windows Media Player, so the steps I follow are:
Get Handles of the Parent/Child Windows until ...
0
votes
0answers
28 views
Glitch With Embedded WMP In Firefox
I'm just wondering whether anyone has any ideas of getting around this glitch. We embed WMA files in a Windows Media Player on a web page, this seems to be causing a problem in firefox.
Since FF ...
4
votes
2answers
292 views
Unable to call WMP's controls.play() function in VisualBasic
I have the following code: http://pastebin.com/EgjbzqA2 which is basically just a stripped down version of http://www.dreamincode.net/forums/topic/57357-mymusic-player/. I want the program to play one ...
0
votes
1answer
53 views
do apple devices support windows media player
I have a podcast page where the mp3 podcasts are played in an
"object" tag using windows Media Player. But they don't work in iPhone, iPad and iTouch. Is it because apple devices don't support WMP ?
...
0
votes
0answers
19 views
Ignore Installation of Browser-Plugins
I putted an <object> code in my website, but if there is no Media Player plugin - I don't
want that this message will appear:
(I know, it's Hebrew, but it's says that you need to install WMP ...
0
votes
0answers
231 views
K-lite Codec crashing issue
I have a C# windows form application in which I am playing videos one by one using WMP activex object and WPF MediaElement (I have included it using element host into windows forms). When application ...
0
votes
0answers
177 views
Embedded Windows Media Player continues to play after window has been closed
I have a web page which loads a simplemodal popup using
$myDiv.modal({...
The modal dialog contains an iFrame which loads, among other things, an ascx file containing a Windows Media Player ...
0
votes
1answer
191 views
C# - Error if Windows Media Player is not supported
i´m using the windows media player (Interop.WMPLib.dll & AxInterop.WMPLib.dll) in my c#-project to stream a mp3 from a server. The only problem is, if the windows media player is somehow not ...
5
votes
2answers
293 views
How to listen to windows events in C#?
I'm developing an lyrics related application and I need to listen to Windows Media Player Events.
I watched windows events in "Accessible event watcher" and I found out that there's some events that ...
0
votes
1answer
369 views
WPF media element gets blank and VLC and WMP goes in non responding mode
I have C# windows application in which one can play videos. I have used three options i.e WPF mediaelement, Windows media player activex component and vlc activex component. In my application. In this ...
0
votes
0answers
78 views
embbed wmv files on my site
I want to play wmv files on my site.
I have used this code
<object id='mediaPlayer' width="320" height="285"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
...
1
vote
1answer
295 views
Use of WMPLib on Windows N editions
I have a problem and I don't know how to work around it: I used the WMPLib in my C# application (located in C:\Windows\System32\WMP.dll). I referenced it and dded it in the header of the main form's ...
0
votes
0answers
821 views
Windows media player cannot play rtsp and mms stream urls in Session 0 of Win7 and Win Server 2008
In Windows Server 2003, we developed a program. The architecture is:
(1)There is a Service (called ServA),
(2)There is a process (called ProcB), it is an override Windows Media Player by ...
0
votes
0answers
196 views
Get recent or frequent playlist using Windows Media Player SDK
Neither the official documentation nor the object browser in Visual Studio showed me how to access Windows Media Player recent files playlist? Or the frequent items?
i.e. the one's that can be ...
0
votes
0answers
267 views
Add markers to Windows Media Player media item
I would like to be able to set / insert / add markers to WMP media items that persist beyond holding a reference to an IWMPMedia object - is that possible?
currentMarker?
The only mutable property I ...
0
votes
0answers
34 views
Overview over classid values?
For embedding Windows Media Player in a web page, object tag with classid is used.
Different classids are for different Windows Media Player Versions.
Is there an overview of which classid is for ...
0
votes
0answers
95 views
Using custom adress for windows media player plugin in firefox
Here is my problem. I'm currently developping a web application who use windows media player to read some MP3.
To make the life of my users easy I've decide to propose them the windows media player ...
0
votes
2answers
857 views
Pause/Play MP3 file in C# using WMP
I am once again a bit stuck in my practising.
I want an MP3 file to play when i open my program - I can do that, i got music.
I also want a checkbox which allows to pause the music - But either I'm ...
-1
votes
1answer
109 views
WMP COM fails to operate under subsequent user impersonations
I have a windows service that needs to access the Windows Media Player libraries of all currently logged on users. Since its a service, I must impersonate the logged on user so that calls to the WMP ...
0
votes
0answers
51 views
WMP application via Kinect, not working
I'm trying to play media and use Kinect to set the Play, Stop, Pause and Volume functions. So far I have a gesture recognizer and to test the application I am sending the mediaElement1.Play(); when I ...
0
votes
0answers
62 views
Using the Windows Media Player Object Model to query specific properties
I'm using the following URL as a reference to create a Windows Media Player Plugin:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd564680%28v=vs.85%29.aspx
But I couldn't find a way to ...
0
votes
1answer
1k views
Retrieve song name from WMP using C#
Using C# i'm trying to retrieve the name of the song that is currently playing and display it on a listBox, so every song that plays, it's shown in the listbox.
Using System;
Using WMPLib;
public ...
1
vote
1answer
392 views
Seeking in .avi file using C#
First of all, I'm new to C#, so bear with me.
I am making an application, that shows an .avi file in windows media player like this:
private void button1_Click(object sender, EventArgs e)
{
...
2
votes
1answer
351 views
Java control Windows Media Player with Java
I have seen some Java servers wich can control WMP with an android device or such. But how do you make a server that controls WMP.
What do you need for it?
Thanks.
0
votes
1answer
250 views
WMP: unable to control/handle events when in fullscreen
I have added a Windows Media control to my form and have been able to use it perfectly except when it is in the fullscreen state. It seems that I am unable to manipulate any aspects of the control ...
0
votes
0answers
90 views
How to control embedded wmp with silverlight
I have embedded wmp in the same page as the silverlight control
<object id="wmp" width="320" height="240" style="position: absolute; left: 0; top: 0;"
...
0
votes
1answer
1k views
WMP library in C# - playlist from a list
I just found out about the Windows Media Player library for C#, since I am making a stupid little app for my friend I thought that I would add it in (since he loves music).
string ply = "Playlist";
...
1
vote
1answer
279 views
c# audio library - wmp or other
I looking for a free (for commercial use) library, who can play wav and support play faster and slower - play speed. NAudio doesn't support that.
I try use the WMP player. It support that, but is a ...
0
votes
1answer
112 views
How are codecs registered?
I am trying to get a deeper understanding around the codec area and how it all works.
The primary drive is the uncertainty of installing codec packs to deal with certain unplayable videos, which ...
0
votes
1answer
477 views
Issue controlling a Windows Media Player instance through IronPython
Using the .NET Windows Media Player library, I have been able to obtain and alter various file properties (like user rating) for Windows Media Player programmatically. I wish to use the same library ...
0
votes
1answer
299 views
Windows Media Player UI not updating when sending commands with WMP SDK
I am using WMP SDK to control Windows Media Player. I first created a new project using Windows Media Player Plug-in Wizard and then added code which communicates with my application using a named ...
14
votes
1answer
1k views
WMPLib: player.mediaCollection.getAll().count is always 0
I am attempting to write code that reads each item from the user's Windows Media Player library. This code works for the majority of users, but for some users, getAll() will return an empty list when ...
0
votes
1answer
158 views
Windows Media Player's media sharing is stopping
Windows Media Player is stopping media sharing after a certain time.
Environment
I am running a Windows 7 64Bit with Media Player 12 on vmware server 2.0.2
WMP libraries are pointing on network ...
0
votes
1answer
126 views
Headers sent by Windows Media Player
I am using this http://nunzioweb.com/streaming_audio-example.htm to embed and play.mp3 files
The problem is that the above method uses a file that contains a link to .mp3 files
Eg: the list contains ...
0
votes
1answer
304 views
No sound when playing DVD with AxWindowsMediaPlayer in VB
I am using the AxWMPLib AxWindowsMediaPlayer for DVD playback in VB.Net. I can play back the DVD with the installed Windows Media Player 12, but it doesn't have any sound when I play it back in my ...
5
votes
1answer
337 views
record system sound (stereomix) to a file
iam trying to record sound from an activex WMP control playing an internet radio stream, and because no simple way to do it, i decided to record the system sound or the so called "what you hear" (the ...
0
votes
1answer
231 views
Windows Media Player DSP Plugin Format Negotiation
I am writing an audio DSP plugin for Windows Media Player with the plugin acting as a DMO. I am trying to get WMP to send me the audio data in mono 22.050 khz audio. However, no matter what I do the ...
0
votes
1answer
140 views
Creating a remote controller for android
I am very new to the android community and do not really know how everything works.
I want to create my own very basic remote controller for my phone that I can use to control WMP on my server. ...
3
votes
1answer
934 views
How to control Windows Media Player remotely using Java?
this is the first time I´m posting something here.
I´m working on a Project where I want to control the Windows Media Player through different Input Modalities (like Multitouch, a 3D Mouse...). At ...
1
vote
1answer
2k views
Windows Media Player JavaScript control - multiple players problems
hope you can help.
I have a screen in my ASP.net MVC3 application that displays several WindowsMediaPlayer objects. Excerpt from my view:
<object id="audio" width="100%" height="65" ...
