-
18 Jul 2011 5:03 AM #1
Audio Streaming
Audio Streaming
Hi there
Is it Possible to stream audio from any Streaming Server?
This i found in the API Doc.. but with this i can only play audio files:
Im searching for a solution to stream audio.. is there any possibility.Code:var pnl = new Ext.Panel({ fullscreen: true, items: [{ xtype: 'audio', url : "who-goingmobile.mp3" }] });
Thanks for your Help
-
3 Aug 2011 12:52 AM #2
? Not possible ?
-
3 Aug 2011 12:20 PM #3
Check out Jplayer (http://www.jplayer.org/) its an HTML5 audio/video player with a flash fallback. It can be configured to steam audio although not all browsers support html5 streaming. theres some talk about it on the google group http://groups.google.com/group/jplayer


Reply With Quote