Questions tagged [windows-media-player]

Windows Media Player (abbreviated WMP) is a media player and media library application developed by Microsoft that is used for playing audio, video and viewing images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. Editions of Windows Media Player were also released for Mac OS, Mac OS X and Solaris but development of these has since been discontinued.

Windows Media Player (abbreviated WMP) is a media player and media library application developed by Microsoft Corporation.

It is used for playing audio & video on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices.

Editions of Windows Media Player were also released for Mac OS, Mac OS X and Solaris but development of these has since been discontinued.

Windows Media Player Wiki

421 questions
0
votes
1 answer

Play mutiple videos from my application with audio on different devices

My application currently uses the AXWindowsMediaPlayer component to play videos and in turn sound is played using the default sound device. I need to add support for playing multiple videos and in turn I need to be able to setup audio sources for…
webnoob
  • 15,747
  • 13
  • 83
  • 165
0
votes
1 answer

pause and resume Windows Media Player in C#

I'm making an VoIP application and I just want to be able to pause and resume (and probably check the player state) of Windows Media Player. Solutions I've found on SO refer to WMPLib but this is for embedding WMP in my .NET application. I simply…
Jippers
  • 2,635
  • 5
  • 37
  • 58
0
votes
0 answers

Change media without skipping in windows media player in .net

How can I do change a media in Windows Media Player component in .net without skipping, blacked form and jumping I want change a media just like seeking(without skipping or black or jumping)
0
votes
2 answers

Start/Stop methods for embedded Windows Media Player via VBScript

I have following code working fine.
NoWar
  • 36,338
  • 80
  • 323
  • 498
0
votes
1 answer

AxWindowsMediaPlayer plays the same video even though the stream changed

I'm using AxWindowsMediaPlayer to play video from a stream URL. And it works good, but sometimes when the video changes on the server/stream, and I restart WMP it still plays the old video. Do I need to reset the buffer or cache before playing…
Ragnar Olsen
  • 56
  • 1
  • 7
0
votes
1 answer

How to store a video file in exe file in c# and play it

I am working with winForms in c#. I want to access video file from resources without using any dialog box for load or select. That means I want directly store video file in EXE file. private void startBtn_Click(object sender, EventArgs e) { …
0
votes
1 answer

Is it possible to hide the UserControl in Chrome/Firefox for Windows media player?

I'm trying to remove the user control (only show the video frame) using Windows Media Player inside Chrome, but without success. The code I use:
grm
  • 5,197
  • 5
  • 29
  • 35
0
votes
0 answers

windows media player c#

I am very new at c# and visual studio and now i am learning all the tools. At first i tried adding background sound to my form. I added a wav file trhough resources and i changed it's build action to embedded resources so that i can "play" the .exe…
just_me
  • 11
  • 5
0
votes
1 answer

No symbols found for wmp.dll on Windows 8.1

When trying to load the debugging symbols for wmp.dll on Windows 8.1, symchk shows that they don't exist on the Microsoft symbol server (see below). I've also installed the Windows 8.1 x86 32-bit retail symbols, which contains symbols for all other…
0
votes
1 answer

How to create thumb button VB.net

Excuse me, I'm developing Music player and I want to create thumb button same as Windows media player. How to create it? Thanks
0
votes
0 answers

Application has stopped working fault mode igdumdim.dll

I am working on a Winforms application which plays video after every feedback. The moment video is started, the application crashes. The same application is working perfectly on other systems. So the problem is only with this system. Playing…
Hot Cool Stud
  • 1,145
  • 6
  • 25
  • 50
0
votes
1 answer

Windows media player missing in windows 8.1 single language

I recently bought a Lenovo Z50-70 laptop which was pre-loaded with Windows 8.1 single user OS. I wanted Windows Media Player and it was not found. I went through google and found that the 'N' versions of Windows 8.1 does not support Windows Media…
Nisha
  • 1,379
  • 16
  • 28
0
votes
2 answers

How to play encrypted video file using WindowsMediaPlayer?

I encrypt my .mp4 into a custom format (.opu). Now I should decrypt my file and save them into temp folder at the start of my application. and play them using WindowsMediaPlayer control in C#. So I have the risk of stealing my files from temp…
0
votes
0 answers

AVI file not playing in windows media player?

I am creating AVI file using gwavi library. can check the gwaviLib link . We are using Win32 API to create the AVI file. I am the AVI file by capturing the images. The images is saved in a output stream in PNG format. So when the library creates…
suganya
  • 135
  • 3
  • 14
0
votes
1 answer

WMP interfacace is blocking WMP from user interaction

My MFC program remotes a WMP instance to catch WMP events and is using IWMPCore, IWMPCore3, IWMPPlaylistCollection, IWMPMediaCollection to interact with WMP using COM. The remote instance is working find and it is avle to catch the events, but when…
DTdev
  • 538
  • 1
  • 18
  • 32