an UI component to play audio or video content

learn more… | top users | synonyms

12
votes
5answers
11k views

Flash based .wav player

Does anybody know of a free/open source flash-based music player that can playback .wav files? I am trying to playback Asterisk recorded calls in a developed console of the Caller CDR table, I am ...
11
votes
4answers
22k views

Android - Playing mp3 from byte[]

I have my mp3 in byte[] (downloaded from service) and I would like to play it on my device similar to how you play files: MediaPlayer mp = new MediaPlayer(); mp.setDataSource(PATH_TO_FILE); ...
11
votes
4answers
5k views

How to programatically detect earpiece in iphone?

I'm currently working on a project that involves playing music from the iphone music library within the app inside. I'm using MPMediaPickerController to allow the user to select their music and play ...
9
votes
9answers
424 views

Automatic music rating based on listening habits

I've created a Winamp-like music player in Delphi. Not so complex, of course. Just a simple one. But now I would like to add a more complex feature: Songs in the library should be automatically rated ...
9
votes
3answers
3k views

iPhone progressive download audio player

I'm trying to implement a progressive download audio player for the iPhone, using http and fixed size mp3-files. I found the AudioStreamer project but it seems very complicated and works best with ...
7
votes
3answers
6k views

Memory in SWF (Flash Player)

Are there any limitations on the amount of memory that the flash player can use? If you have a swf that over time gets a lot of data from the server, then more and more data will be kept in memory... ...
7
votes
4answers
3k views

.NET FFmpeg wrapper for video playback

Looking for an FFmpeg wrapper usable in .NET. The wrapper must support video playback with audio. The following projects are incomplete FFmpeg wrappers: http://code.google.com/p/ffmpeg-sharp/ ...
7
votes
1answer
956 views

Does J2ME Media Player on Nokia E65 work?

I'm trying to write a simple media playback application in J2ME. Currently I'm starting with the most simple thing, I just want to play wav file from resource included in the jar file. I'm using this ...
6
votes
3answers
2k views

Alternatives to rotating buffers into Players in J2ME?

Due to (quite annoying) limitations on many J2ME phones, audio files cannot be played until they are fully downloaded. So, in order to play live streams, I'm forced to download chunks at a time, and ...
5
votes
1answer
1k views

Java: Guide to write a custom video codec

I have quite a weird question, but here it is: Is it possible, and are there any guides for writting a custom video codec in C++ or Java? Here's the weird part, I don't need to dive into those tons ...
5
votes
3answers
422 views

Play FLV data synchronously [closed]

I am just investigating http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php RTMP client code. And it is working fine so it gets data and saves the FLV file locally. The code is ...
5
votes
3answers
2k views

Media player libraries in Java

I am evaluating libraries for playing audio/video in Java. It does not need to be 100% Java; Java bindings to native libraries are perfectly OK. An external application that can be controlled from ...
5
votes
1answer
1k views

Skins / Themes for Soundmanager 2

I am currently considering to use Soundmanager2 as an audio player for a small project. I like SM2 a lot, but unfortunately I can't find an implementation that provides an inline player with basic ...
5
votes
1answer
406 views

HTML5 Audio Player - Autoplay Next Class Instance

I am using UbaPlayer, which is a jQuery HTML5 audio player with Flash fallback. Currently, it just stops after the particular song that is cued is finished. I would like for it to autoplay the next ...
4
votes
4answers
1k views

How to catch click on flash player?

