Displaying 20 results from an estimated 10000 matches similar to: "Shout: "couldn't connect""
2014 Jul 18
2
python-shout 0.2.1 with icecast 2.4.0 segfaults
Hi there,
I am trying to use python-shout 0.2.1 to broadcast to a icecast 2.4.0
server, which result in a segmentation fault and I can't understand why. Is
anyone else experiencing this problem?
Here is the config that I use with icecast 2.4.0.
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
2004 Aug 06
2
Is the list alive?
At 13:44 31-10-2002, Michael Smith declared:
>At 01:18 PM 31/10/2002 +0100, you wrote:
> >And more importantly (for me) - Can I ask question about Shout.pm?
>Yes. And yes, you can ask questions, but you should just do so - not
>waste time asking if you can do so. This doesn't (either way) guarantee
>anyone will be able to give you useful answers, but you should try
2006 Jan 25
2
shout python
Hi,
I discovered shout-python.
I use it to straem theora to an icecast server.
But works quite right except some times, it hangs, with no reasons.
I built it against libshout 2.2
The server i an IceCast 2.3.1
I have some notes:
The stream type, in the example could be vorbis | mp3.
Wouldn't it be the time to change it to ogg | mp3? As well as theora can
be in a ogg.
Is there any known
2014 Jul 21
1
python-shout 0.2.1 with icecast 2.4.0 segfaults
Hi there,
that really seems to be the issue here. I've quickly created a new sdist
package for python-shout and installed it with the diff applied into my
virtual environment and the broadcasting seems to work just fine again.
So I can confirm this to solve the issue. Hopefully they accept Bug Fixes
fast so everyone could profit from this.
Thanks
On Mon, Jul 21, 2014 at 2:49 PM,
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 Nov 17
2
ices-2.0.0 compile problems
Hi
Running ./configure --prefix=/whatever I got stuck with
checking for pkg-config... /usr/bin/pkg-config
checking shout/shout.h usability... no
checking shout/shout.h presence... no
checking for shout/shout.h... no
configure: error: must have libshout installed!
Having edited configure line 20056 and changed shout/shout.h to
/usr/include/shout.h , I run into the next problem:
2004 Nov 17
2
ices-2.0.0 compile problems
Jeremy Bierbach wrote:
Hi Jeremy
> It seems likely to me that you still have libshout 1.x installed.
No, it's not that.
# rpm -q libshout
libshout-2.0-1.dag
# rpm -q libshout-devel
libshout-devel-2.0-1.dag
It's the half-hard-coded shout/shout.h path in the source. Since
libshout is installed by rpm in /usr/include, the path will never
match. Even if
2004 Aug 06
1
Is the list alive?
At 02:34 02-11-2002, you wrote:
> >LD_RUN_PATH="/usr/lib" gcc -shared -L/usr/local/lib Shout.o -o
> >blib/arch/auto/Shout/Shout.so -lshout
> >/usr/bin/ld: cannot find -lshout
>You need the actual (native) libshout, as well - then Shout.pm can
>use it for the low-level streaming. Just install that where your
>linker can find it, and it should work.
I had
2005 Jan 18
1
libshout error with pthread_mutex_init using Shout.pm
Any idea what might cause this error to happen on a
FreeBSD 4.9 machine trying to use Shout.pm with perl 5.8.5
?
/usr/libexec/ld-elf.so.1: /usr/local/lib/libshout.so.3:
Undefined symbol "pthread_mutex_init"
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
thnks for the clarfication.
I downloaded libshout2 and ices-0.2 from cvs. I compiled libshout with out a problem but when i try
and compile ices I get the following error:
<p><p>checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
checking shout/shout.h usability... yes
checking
2006 Jan 25
2
shout python
On Wed, 2006-01-25 at 12:38, Daniel Holth wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Rakotomandimby Mihamina wrote:
>
> > Hi,
> >
> > I discovered shout-python. I use it to straem theora to an icecast
> > server. But works quite right except some times, it hangs, with no
> > reasons. I built it against libshout 2.2 The server i an
2005 Jan 04
1
Shout Multiple Mount Problem
Hello,
I am running Icecast (v 1.3.12) and Shout on a Mandrake machine. I run
Shout twice on 2 different mounts. I check and see that there are 2
Shout processes running. However, I can only listen to the content on
the first mount (default mount) even if I type in the url for the second
mount.
I don't know what other information I can provide here.
Thank you.
-------------- next part
2004 Aug 06
2
No library found for -lshout
OS: OpenBSD 3.1
perl 5.6.1
libshout-1.0.9
Shout-1.0
Whatever I do, I cannot get Shout to see the libshout so. I'm pretty sure this is an ld problem but:
bash-2.05# ldconfig -r | grep shout
72:-lshout.2.2 => /usr/local/lib/libshout.so.2.2
orry if I'm missing something simple...happy monday.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2004 Aug 06
1
Patch to add User-Agent to libshout
Just a nifty thing to have for icecast server access logs... diff
against CVS HEAD is attached.
<p>
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.65
diff -u -r1.65 configure.in
--- configure.in 13 Jul 2003 16:36:37 -0000 1.65
+++ configure.in 21 Jul 2003 04:20:22 -0000
@@
2004 Aug 06
3
BUG: page-aligned data in libshout
I've spent three days tracking this bug down.. I have yet to find how to
fix it in the code, tho I do have a workaround which proves the nature
of the bug. Sorry for the somewhat-overkill nature of explaining this
bug, but some people have been doubting it so I'm going to give the
evidence nessesary to prove the nature of it.
If you send page-aligned data to libshout (via shout_send) it
2004 Aug 06
3
BUG: page-aligned data in libshout
I've spent three days tracking this bug down.. I have yet to find how to
fix it in the code, tho I do have a workaround which proves the nature
of the bug. Sorry for the somewhat-overkill nature of explaining this
bug, but some people have been doubting it so I'm going to give the
evidence nessesary to prove the nature of it.
If you send page-aligned data to libshout (via shout_send) it
2004 Aug 06
2
IceS compiling problems
I have serious problems to compile IceS on a debian (woody), kernel 2.4.18.
I have to say the configure script does not find anything...
- I installed libshout and libshout-dev downloaded drom the icecast site. I
have shout.h :
0:33 root@radiopi2 /usr/include/shout# ls
shout.h
Yet configure gives me this :
~/sources/ices-0.2.2% ./configure --with-libshout=/usr/include
checking for
2004 Aug 06
1
libshout headers
libshout 2.0 install its header file in /usr/include, whereas ices looks for
/usr/include/shout/shout.h. Either one or the other should get fixed.
[guillomovitch@klama guillomovitch]$ rpm -ql libshout3-devel | grep .h$
/usr/include/shout.h
[guillomovitch@klama guillomovitch]$ rpm -ba rpm/SPECS/ices.spec
[..]
checking shout/shout.h usability... no
checking shout/shout.h presence... no
checking
2004 Aug 06
1
FW: Problem with ezstream
Hello Guyz,
I am facing a problem while trying to compile ezstream 0.1.2.
First some information about my setup:
nsti# uname -a
FreeBSD nsti.localdomain 4.9-RELEASE-p7 FreeBSD 4.9-RELEASE-p7 #0: Thu May
13 21:46:04 IST 2004 prince@nsti.localdomain:/usr/obj/usr/src/sys/NSTI
i386
nsti# pkg_info
BitchX-1.1 "An alternative ircII color client with optional
GTK/GNOME