search for: shout_set_format

Displaying 5 results from an estimated 5 matches for "shout_set_format".

2004 Dec 31
2
Live streaming from Mac OS X
Hi Geoff! Thanks for ur reply Is there a way to tell icecast that the stream is mp3 ? Mac OS X has another way of live streaming using Quicktime Broadcaster, however, i am not able to make it work with MPlayer2. It works file with a quicktime client. There seems to be some issues with the SDP files that Quicktime creates for playing the audio and mplayer. Nicecast is kindof exactly what i
2004 Aug 06
1
can't compile ices 2 on ppc
...vorbis.so -lm /usr/lib/libvorbisenc.so /usr/lib/libshout.so -lpthread stream.o: In function `ices_instance_stream': stream.o(.text+0x88): undefined reference to `shout_new' stream.o(.text+0x88): relocation truncated to fit: R_PPC_REL24 shout_new stream.o(.text+0x9c): undefined reference to `shout_set_format' stream.o(.text+0x9c): relocation truncated to fit: R_PPC_REL24 shout_set_format stream.o(.text+0xac): undefined reference to `shout_set_protocol' stream.o(.text+0xac): relocation truncated to fit: R_PPC_REL24 shout_set_protocol stream.o(.text+0xc8): undefined reference to `shout_set_host...
2006 Jan 12
0
libshout and mp3 streaming?
...server via libshout-2.1. Everything works fine as long as i send ogg's to the icecast server. libshout as well as icecast do not report any errors. what might be the problem? my code looks like this: shout_init() shout_set_host(...) shout_set_password(...) shout_set_mount(...) shout_open() shout_set_format(...) while( !feof(infile) ) { shout_delay(...) shout_send(...) } i noticed that when sending ogg's shout_delay() does delay the sending .. but with mp3 files it doesnt - the whole file gets streamed to the icecast server in a very short period. thanks in advance. Regards, Christi...
2005 Jan 01
2
Live streaming from Mac OS X
...On Dec 31, 2004, at 6:00 PM, Geoff Shang wrote: Dwipal Desai wrote: > Is there a way to tell icecast that the stream is mp3 ? Well, now that I look at it, example.c is the one assuming that it's vorbis. You may be able to get away with changing line 51 which currently reads: if (shout_set_format(shout, SHOUT_FORMAT_VORBIS) != SHOUTERR_SUCCESS) { Note that this is from the 2.0 tarball, there may be newer code, not sure. Anyway, editing that line may work, don't know. Didn't know that nicecast wasn't open source, didn't look that much into it. Geoff. -- Geoff Shang...
2013 Jun 25
3
Streaming AAC with libshout?
On 06/24/2013 06:27 PM, Thomas R?cker wrote: > Just going to drop my 0,02? here too. > > On 24 June 2013 16:47, Daniel James <daniel.james at sourcefabric.org> wrote: >> Hi Greg, >> >>> The open source AAC/HE-AAC encoders offer pretty poor audio quality. >>> Sometimes you really do get what you pay for, and this is a perfect example. >> An