I`m using SWFObject for flash player on my webpage. Player as usual has buttons like Play, Stop, Pause etc. I need to catch moment, when my user click on any button and i need to execute some ...
4
votes
1answer
1k views

Embedding the new, black YouTube player

How can I embed the new, black YouTube player into my website (the one that was just launched)? I've asked this before, but it was closed since nobody bothered to actually read the question before ...
4
votes
1answer
2k views

Problem dismiss MPMoviePlayerViewController on play error

I have a problem with the MPMoviePlayerViewController: If the controller can't find the movie at the specified URL it displays a white screen and I can't make it go close. This is how I start the ...
4
votes
2answers
3k views

Flash :: Replace Projector (exe) Flash Icon With Own?

is there any way to change the flash player icon which displayed on desktop taskbar with my icon?
4
votes
1answer
556 views

flv player with rtmp for commercial use

I want to find a simple, flv player for our websites. We are streaming from an rtmp server. We don't want a branded player like Vimeo etc.
4
votes
1answer
2k views

Flash video player for video streaming

I need a flash video player for our public site where users will share videos. The video usage model is similar to youtube as far as video part is concerned. Users will upload and share videos. Users ...
4
votes
1answer
3k views

Is there a any way to use audio player without flash?

I would like to add a audio player in my html page. Is there any other way to play the audio file with a simple player without using flash player? And also is my idea right? Please provide me ...
4
votes
2answers
2k views

How to avoid 15 second delay/caching in Android Media Player when playing stream

I am implementing a media player that plays a stream from a remote machine. Via my app I can control the remote machine (e.g. seek to second). Works like charm, but: The Android Media Player buffers ...
4
votes
1answer
511 views

Could not get fullduration of my mp3 file in flowplayer

I am trying to get fullduration my mp3 file but it returns me NaN, Here is my code : <script> $f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", { ...
4
votes
2answers
3k views

Need a basic audio & video player library in Java

I need to display a series of images (perhaps BufferedImages) with variable frame rates as a video, synchronized with uncompressed audio. I also need the basic media controls of play, pause, seek, ...
4
votes
0answers
202 views

Trouble playing a song in Google Music player

Is there any way to start playing a song in Google music player app from my app? I am trying following code, but google music player only opens the search results & does not actually play the ...
4
votes
1answer
778 views

How to develop a video player that receives video stream on wi-fi broadcasting/multicasting?

general video players connect the media server through unicast but I need a player to receive media stream using multicast/broadcast. scenario: Media Server ---> AP --(multicast/broadcast video ...
3
votes
1answer
2k views

How to design activity-service interaction for a simple mp3 player?

I am an Android newbie and I wanna create a simple mp3 player. Now, as far as I understood, good way to do this would be to have a service which would be in charge of MediaPlayer class, and an ...
3
votes
2answers
1k views

Which API should I use for playing audio on Windows?

There are many ways of playing sounds on Windows. Which are the differences, advantages and disavantages of each method? I know there are at least 5 methods: 1991 WinMM.dll/mmsys.dll PlaySound 1995 ...
3
votes
1answer
844 views

C# Music Player and Frequencies

1) What is the easiest way to get frequencies from mp3/audio input in c#? 2) Are there any libraries for audio visualizations (.NET)? I have already created basic audio player with nBass and a ...
3
votes
1answer
4k views

android play audio files with default player

I want to play an mp3 file using the default android player. I managed to get the file playing but it plays in the background. I want to have all the nice controls for pausing, playing, etc. I do not ...
3
votes
1answer
2k views

jQuery Audio Player

I was given 2 MP3 files, one that is 4.5Mb and one that is 5.6Mb. I was instructed to have them play on a website i am managing. I have found a nice, clean looking CSS based jQuery audio player. My ...
3
votes
3answers
8k views

Embedd .wav files in HTML page in all browsers (no controls)

I need to play few wav files on button click. I found solution working in IE but it requires QickTime plugin for firefox. Is there any other way? <html> <head> <script> ...
3
votes
2answers
253 views

Can I automatically install Flash Player on an android device?

I have got a question, as you know Flash Player is not distributed on the market anymore, but I've got some apk of Flash hosted on the internet (example here : http://d-h.st/w2B ) I made an ...
3
votes
2answers
4k views

How do I access Windows Media Player Library programmatically in C#/WPF?

I need to access and present the information from Windows Media Player library, from my C#/WPF application. How do I do this programmatically in C#/WPF?
3
votes
3answers
1k views

Flash Player and VoIP

I found Flash Player 10 supports VoIP but I couldn't find serious documentation about this feature. Could you post some decent link? :-)
3
votes
1answer
87 views

I want to remove Framesets and Iframes and still have page refresh PHP data independently without refreshing the whole page

I am learning PHP and I am trying to get my new audio player to work in PHP. Any web designers out there that can help me with my page? I need the player at the bottom to continue playing, while ...
3
votes
1answer
743 views

Android: Native Video Player events

When using native video player to play the video, Is it possible to know whether the user has seen the entire video ((i.e) functionality somewhat similar to VideoView's onCompleteListener) or exited ...
3
votes
1answer
2k views

How to build my own embeddable audio player // not pure flash

We are currently developing a community based on user-generated audio content. The base technology for playing audio will be Soundmanager 2 is HTML5. We created our own player interface based on the ...
3
votes
4answers
4k views

Flex VideoDisplay stop buffering

I am trying to build a video player application using Adobe Flex and libh264streaming. In small cased my little player works just fine. However if the video is bigger about 200-300MB I am seeing ...
3
votes
1answer
129 views

How to make enemies follow the player all around the screen in XNA?

Okay, so I've got some code to make my enemies follow the player in my XNA game, but they only follow the player until the player is in front of them. If the player moves past an enemy, it will stop ...
3
votes
1answer
856 views

Check if jplayer is playing

Is it possible to check if jPlayer is playing right now? I have several players per page and i need to change some classes, depending on which jPlayer is currently playing. The most obvious check for ...
3
votes
1answer
239 views

Odd Safari Video “Load” Behavior

I wrote a simple video player for one page of my site that works by clicking buttons to change the src attribute of the source tags, then calling a load on the player element. The video element looks ...
3
votes
1answer
457 views

Blackberry reduce audio player buffer

I am implementing audio streaming app which handles the streaming process manually by implementing custom Datasource and Sourcestream. From all my tests I found that the blackberry audio player has ...
3
votes
3answers
225 views

Playing audio in a browser

I've developed a web application that manages audio files. Part of the application is playing the files. I use the following code in order to play the files: <center> <object ...
3
votes
2answers
5k views

I want to embed video files (.mp4, m4v, avi) onto a website…and allow people to play it like normal

How can I do that? I would like them to be able to click play, pause, volume, and of course...fullscreen. I heard you can do this with QuickTime or something? Anyone have any suggestions? EDIT: ...
3
votes
1answer
252 views

Youtube player not firing onReady and onStateChange event in IE 8 and IE 10

I've spent 3 solid days trying to resolve this issue. Very quickly, the Youtube player does not fire the onReady and onStateChange event in both IE8 and IE10. I tested it on Firefox and it works. ...
3
votes
1answer
281 views

Reload data source in android media player

Hy, I'm having a hard time with media player in android. Basically i try to play a song from my sd card which is downloading (some sort of streaming). So after the song was downloaded (20%) the song ...
3
votes
1answer
307 views

Playing large AVI files online with subtitles

I need a way to play a relatively large avi files (1+ GB) on the web with their subtitles, I have searched a lot for this, the only thing that I came up with was a normal embed without controls and it ...
3
votes
1answer
493 views

Script downloading video from youtube (error 150)

I am trying to write a script that is grabs video from Youtube. My script works well with a lot of video, but with some ones, it doesn't!! When I try to run it for example with this one: ...
3
votes
1answer
443 views

How to remove the share/later/like/embed options from the vimeo video player?

I am using this code for playing vimeo videos but i want to remove the share/later/like/embed options from its player.. `embedHTML = @"<html><head><style type=\"text/css\">body ...

1 2 3 4 5 15