Questions tagged [media-player]

Software or hardware device designed to play audio/video files.

Media player is a term typically used to describe computer software for playing back multimedia files. While many media players can play both audio and video, others focus only on one media type or the other. Such players are known as either audio players or video players and often have a user interface tailored for the specific media type.

Used in two main senses:

  1. A program that enables your computer to record, store and play back audio and video recordings.
  2. A device such as the portable iPod media player that is also used to record, store and play back recordings.
3940 questions
1
vote
0 answers

UWP MediaPlayerElement stream timeout

I'm using the MediaPlay control in my app and am setting radio streams like so: Player.Source = MediaSource.CreateFromUri(new Uri(finalurl)); I'm registering the Mediafailed event with: Player.MediaPlayer.MediaFailed +=…
SunnySonic
  • 1,318
  • 11
  • 37
1
vote
1 answer

How to browse files in tree order to pick up the audio files available on sdcard and mobile memory in Android?

I need to browse a file tree in order to pick up the audio files. How can i achieve this?
Sandy
  • 6,285
  • 15
  • 65
  • 93
1
vote
0 answers

How to improve MediaView so that it can play more video extensions JavaFX

I use JavaFX MediaView to play video files. But sometimes when i play a video my application crashes even without opportunity handle some exception. But before crash i have time to get media exception: mediaPlayer.getError().printStackTrace() and as…
ProstoCoder
  • 131
  • 7
1
vote
0 answers

Global media control in c#

I want to control Windows media globally. All I need are the basics. Pause/Play, next, previous, Volume up and down. Similar to what the media keys (VK_MEDIA_PLAY_PAUSE, etc.) do. Simulating the keys with SendKeys.Send or SendKeys.SendWait() does…
J Gi
  • 13
  • 3
1
vote
0 answers

why javafx mediaplayer status sometimes returns unknown?

First i am sorry for my poor english... i made Media Player Application with Javafx. this player can get mulit file media. and play files out of all limits. it work well. but sometimes not work.. it is not media error. it is mediaplayer…
sehoon
  • 43
  • 6
1
vote
2 answers

Why does MPMoviePlayerViewController fail on a movie that it should technically be able to play?

I'm initialising an MPMoviePlayerViewController to a source .mp4 on a server which supports Range requests and all that, and in fact the code I am using works fine on an iPhone 4, iPhone 3GS and iPad running iOS 4. I have an iPhone 3G running iOS 4.…
user244343
1
vote
2 answers

uwp converting StorageItemThumbnail to RandomAccessStreamReference

as you can see in the following code var mediaPlaybackItem = new MediaPlaybackItem(MediaSource.CreateFromStorageFile(myVideoFile)); MediaItemDisplayProperties props = mediaPlaybackItem.GetDisplayProperties(); props.Type =…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
1
vote
0 answers

How to get Independent Left/Right channel Delay in FMOD using 2D Stereo Mp3 files?

I am trying to set the delay of left and right channels of the input MP3 file independently before playback. I want to play the left channel at say a delay of 2ms and the right channel at the delay of say 10ms, so the overall delay between channels…
1
vote
1 answer

How to send media action button to current player?

Is there any way to send a media action button to current media player (like Walkman or google play music) to play and pause or next and previous song. actually i want to create a simple remote control
1
vote
0 answers

How to stop the music?

I dont know how to stop the music here. Can anyone help me how to code. private void mActionPerformed(java.awt.event.ActionEvent evt) { JFXPanel j = new JFXPanel(); String uri = new…
1
vote
1 answer

Android mediaserver process using processor / battery

I am building on my media player app, and am now in the alpha testing stage. I have noticed that battery drain is increased while running my app. When checking battery usage I see that the MediaServer process is the culprit. I used OSMonitor to…
Josh
  • 2,685
  • 6
  • 33
  • 47
1
vote
1 answer

Using a Surface in MediaPlayer after it has been manually drawn on

I have a SurfaceView that I use as Display for MediaPlayer. I also need to alternatively draw on the same Surface manually by locking/unlocking the Canvas. This never happens at the same time though! The problem is that as soon I have once locked…
jox
  • 2,218
  • 22
  • 32
1
vote
0 answers

Problem sound volume when testing on a device

I play a very short and basic mp3 sound effect in my application. It sounds great on the AVD emulator but doesn't sound at all on my external device. I use the Android plugin for Eclipse on Mac OSX and my external device is a HTC Desire. I am using…
thomaus
  • 6,170
  • 8
  • 45
  • 63
1
vote
3 answers

Close Windows Media Player with MATLAB

I used winopen('filename') to open an AVI file using the Windows Media Player. How can I close it?
user552231
  • 1,095
  • 3
  • 21
  • 40
1
vote
1 answer

How to enhanced quality of embed vlc player using c#?

I have a c# windows form application and i want to playback video using embed vlc player and every thing is good. But there is only one problem, however, that the quality of the video is dimmed, and the cloudy and opaque image is displayed. i try…
topcool
  • 2,498
  • 7
  • 28
  • 52
1 2 3
99
100