player

Play DVDs in Python?

I want to write a custom DVD player using python that plays for 30 seconds, then pauses and asks a question. Once the question is anwered, it tells the user if they are right or wrong and gives them a Resume button to resume DVD playback. How do I do this. I have never written a DVD player before, but I am open to learning! ...

Play Shoutcast MP3 radio stream with Python?

I have managed to create an online radio station using Shoutcast and Sam Broadcaster. Now, I am wanting to build my own player for that radio station. I am not sure where to begin, I have googled, but no luck. I am using Python 2.6 on Microsoft Windows. I have managed to capture the stream and save it as an MP3 on the hard disk, just no...

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 based on the user's listening habits. This means: The application should "understand" if the user likes a song or not. And not only wheth...

Play Shoutcast Radio stream in Python?

I know this is a second post on the same topic, but I am doing this in hopes of some help. I am trying to create a player for my Shoutcast internet radio station, but I can't seem to get anything to work. It is a live MP3 broadcast. When you click the link to tune in, it gives a .PLS file with the server url in it. Anyone have any ideas ...

Convert shoutcast stream to playable samples in Python?

I have a shoutcat radio station and now want to build a player for it. I know how to "get" thet stream from the server, thanks a lot to bobince , but I am not sure how to convert that stream into playable samples. How is it done? ...

can anybody know the free flv video player for website?

I need to upload videos like video gallery in website. Thats y I need one flv video player? Pls help me to get those players ...

How do you limit a page with multiple flash mp3 players to play one at a time?

I am working with the open source flash player at http://flash-mp3-player.net/ and I am trying to figure out how to limit one sound file at a time. I know this has been done on a number of sites but I am unsure how to approach it. Scenario: A page has five different instances of the flash player. The user is litening to one song but cli...

Python/Tkinter Audio Player

Hey everyone reading this, I've recently got into doing GUI development with Python. Tkinter seems like the easiest and most logical choice starting out. I did a little with wxPython but it was more sophisticated than what I needed. Anyway, I'm developing a media player. Right now it's a simple window with a button to load .wav files. ...

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 stream)--> player(android phone) is there any Android SDK to support this function? or is there any solution without developing software ...

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

Hi there, is there any way to change the flash player icon which displayed on desktop taskbar with my icon? ...

Player Stage Hunting Game - Java

Hey guys, So I have all these classes put together for all the connectivity between Predators and Prey and the world. The only thing I'm really stumped on is the run() method for the Predator class (how they hunt). The theory is simple. The predators have to gather around the Prey on it's North, South, East and West side, and the DataC...

Are there any open source FLV players with minimal player controls?

Can anyone please suggest an open source FLV player which has a minimal set of player controls? I have a client requirement to overlay FLV videos with DIV contents. When the div overlays the FLV then most of the FLV players end up having their player controls obscured by the div content. I basically need an FLV player which has a play...

Need flash video player with a few basic features

I'm currently working on a job for a client that involves playing videos taken from youtube, uploaded, etc. (And converted to flash-acceptable formats... FLV or mp4). They already have a player that has worked up until this point, but they need something more robust now. Basically I need to find a video player that does the following th...

Developing Custom Video Player With some customization

Hello guys, I want to develop/customize video player with some customize requirement. For ex. i should be able to put my client logo in video player,adjust volume control,full screen etc..... I am new to video playing technology so dont have any idea to how full fill this requirement. So any one can giude me how can i achieve this ? M...

Video does not play in Flash Site. (Error 1120: Access of undefined property PLAYER)

Hello! I am trying to create a mini video portfolio on my flash website, but when importing the first video, I get 13 errors...all of which have something to do with either UIManager.as or VideoPlayer.as. I am assuming that the ActionScript is automatically generated, but I am unfamiliar with this idea. Here are the errors I keep gettin...

Does such a video player exists for Flex

Hi Is there a video player for Flex which allows me to play videos at slower or faster rates and reverse play it? ...

Adding Radio Player into flash

Hi everyone, I am relatively new to flash although im loving the software. Im creating an Internet Radio Station website in flash. Everything seems to work okay, now i want to embed or add a flash player for the radio stream from shoutcast. anyone know any players that cud be added to my fla and work once given a stream url and port? ...

Flash file upload issue with Flash player 10.1

Hi, I have a file upload script to upload pictures to a server. It has been working fine in all browsers but when I upgraded the flash player to 10.1 in firefox 3.6.6 yesterday it stop working. I retested with another computer and as soon as i installed the flash player 10.1 it stopped working. I did some debbuging and noticed that the e...

iTunes app preview player

Hey there, Any ideas where to begin if I'm trying to create a preview player like the one in the iTunes app for the iPhone? Essentially I'm looking to build a circular progression player that uses the AVAudioPlayer. I have no idea where to begin. Thanks, Howie ...

things to consider in developing an embeddable video player

If you're going to develop an embeddable video player in a web browser. What will you use in the ff: Programming language with respect to portability: API Library (if any) Video file type to play ...