aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

framework.audio cannot handle streaming mp3 (ie Shoutcast) #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Pass URL for a shoutcast stream to framework.audio (ie.
http://example.com/;stream.mp3

To make sure it wasn't just me, I edited the "audio" example gadget, only
changing the mp3 location to that of my stream and it still failed.

What is the expected output? What do you see instead?

Expected audio to play, instead nothing happened. Adding an alert to
display any encountered errors, the gadget displays error "2" which I think
means it can't find the stream.

What version of the product are you using? On what operating system?

Tested on the latest version for Windows and Linux(GTK).

Please provide any additional information below.

Original issue reported on code.google.com by deadman...@gmail.com on 31 May 2009 at 5:58