Displaying 2 results from an estimated 2 matches for "shout_queuelen".
2005 Feb 19
0
libshout 2.1 released
...t go ahead and drop the new version of
libshout, libshout 2.1.
New features:
* nonblocking I/O: call shout_set_nonblocking(1) before
shout_open. If the socket is busy, your data will be queued until
the next time libshout attempts a write. The current queue length
in bytes is visible through shout_queuelen().
* theora (alpha4) support.
And some bugs were fixed, particularly one that caused the strange
shout_send error SHOUT_SUCCESS.
It should be ABI-compatible with libshout 2.0.
Find it at http://downloads.xiph.org/releases/libshout/
along with updated perl and python bindings (Shout-2.1 and
shout...
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: