Displaying 20 results from an estimated 4000 matches similar to: "libshout API change needed?"
2004 Aug 06
0
libshout API change needed?
On Wednesday 02 July 2003 08:33, Brendan Cully wrote:
> (I think this may have come up before and then gotten dropped.)
>
> libshout may need two additional API methods: libshout_init and
> libshout_shutdown.
>
> libshout itself currently has no use for these functions, but they
> would be used to call the init and shutdown hooks in the net
> library. When this library is
2004 Aug 06
2
Call for testing: libshout 2.0 beta 1
On Thursday, 19 June 2003 at 02:17, Arc wrote:
> On Wed, Jun 18, 2003 at 09:20:23PM -0400, Brendan Cully wrote:
> > Libshout 2.0, the icecast 2 compatible streaming library, is now in
>
> did you resolve the return value issue that was addressed before?
what return value issue?
> also, and I dont know if this should be release-dependent, but I'd
> really like to see
2004 Aug 06
2
libshout CVS update notice
Due to a minor reorganization of the CVS tree, cvs update of libshout
will fail on the m4 directory. Either do a fresh checkout or remove
your m4 directory and check out cvs.xiph.org:/usr/local/cvsroot m4 in
its place.
ices (0 and 2) and icecast may be going through the same process
soon. I'll let you know when it happens.
-b
--- >8 ----
List archives: http://www.xiph.org/archives/
2004 Aug 06
2
Call for testing: libshout 2.0 beta 1
Hi all,
Libshout 2.0, the icecast 2 compatible streaming library, is now in
beta. You can find it at
http://xiph.org/~brendan/beta/libshout-2.0b1.tar.gz
Please build and test it on as many platforms as possible, so that we
can do an official release in the very near future. There are no known
issues, but it has only been tested on a few platforms (recent linux,
solaris, freebsd and Mac OS X
2004 Aug 06
2
Call for testing: libshout 2.0 beta 1
Hi all,
Libshout 2.0, the icecast 2 compatible streaming library, is now in
beta. You can find it at
http://xiph.org/~brendan/beta/libshout-2.0b1.tar.gz
Please build and test it on as many platforms as possible, so that we
can do an official release in the very near future. There are no known
issues, but it has only been tested on a few platforms (recent linux,
solaris, freebsd and Mac OS X
2004 Aug 06
3
perl libshout
Hi,
I've just completed a conversion of the perl Shout-1.0 library
to something that will talk to an icecast2 server. I'll be submitting
the results for inclusion back to the icecast site.
One thing is missing: proper metadata support.
this feature has changed since icecast 1; previously it was a
single string. now, it's a linked list of key/value pairs.
2004 Aug 06
1
Experimental python bindings for libshout 2
I've written a first draft of python bindings for libshout 2:
http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz
Comments welcome. I've never written a python extension before so I'm
sure there's plenty of room for improvement. But it works for me.
-b
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To
2004 Aug 06
1
Experimental python bindings for libshout 2
I've written a first draft of python bindings for libshout 2:
http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz
Comments welcome. I've never written a python extension before so I'm
sure there's plenty of room for improvement. But it works for me.
-b
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To
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
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.
2005 Jul 13
5
build libshout and icecast under Windows
Hi folks, I'm kinda new on the list.
I've been trying to build libshout 2.1 and then
icecast 2.2.0 under Windows, using Visual Studio 7.0
(.net), but had lots of problems.
I've fetched needed packages including curl, iconv,
libxml2, libxslt, org, pthreads, theora, but I still
cannot find "implement.h", and the build reports
errors at linking such as "invalid or
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
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 Aug 06
1
libshout-java 0.2 released
Hello,
A quick note to inform you all of the release of libshout-java v0.2.
libshout-java are java bindings for libshout, allowing java applications
to reliably stream to icecast2 servers. It has been working well for
the past couple months and is now supported under FreeBSD.
libshout-java may be downloaded from:
http://benow.ca/index?page=project&project=libshout-java
Andrew Taylor
(PS
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
error with libshout
can't find help on this anywhere!
using ice get error message from ice:
[ ices]$ bin/ices -F ~uo/dilated.txt -P *****
Logfile opened
Mounted on http://127.0.0.1:8000/ices
Playing /export/mp3/My Music/Rawkus/Lyricist Lounge 2/Dilated Peoples -
Right and Exact.mp3
Error during send: Libshout reported send error, disconnecting: Libshout
socket error.
Mounted on http://127.0.0.1:8000/ices
Ices
2019 Jun 05
2
Release of libshout 2.4.3
Good morning,
we're happy to announce the release of libshout 2.4.3. The new version
includes several fixes as well as improvements.
Major changes:
* Fixed building with OpenSSL 1.1.0.
* Fixed static building with OpenSSL.
* Added support for PUT.
* Added support for WebM and Matroska with full timing.
* Added support to inspect the full server?s TLS certificate
2019 Jun 05
2
Release of libshout 2.4.3
Good morning,
we're happy to announce the release of libshout 2.4.3. The new version
includes several fixes as well as improvements.
Major changes:
* Fixed building with OpenSSL 1.1.0.
* Fixed static building with OpenSSL.
* Added support for PUT.
* Added support for WebM and Matroska with full timing.
* Added support to inspect the full server?s TLS certificate
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