Displaying 20 results from an estimated 800 matches similar to: "is this an appropiate use of icecast/libboost?"
2004 Dec 27
2
Speex support?
On Mon, 2004-12-27 at 02:48, Robby Dermody wrote:
> Is Ogg Speex streaming support planned for icecast? I didn't see mention
> of speex support for it anywhere (including the source). Looking through
> the source, it looks like such support would be somewhat trivial for
> someone that knew what they were doing. Would I be correct in my
> assumption that the easiest way to do
2004 Sep 16
2
Question about granulepos in packets
I've got a question about the granulepos in speex packets.
>From the speex manual (http://www.speex.org/manual2/node7.html#SECTION00073000000000000000):
>The third and subsequent packets each contain one or more (number found in header) Speex frames. These are identified with packetno starting from 2 and the granulepos is the number of the last sample encoded in that packet.
In
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe
and a xsl typo.
Best regards :)
kysucix
--
Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in
status.xsl.
I just added a:
<video-preview>1</video-preview>
parameters in icecast.xml.in that control the previewing function.
It encodes a png in $webroot/$mountname.tmp and then move it to
$webroot/$mountname.png
As for now it saves a frame every theora keyframe, which is probably
too heavy for the server but
2004 Dec 27
2
Speex support?
On Mon, 2004-12-27 at 14:05, Geoff Shang wrote:
> Karl Heyes wrote:
>
> > speex can be added easily enough, I already have it in my branch. I
> > haven't had any feedback on it yet although the processing of it is very
> > trivial.
>
> ah but is there anything with which to stream it? I don't know of anything
> (e.g. ices) with speex support, and am not
2009 Jun 18
4
Sources can't connect to my server
I have IceCast 2.3.1 running on Window XP SP3 as a windows service.
My computer is behind a d-link router, and the router is configured to
pass through to port 8000 on my computer.
On the same computer I am running WinAmp with an oddcast dsp and
streaming work fine, people beyond my router can listen no problem.
I also have a laptop running Windows Vista SP2 with WinAmp and a Spacial
dsp,
2004 Jun 22
3
which is more appropiate for a ciber-cafe LAN ?
Jim diGriz''s QoS Script ?
http://www.digriz.org.uk/jdg-qos-script/
FairNat ?
http://www.metamorpher.de/fairnat/
other ??
bests
andres
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 Mar 15
2
Logging album info for ogg-vorbis
Hi, i just joined the list. I was wondering if anyone would be interested
in a change to icecast that logs album info as well as ARTST and TRACK. I
have made the changes to the source code and it's working fine. If there
is any interest, I could look into making it an addition to the code.
Let me know.
thanks,
--
Aaron
-------------- next part --------------
An HTML attachment was
2004 Dec 22
1
errors compiling with svn as of today
Hi. I just checked out the latest icecast from svn and I am now
getting errors in format_vorbis.c amoung which are the following:
Note: These were detected at link time.
format.o(.text+0x9d): In function `format_get_plugin':
/usr/src/icecast/src/format.c:69: undefined reference to
`format_ogg_get_plugin'
format_vorbis.o(.text+0x296): In function `get_buffer_audio':
2006 Aug 17
2
Creating function name from variables..
I have a situation where I have a number of fields and a rating for the
field. So, in a DRY way, this works fine:
<%= [''abc'', ''def'', ''klm''].each do |e| %>
<tr><td><%= @result[e] %></td>
<td> <%= @result[e+''rating''] %></td>
</tr>
<% end %>
Now, I
2005 Nov 11
0
[PATCH] icecast video preview 2
hem here it is the patch. ;)
bye
kysucix
-------------- next part --------------
Index: conf/icecast.xml.in
===================================================================
--- conf/icecast.xml.in (revisione 10365)
+++ conf/icecast.xml.in (copia locale)
@@ -62,6 +62,7 @@
<port>8001</port>
</listen-socket>
-->
+
2004 Sep 05
3
ChanSpy by anthm and more...
Everyone we have a few new things to give back to the asterisk community.
http://bugs.digium.com/bug_view_page.php?bug_id=0002379
http://bugs.digium.com/bug_view_page.php?bug_id=0002380
http://bugs.digium.com/bug_view_page.php?bug_id=0002381
These include app_chanspy, the ability to spy on ANY bridged call taking
place inside asterisk. NOT just ZAP as with ZapScan/Barge.
Native format_* files
2004 Sep 16
0
Question about granulepos in packets
Hi Owen,
The granulepos is only available on a per-page basis (otherwise it would
take up too much space). You can probably see how to use it by looking
at speexdec.c
Jean-Marc
On jeu, 2004-09-16 at 23:19 -0700, Owen wrote:
> I've got a question about the granulepos in speex packets.
>
> >From the speex manual
2006 Apr 01
2
compiling 2.3.1
I'm trying to get icecast 2.3.1 compiled on a slackware 10.0 box. I've
successfully compiled the libshout libraries. Now this is what I got
after a make
in the source dir:
> make[3]: Entering directory `/tar_archive/icecast-2.3.1/src'
> /bin/sh ../libtool --mode=link gcc -pthread -g -O2 -L/usr/local/lib
> -o icecast cfgfile.o main.o logging.o sighandler.o connection.o
2015 Jun 24
2
Change fallback mount file automatically?
Oh -- then I did not understand the documentation.
fallback-mount
This optional value specifies a mountpoint that clients are
automatically moved to if the source shuts down or is not streaming at
the time a listener connects. Only one can be listed in each mount and
should refer to another mountpoint on the same server that is streaming
in the _same streaming format_.
I was thinking that
2004 Aug 06
1
bug in cvs version of icecast2?
Hi!
I found out that icecast will crash when trying to stream a title or
artist with % in the name. The cause seems to be in stats.c, line 158
where the text is sent as a format string to vsnprintf. This could
possibly be used for an exploit too. The solution I came up with is
to call stats_event instead of stats_event_args from
format_vorbis_get_buffer in format_vorbis.c. I've included a
2004 Aug 06
2
icecast 2 compatibility with older clients
I've attached a small patch against icecast 2 which converts ice-
headers to icy- headers for clients that include icy- headers in their
request. This allows a few clients (notably xmms) to pick up stream
info they otherwise miss.
-b
-------------- next part --------------
Index: src/format.c
===================================================================
RCS file:
2004 Aug 06
2
icecast status page -status.xsl
So I point my browser to
http://206.168.174.48:8000/status.xsl
Looking at the xsl doc status.xsl I some some nice variables I can
use. For some reason I don't seem to be able to pull out the comment
tag from the ogg file. I used to easytag to add this so i know it
exists.
These appear to work
<xsl:value-of select="artist" /> -
<xsl:value-of select="title"
2005 Sep 06
1
speex-problem
Witam!
I have a question about speex. how to prepare wave file to use with
sample code that is on your site:
http://www.speex.org/manual2/node12.html .
If u can please answer me soon.
--
Pozdrawiam
Marcin Sliwa mailto:marcin_sl@wp.pl
2006 Jun 10
1
[PATCH] bug in sample code sampledec.c
Hi
there is a small bug in the sample code 'sampledec.c' here:
http://www.speex.org/manual2/node12.html#SECTION000121000000000000000
it is trying to destroy the encoder of the "decoder" state, this
patch should fix it:
Index: doc/sampledec.c
===================================================================
--- doc/sampledec.c (revision 11555)
+++ doc/sampledec.c