Web player to use with SHOUTcast - streaming

I'm looking for a web player to play a music stream from a SHOUTcast server.
I setup a SHOUTcast DNAS 2.0 Server on CentOS. SHOUTcast can stream music to Windows Media player and winamp; however, I want to be able to stream music to an html pop-up window with a modern browser such as firefox, chrome, IE, safari.
A Flash or HTML based player would be great that can handle loop playback and audio/mpeg streams; open source if possible.
Any suggestions would be greatly appreciated :)

Here are some free flash players with anti memory leak technology from Museter.com
http://www.museter.com/SHOUTcast_Hosting_Online_Radio_Flash_Player.php

Related

Connect Jack with Web audio context

Is it possible to interconnect the Web Audio context with the Jack audio connection kit?
My browser doesn't appear in QjackCtl, only the system sound is available. So I can't connect my audio web app as an audio element, for example a sound effect.
I guess it would depend on the browser. Firefox had a jack audio back-end at some point, maybe it could be resurrected ?

HLS Streaming media player for iPhone4

I am looking for a good HLS streaming media player for my iPhone-4.
I have developed one sample Http live media streaming server which stream MPEG2/TS transport stream and i want to test this server on iPhone4. For this i want one MPEG2/TS stream player. Where i will provide name of my HLS server and it will request playlist and then will play it accordingly.
Does anyone know simple HLS player for iPhone4.
Thanks.
The built-in media player in iOS (from 3.0) supports HLS.
You can type the m3u8 path in safari address bar and it will play it.

Integrating Real Time Messaging Protocol with Wicket

I am designing my web project by Wicket. There I want to add web cam video capturing facility. I have Recorder.swf which records the video and save in rtmp and Player.swf which playback that saved video. Normally both of the swf are working well, if I open them simply by any browser. But If that two swf are added in wicket application then they are not working. But I have tested other swf, like I have played flv by media player swf file in my project. I can not able to understand what is happening! Can rtmp not be integrated with wicket? Thank you.
From what you describe, it has not much to do with Wicket.
Wicket is on server side.
If it works on some machine but does not on other, then it's most probably a problem either in the flash or on the client side (flash player).

What language for live webcam streaming?

I would like to save audio and video from a webcam, directly from the browser.
Then I want to broadcast it to other users.
What language/tech should I use (in browser and server side)?
It seems that Flash can record a webcam in the browser, is there any other option?
Thanks
No
From the browser Flash/Flex/AS is the way to go.

Using VLC media Player in GWT

I have a video in .avi format which needs to be rendered in a UI developed using GWT.The video does not play in Windows Media Player but opens up smoothly in VLC media player.Is there some way to use VLC media player to render the video in the GUI without changing video format(or any other processing on the video).
Thanks,
In pure GWT it's not possible. Imagine that GWT is environment of HTML and JavaScript language so you are limited by them and your app is encapsulated what browser serve to you. However you could put Java applet that could force to run VLC.
Another way of playing movie in the browser is to use flv player or use HTML5 (like youtube), but in this solution you must convert your video file.