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

WMP sounds are not working on other Computers

My project is to build a simple game and for now I only made the Main Menu Form1 with 5 buttons. The buttons have a MouseClick and MouseEnter on them, and I have a background music track using a WMP method (using WMPLib and axWMPLib). My problem is…
0
votes
3 answers

Create windows media player playlist with PHP

I'm trying to make a script that will generate a .WPL file. The script scans the folder for all .mp3 files, and includes them in the .wpl file. However it doesn't seem to work, as Windows media player gives me an error that the file is…
pangi
  • 2,703
  • 6
  • 25
  • 35
0
votes
2 answers

Is there a good wrapper for using Media Player in IE

I need to add media playback ability to a web application. It has to play audio and video, and the player has to be MS Media Player (shouldn't use any plugin non existent on a standard windows machine). I know I can add it directly as an ActiveX to…
Ron Harlev
  • 16,227
  • 24
  • 89
  • 132
0
votes
2 answers

Stop video at specific position using windows media player SDK

Is there a way to stop a video at a particular position using Windows Media Player SDK? I am using C# for embedding the player and trying to see if the IWMPControls3 Interface has any stopping capability at a particular point in terms of position or…
Arvind
  • 187
  • 1
  • 3
  • 11
0
votes
0 answers

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 witnessed in the Windows 7 jump-list How To Display…
Cel
  • 6,467
  • 8
  • 75
  • 110
0
votes
1 answer

Catching MediaPlayer Exceptions from WPF MediaElement Control

I'm playing video in a MediaElement in WPF. It's working 1000's of times, over and over again. Once in a blue moon (like once a week), I get a windows exception (you know the dialog Dr. Watson Crash??) that happens. The MediaElment doesn't expose an…
ScottCate
  • 2,365
  • 7
  • 21
  • 35
0
votes
1 answer

Embedded object movie won't start playing

I have this code:
Gabriel
  • 772
  • 1
  • 13
  • 37
0
votes
1 answer

How to run H.264 through RTSP on WMP?

I've heard that Windows Media Player has problems trying to play H.264 video over RTSP. I've just made a fresh install of Windows 7, which claims to support H.264 natively (and it actually did ok playing the simpsons sample from…
0
votes
1 answer

Live video streaming from an IP camera

I have around 10 Bosch IP cameras. I need to allow users to see live (around 10 fps) view from the selected cameras. The users will be in a local network. Connecting directly to the camera is not an option, because around 100 users may watch image…
Adam
  • 756
  • 4
  • 10
  • 23
0
votes
1 answer

Embedded video player in C# / Mono / Mac + Windows

I've built a text editor application with embedded video/audio support so my users are able to load a video and transcribe simultaniously. Now there are new employees and some of them are using MacOs, so the embedded WMP won't work on their…
Momro
  • 971
  • 1
  • 10
  • 16
0
votes
1 answer

addEventListener & wmp not working as expected

I have a WMP player object and I'm trying to add an event listener to intercept ScriptCommands that are sent to the player. Instead of being attached to the WMP object, my callback is being called right away, and then the ScriptCommands aren't being…
scpdMaria
0
votes
1 answer

Trying to Run Next Previous Button to Play Video From List Media Player Code Giving Error?

i am trying to run video from list i have i use two buttons to run next previous videos from list and by default it run first one but it giving me error and i am getting confuse also so i need help to make it run let me tell its my video list code, …
Syed Raza
  • 331
  • 2
  • 13
  • 35
0
votes
1 answer

how to run windows media player video in my html i am getting error Code attached?

i am new bie and i am getting error in running video in my html as i am using IE 8 and my code is here,
Syed Raza
  • 331
  • 2
  • 13
  • 35
0
votes
0 answers

how can I play this video in webview or videoview?

I mean I want to play this url:http://212.175.206.240:80/saat_kulesi?MSWMExt=.asf in webview or videoview . But I don't play this url. I try this : VideoView videoView = (VideoView)findViewById(R.id.videoView1); MediaController…
CompEng
  • 7,161
  • 16
  • 68
  • 122
0
votes
1 answer

How to output PCM data in MFT

Now I have create an ogg decoder in media foundation. I have decode the ogg data to PCM data in IMFTransform::ProcessOutput. but I cannot play the PCM data, so now how to play the pcm data? This is my ProcessOutput code: HRESULT OggDecoder::…
troyou
  • 190
  • 1
  • 13
1 2 3
27
28