Would you like something like a flash player embedded on websites? You could use that if you love minimalism: http://java.net/projects/shoutcast-applet
-It's targeted at shoutcast servers but it's only a few lines of code to make it icecast-ready. -If you wish to play OGG Vorbis then add the following libraries: vorbisspi1.0.3.jar and jorbis-0.0.17.jar and extend a few classes to make ogg streams playable by the Java Sound layer. Not much work IMO. The Java Sound Layer libraries and documentation are here: http://www.javazoom.net/projects.html Last time I checked (we were still in the Flash 9 era then) Flash players suffered from a functional limitation that prevented MP3 streams to be played more than a few hours in a row without causing some severe memory leaks. Java applets do not suffer from such limitations, but a security warning will be issued to your clients if you try to play a stream that is not located on the same host as your applet. Please share what you will code, I'd love to use your player. -- best regards, okay_awright <okay_awright AT ddcr DOT biz> [PGP key on request] On 31/08/2011 14:27, Fábio Costa wrote: > I will make a simple player to play a stream broadcasted by liquidsoap to a > icecastserver. > I was thinking in using Java or Flash, neither of them have ogg suport but i > found some libraries. > Would you recommend another technology to make an ogg/mp3 player? > > > > > ------------------------------------------------------------------------------ > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at an even better > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > download Logger. Secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsisghtdev2dev > > > > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
