similar to: libshout-java 0.2 released

Displaying 20 results from an estimated 10000 matches similar to: "libshout-java 0.2 released"

2004 Aug 06
2
Java Bindings
I've created a set of java bindings for the newest libshout 2.0 release. They work well and enable the streaming of mp3 and ogg/vorbis to icecast2 servers from java. Binding with java allows for complex java logic while using the fast, maintained and solid native backend. They can be fetched from CVS via: cvs -d :pserver:anoncvs@benow.ca:/cvs/benow login <passwd:
2004 Aug 06
1
timing_sleep malfunctioning under MinGW
Hi, I have successfully gotten the libshout-2.0 release to compile under gcc/MingGW ('gcc -mno-cygwin', version 'gcc (GCC) 3.3.1 (cygming special)'), after applying Leigh Smith's patches as posted on this list (http://www.xiph.org/archives/icecast-dev/0660.html). I have then generated a dll and wrapped it in JNI using the stubs from libshout-java
2004 Nov 14
0
Java Examples
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <pre>><i> > Where should I look for an example of how to connect
2004 Aug 06
2
dumpfile with libshout2/icecast2
Heyas, I'm trying to get setDumpfile working with the java libshout bindings. I am calling shout_set_dumpfile(shout,char*) after specifying the port, host, mount and password, yet, the dumpfile is not created on the server side. To be more specific, I'm trying this: bin/streamAdmin -d /tmp/test.mp3 -h streams.benow.ca -p 80 -P pass -m /benow which sets the dumpfile to be /tmp/test.mp3
2004 Aug 06
2
libshout 2.0 released
Hi all, I've just released libshout 2.0. This is the official release, not a beta. Thanks to all the testers who provided feedback during the beta period. http://icecast.org/files/libshout/libshout-2.0.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6, as well as bug fixes relative to libshout 1. Ogg and Vorbis are now prerequisites. Changes since beta 3: * Minor
2004 Aug 06
2
libshout 2.0 released
Hi all, I've just released libshout 2.0. This is the official release, not a beta. Thanks to all the testers who provided feedback during the beta period. http://icecast.org/files/libshout/libshout-2.0.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6, as well as bug fixes relative to libshout 1. Ogg and Vorbis are now prerequisites. Changes since beta 3: * Minor
2004 Aug 06
0
dumpfile with libshout2/icecast2
On Wednesday 10 March 2004 06:56, Andrew Taylor wrote: > Heyas, > > I'm trying to get setDumpfile working with the java libshout bindings. > I am calling shout_set_dumpfile(shout,char*) after specifying the port, > host, mount and password, yet, the dumpfile is not created on the server > side. To be more specific, I'm trying this: > > bin/streamAdmin -d
2004 Aug 06
1
dumpfile with libshout2/icecast2
Thanks for the reply, Mike. Is there currently any way to accomplish the same thing (ie, recording of a dumpfile for a mount for a given duration) with icecast2 as it stands? Perhaps through the admin interface, or via a config change and reload? I'm surprised this feature has not been more requested, it would certainly be welcome here. If not, no biggie, I could just use a local
2004 Aug 06
1
solaris 2.7 libshout error
Has anyone seen this issue before on solaris 2.7. I keep getting this error for libshout when trying to compile the example. root#[/usr/local/src/libshout-1.0.9/example]#gcc -lshout -o test example.c Undefined first referenced symbol in file socket /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2/../../../libshout.so recv
2004 Aug 06
1
patch file submission: libshout sock.c
Hello icecast dev, Would like to resubmit a patch to libshout's sock.c that is needed for happy compilation on MacOSX. This is the libshout patch that fixes sock.c's dependency upon poll.h. It replaces the poll function, which isn't found in MacOSX, with the more universally unix friendly select() call. Apply as follows: * save the attached patch file into the directory above
2012 May 25
2
libshout-2.3.1 release with Opus support
All, I've made a new release of libshout. Greg Maxwell contributed support for the Opus audio codec (opus-codec.org). Tested with gstreamer and oggfwd as source clients, and playback with Firefox Nightly and 'curl | opusdec'. Thanks, Greg. There are no other updates; in particular webm streaming still requires the caller limit the send rate. The source package is available: -
2004 Aug 06
2
Some diffs to libshout for MacOSX
Resubmission of patches with curteous nods from the MusicKit Project... - SKoT ----- Original Message ----- From: "Stephen Brandon" <stephen@brandonitconsulting.co.uk> To: <icecast-dev@xiph.org> Sent: Wednesday, January 16, 2002 1:26 PM Subject: [icecast-dev] Some diffs to libshout for MacOSX <p>> Hi, > > I'm part of a project developing the open source
2004 Dec 07
1
Help: compiled libshout under win32
I want to use libshout under my win32 app (in Python) and download shout-python-1.0.tar.gz and libshout-2.0.tar.gz but I can not compile libshout into binary. It seems a unix-only project and there is no .dsp file for Visual Studio. Can anyone tell me how to compile libshout under win32 platform? Or send me a compiled version (a python binary dist will be better)? Thanks in advance.
2004 Aug 06
2
Some diffs to libshout for MacOSX
Brendan, Thanks for applying these patches - that's great. We're about to release the latest version of our SndKit frameworks, which require libshout to be installed in order to compile. Up until now we have provided the set of patches that we sent to you, and instructed people to download the iceS-0.2.2 package, apply the patches, and compile from there. What we'd prefer though
2004 Aug 06
3
Problem with ices on OpenBSD 2.9 w/ Icecast 1.3.10
From: "Brendan Cully" <brendan@icecast.org> > Sorry Nick, I lost your last mail. One last thing, did you make clean > && make? The dependencies are not generated properly for ices, so even > if libshout got rebuilt it might not have been relinked. There's no other libshout on the system. Have rebuilt from scratch and it still exhibits the timing problems.
2004 Aug 06
1
Patches to libshout for MinGW support
Hello all, I have enclosed a set of patches to enable compilation of libshout (from the CVS head) on a Win32 MinGW 3.1.0 system. I can supply other diff formats if my patches are troublesome to use. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: libshout.patch Type: application/octet-stream Size: 4487 bytes Desc: libshout.patch Url :
2015 Nov 17
2
Release: libshout 2.4.0
Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817
2015 Nov 17
2
Release: libshout 2.4.0
Good evening, I'm very proud to announce the Release 2.4.0 of libshout. It has been a long time since the last libshout release as work focused mostly on Icecast2 itself. However we're very pleased to release the next version of libshout with many new features and fixes. The highlights on the new feature list: * We added full TLS support (HTTPS). This includes both RFC2817
2008 May 22
1
libshout : how to detect network connection lost
I noticed the same problem in the Perl wrappers since many years ago. I ended up wrapping the libshout portion of the perl code in an eval/alarm to detect the hang and restart the libshout thread as needed. -- Randy Fast Serv Networks, LLC > Message: 1 > Date: Thu, 22 May 2008 10:14:50 +0200 > From: "tech at viewsurf" <tech at viewsurf.com> > Subject:
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there: https://github.com/mstorsjo/fdk-aac offers pretty good quality. As for libshout, I do not think that it is currently posible to send AAC data using it. First, libshout doesn't have support to buffer and control timing of data sent. And even is you use the un-timed API (shout_send_raw), the library cannot set the proper mime type, due to a