search for: javazoom

Displaying 10 results from an estimated 10 matches for "javazoom".

2004 Aug 06
1
sppex player
Hi, You can also use the Java jlGui Music player (http://www.javazoom.net/jlgui/jlgui.html) with the java implementation of Speex (http://jspeex.sourceforge.net). This will play Speex streams and files on any platforms, including Linux, Mac and Windows, or even inside a web page. Tyler Knott wrote: > sailaja akkineni wrote: > >> hi, >> i wan...
2004 Dec 17
1
Still the big Icecast problem!
This is a player that I use on my site. It works well with Ogg and mp3. I have tested it with windoze, Fedora, and Netscape/SunOS. http://www.javazoom.net/jlgui/jlgui.html Cheers! Kent On Fri, 17 Dec 2004, Mr Dihelson Mendonca wrote: > Helo, fellows, > > Although I have researched a lot about this matter I > still didn't find any good solution. > > The problem with Icecast OGG system is that common > people doesn...
2006 Feb 21
2
How to use Speex Cross-Browser, Cross-Platform on Web Pages
...jspeex codecs. It is jlGui, and it comes in standalone and applet versions. It runs under any Java 1.3 or higher environment, so it is a great cross-platform solution for any users who cannot download a native player or plug-in for their browser. Here is a link to the player and applet: http://www.javazoom.net/jlgui/jlgui.html http://www.javazoom.net/applets/jlguiapplet/jlguiapplet.html The applet supports Javascript automation, which is one of my requirements. Both will play Ogg, Speex, and a wide variety of other formats. I hope this helps. If anyone knows of other Ogg-capable browser plug-ins th...
2004 Aug 06
2
sppex player
hi, i want to use ogg speex streaming .can u suggest a player. thanks, sailaja Yahoo! India Matrimony: Find your partner online.Post your profile. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the
2004 Nov 14
0
Java Examples
...=libshout-java</a> </i><a href="http://icecast.org/download.html">libshout 0.3</a> is a deadlink, presumably pointing back to the same page. You can download the older version (0.2). Apparently, this requires libshout2 (the c library). I'm using pieces from javazoom.net to parse the mp3's: jl0.4.jar <i>mp3spi1.9.1.jar and build a mysql database of tag information. This "java layer" sits on top of the Java Sound infrastructure. I believe what I'm after is a set of java intrinsics that talk directly to the icecast server. I'm run...
2011 Aug 10
2
Icecast2 client
Hi, i have succesfully installed icecast2 server on linux and now i am looking for a client which can be embeded into html code to play ogg audio stream directly from html page. I have tried to embed WMP and it does work well, but WMP cannot seek the stream. best regards Milos Sula -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Nov 14
3
Recieving Ogg streams on a Mac?
I have yet to speak to a single Mac user who has successfully received a live or archived Ogg stream. I'm been told neither MacAmp nor Quicktime will accept streams, they only play files. Are there any Mac users on this list who can recommend a player (from personal experience) which actually plays Ogg streams? db http://www.subgenius.com/ts/hos.html --- >8 ---- List archives:
2004 Dec 17
3
2 Questions
1) Is it possible when using the mp3 steam not to have the ( data ) in the tag line like you can do with ogg 2) Can the meta-tag-refresh tag which is in the 2.0KH58 be put in the new 2.2.0 version. Thanks -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Weather @ 7:26pm * Temp: -18.8 ?C * Humidity 46 % * Wind: WSW @ 6 km/h Baro: 1027.04 kPa Steady * Vis: 14 km * Sky:
2006 Feb 20
2
How to use Speex Cross-Browser, Cross-Platform on Web Pages
On Tue, Feb 21, 2006 at 09:21:32AM +1100, Jean-Marc Valin wrote: > Have you thought of using jspeex (http://jspeex.sourceforge.net/)? The > other way I can think of is to do the same as the Annodex Firefox plugin > (http://www.annodex.net) and use VLC. Conrad Parker might have some more > info on how to do that. Conrad? Hi, AFE currently has a bug where it can't handle audio-only
2004 Aug 06
5
streaming ogg player embedded in web page
Hi List, For the last week I have been have playing with icecast 2.0.0 and ices for a streaming project I am working. The streaming is working with multiple sources and fallback using XMMS and Winamp as the clients. All work splendidly. Next on my todo list is find a simple Ogg player that I can embed in a webpage and play from the icecast stream. I have so far looked at jlGui Applet 2.2 which