player

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 MCIWnd (as suggested by @casablanca) 1996 DirectSound 1998 WaveOut 1999 ASIO 1999 Windows Media Player ActiveX control? 2005 WASAPI (which...

Play M4A Files on Website

Hey, how can I play m4a audio files on my website? None of the regular mp3 players are working. Thanks ...

setOnSeekCompleteListener for VideoView how can be achieved .

I'm developing a video player application for which the user has an option to seek to a particular location, but the problem is there is no setOnSeekCompleteListener for VideoView, So I am not sure if the seek operation that was requested has completed or not, and whether to start playback if it is complete. Is there a way to implement...

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 will browse and play all shared videos as well. The videos will be streamed from the server and our app is a .NET/C#/JQuery application. ...