search for: jorbi

Displaying 20 results from an estimated 75 matches for "jorbi".

Did you mean: jordi
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis upstream and the cortado jorbis fork ba...
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
...utils/Base64Converter.class ./com/fluendo/utils/Debug.class ./com/fluendo/utils/MemUtils.class ./com/jcraft ./com/jcraft/jogg ./com/jcraft/jogg/Buffer.class ./com/jcraft/jogg/Packet.class ./com/jcraft/jogg/Page.class ./com/jcraft/jogg/StreamState.class ./com/jcraft/jogg/SyncState.class ./com/jcraft/jorbis ./com/jcraft/jorbis/AllocChain.class ./com/jcraft/jorbis/Block.class ./com/jcraft/jorbis/ChainingExample.class ./com/jcraft/jorbis/CodeBook.class ./com/jcraft/jorbis/Comment.class ./com/jcraft/jorbis/DecodeAux.class ./com/jcraft/jorbis/DecodeExample.class ./com/jcraft/jorbis/Drft.class ./com/jcraf...
2010 Nov 04
0
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
...for serving over http, but rather packaging > it as a java media playback framework, because it is used as such by > several java games which we package. As such it only gets used > with (and has been tested with) the jre which we ship. > > Also I've done a full diff between the jorbis upstream sources and > the ones shipped with cortado and they are as good as entirely the > same except for a few bugfixes in jorbis upstream which are not > in cortado and visa versa. Atleast cortado should rebase (replace) > its copy with the latest upstream jorbis release + the patc...
2004 Aug 06
1
Moving clients and JOrbis
I'm having trouble with the "Move clients" command in the admin interface. All the clients using JOrbis (a java vorbis decoder) just stop playing, and don't switch to the new stream. I'll assume this is a JOrbis problem rather than Icecast2; has anyone else had trouble with this combination before? Thanks. <p> -- Luke Stodola minus273point16c@fastmail.fm -- http://www.fastmai...
2004 Aug 06
1
Moving clients and JOrbis
One solution might be to make a named pipe (mkfifo live), add that item to your playlist, and pipe data into that pipe. It works fine for local files (cat music.ogg > live), but when I try with for example "wget http://icecast2.ksl.com:8000/ksl.ogg -O live" ices keeps giving: [2003-08-07 11:50:05] WARN input/input_sleep Extended sleep requested (1127219200 ms), sleeping for 5
2001 Jun 28
4
Java wrapper?
Hi, a few months ago it has already been discussed, but without final solution it seems... Is there anybody who is working on a Java JNI wrapper for libvorbis etc.? Greetings k.j. --- >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 'vorbis-dev-request@xiph.org' containing only
2008 Oct 03
8
Flash Vorbis player
...de compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently at: http://people.xiph.org/~arek/bzr/fogg.dev The code is based on Cortado's JOrbis, hence the license is LGPL. There are still some issues, as you will probably notice if you try the demo, but the performance seems promising - just using the new flash.Vector type from Flash 10, seems to make it ~4 times faster than a version using the old Array type. Hopefully now more people...
2008 Oct 03
8
Flash Vorbis player
...de compiles to an swf file playable in Flash Player 10. A demo of a simple player implementation (latest Flash 10 required): http://people.xiph.org/~arek/pg/hx/test.html and the sources, in a bzr branch, currently at: http://people.xiph.org/~arek/bzr/fogg.dev The code is based on Cortado's JOrbis, hence the license is LGPL. There are still some issues, as you will probably notice if you try the demo, but the performance seems promising - just using the new flash.Vector type from Flash 10, seems to make it ~4 times faster than a version using the old Array type. Hopefully now more people...
2005 Sep 16
1
RE: Vorbis-dev Digest, Vol 16, Issue 10 ogg streaming
Thanks for the reply.. I am very new to this field (streaming players) have some experience in java/php/vb, however would like to know from you experts where/how to start...what is the best option, what I am looking at is something like the jorbis player; we simply place the url and it plays the stream...the idea is to cut off all the other unnecessary stuff, and to just get the simple code which can play a ogg stream example.... http://www.jcraft.com/jorbis/ Sanjay.B.Adnani sanjay@adnani.com(personal email id) -----Original Message-----...
2001 Apr 24
0
low-bitrate streams and pure Java Ogg Vorbis player
Hi there, I have developed pure Java Ogg Vorbis decoder, JOrbis. By the recent improvements on JOribs, its 'simple' player, JOrbisPlayer, will enable you to enjoy low-bitrate/mono streams on the web browser with J2SE 1.3(or later)Plug-in; Java plug-in; I have provided digitally signed JOrbisPlayer at http://www.jcraft.com/jorbis/player/JOrbisPlayer...
2004 Aug 06
3
Moving clients and JOrbis
Here is what I'm trying to do: most of the time, I broadcast from a playlist, just loooping through prerecorded content. Sometimes, say at a special concert or sports game, a live stream (from a laptop's line-in) is broadcast instead. Ideally, the laptop could simply "take over" the stream from IceS, and hand it back when we're finished with the live stuff. Is there a way
2004 Dec 12
2
Metadata and bad player behaviour : cut sound for short time when receiving metadata (kh versions of ices/icecast)
Hello, I was trying to add metadata to my OGG stream (ices 2,0-kh59, icecast 2.0-kh51). It works... but the players are doing a small sound cut at metadata reception : - VLC (maybe 1/3sec cut) - JORBIS (java. maybe 1/10sec, because I can have set higher priority to sound processing and not to comment handling) (player plateform: Mac OS X 1.3.6) With VLC... I can say comments are unusable, it's too bad... Maybe if the comment change occurs between songs it not so noticeable, but that's...
2010 Jan 28
1
Using vorbis-java to read an existing file?
...be better to port the > missing read parts from C to Java, or start again with something with a > more "Java like" api. Having read rfc 3533, I don't think doing a > read-only ogg layer api using Java conventions should be too hard to > implement.... There is the jogg and jorbis combination (used in Cortado) which sound like what you want.
2004 Mar 04
0
Error after half-blocksize
Hi I've got serious problem with my Vorbis-Decoder. The error seems to happen in the inverse Mdct. Before the imdct the values seems to be correct (compared with those of jOrbis (www.jcraft.com/jorbis/)). But after the transformation the values shows a strange behaviour. In [0, blocksize/2] the values are correct, but in [blocksize/2, blocksize] the values are wrong. The difference in this interval between the values of jOrbis and mine is like a sinus-wave, but not a...
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
2002 Sep 18
4
Test files for decoder implementation
Hi, I am trying to implement a Vorbis decoder in Java, and I have some problems understanding the file-format specification included with libvorbis. In the header description, there are a few obvious mistakes, which I believe to have solved, but when I try to decode the audio packets, the decoded floor and residue data doesn't seem to make sense at all, and after a few packets, my decoder
2004 Aug 06
3
mac player for ogg streams
Hullo Would JOrbis work? http://www.jcraft.com/jorbis/ It's a java applet that plays vorbis streams. I can't think of another. But then I don't get to uses macs often :( Leo <p>On Thu, 31 Jan 2002, adam wrote: > Hi, > > I have 2 Icecast2 servers set-up (1 unix and 1 win32) that I hav...
2004 Sep 10
0
Java?
...;Decoding FLAC is relatively simple, compared to other codecs >like MP3. The three decoder layers are under 3000 lines of >verbose C. A Java translation should be straightforward >enough. A JNI wrapper of libFLAC might be easier and run >faster. a native java player/decoder like the jorbis for ogg/vorbis would be most interesting thing. http://www.jcraft.com/jorbis _______________________________________________ Flac-dev mailing list Flac-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flac-dev
2004 Aug 06
0
streaming ogg player embedded in web page
have you tried jorbis? http://www.jcraft.com/jorbis/index.html <p>adam <p><p><p>On Fri, 30 Apr 2004, Warren J. Beckett wrote: > 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...
2004 Dec 12
0
Metadata and bad player behaviour : cut sound for short time when receiving metadata (kh versions of ices/icecast)
On Sun, 2004-12-12 at 21:57, Iceuse - Kris wrote: > Hello, > > I was trying to add metadata to my OGG stream (ices 2,0-kh59, icecast > 2.0-kh51). > It works... but the players are doing a small sound cut at metadata > reception : > - VLC (maybe 1/3sec cut) > - JORBIS (java. maybe 1/10sec, because I can have set higher priority to > sound processing and not to comment handling) > (player plateform: Mac OS X 1.3.6) > > With VLC... I can say comments are unusable, it's too bad... Maybe if > the comment change occurs between songs it not so n...