search for: format_vorbi

Displaying 20 results from an estimated 32 matches for "format_vorbi".

Did you mean: format_vorbis
2009 Jun 21
0
Sources can't connect to my server
...file > serving engine > [2009-06-17 17:50:09] DBUG source/source.c Source creation complete > [2009-06-17 17:50:09] DBUG format-ogg/format_ogg.c releasing header pages > [2009-06-17 17:50:09] DBUG format-ogg/format_ogg.c freeing codecs > [2009-06-17 17:50:09] DBUG format-vorbis/format_vorbis.c checking for > vorbis codec > [2009-06-17 17:50:09] INFO format-vorbis/format_vorbis.c seen initial > vorbis header > [2009-06-17 17:50:09] DBUG format-vorbis/format_vorbis.c processing > incoming header packet (1) > [2009-06-17 17:50:09] DBUG format-vorbis/format_vorbis....
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': /usr/src/icec...
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 Aug 06
1
bug in cvs version of icecast2?
...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 patch below. /Emil Index: format_vorbis.c =================================================================== RCS file: /usr/local/cvsroot/icecast/src/format_vorbis.c,v retrieving revision 1.6 diff -r1.6 format_vorbis.c 144,145c144,145...
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
2007 Mar 26
0
Logging album info for ogg-vorbis
...-2.3.1-modified/src/format_ogg.h 2007-03-26 23:15:51.000000000 +0200 @@ -41,6 +41,11 @@ long bitrate; struct ogg_codec_tag *current; struct ogg_codec_tag *codec_sync; + + char **metadata; + int metadata_count; + int metadata_len; + } ogg_state_t; diff -aur icecast-2.3.1/src/format_vorbis.c icecast-2.3.1-modified/src/format_vorbis.c --- icecast-2.3.1/src/format_vorbis.c 2005-11-30 19:16:17.000000000 +0100 +++ icecast-2.3.1-modified/src/format_vorbis.c 2007-03-26 23:27:23.000000000 +0200 @@ -511,6 +511,8 @@ vorbis_codec_t *source_vorbis = codec->specific; char *comment;...
2006 Apr 01
2
compiling 2.3.1
...ad -g -O2 -L/usr/local/lib > -o icecast cfgfile.o main.o logging.o sighandler.o connection.o > global.o util.o slave.o source.o stats.o refbuf.o client.o xslt.o > fserve.o event.o admin.o md5.o format.o format_ogg.o format_mp3.o > format_midi.o format_flac.o auth.o auth_htpasswd.o format_vorbis.o > net/libicenet.la thread/libicethread.la httpp/libicehttpp.la > log/libicelog.la avl/libiceavl.la timing/libicetiming.la -lvorbis > -L/usr/lib -lxslt -lxml2 -lz -lpthread -lm > gcc -pthread -g -O2 -o icecast cfgfile.o main.o logging.o sighandler.o > connection.o global.o...
2005 Nov 11
0
[PATCH] icecast video preview 2
...er.h connection.h \ - global.h util.h slave.h source.h stats.h refbuf.h client.h \ + global.h util.h slave.h source.h stats.h refbuf.h client.h format.h \ compat.h fserve.h xslt.h yp.h event.h md5.h \ auth.h auth_htpasswd.h auth_url.h \ format.h format_ogg.h format_mp3.h \ - format_vorbis.h format_theora.h format_flac.h format_speex.h format_midi.h + format_vorbis.h format_theora.h format_flac.h format_speex.h format_midi.h \ + video_preview.h icecast_SOURCES = cfgfile.c main.c logging.c sighandler.c connection.c global.c \ util.c slave.c source.c stats.c refbuf.c clien...
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
2006 Apr 01
0
compiling 2.3.1
.../local/lib >> -o icecast cfgfile.o main.o logging.o sighandler.o connection.o >> global.o util.o slave.o source.o stats.o refbuf.o client.o xslt.o >> fserve.o event.o admin.o md5.o format.o format_ogg.o format_mp3.o >> format_midi.o format_flac.o auth.o auth_htpasswd.o format_vorbis.o >> net/libicenet.la thread/libicethread.la httpp/libicehttpp.la >> log/libicelog.la avl/libiceavl.la timing/libicetiming.la -lvorbis >> -L/usr/lib -lxslt -lxml2 -lz -lpthread -lm gcc -pthread -g -O2 -o >> icecast cfgfile.o main.o logging.o sighandler.o connection....
2004 Aug 06
2
icecast cvs patch
This is *nothing* major, just a minor tweak that makes FreeStream's rebroadcast system work smoother. It is a patch for icecast CVS( checked out at 20040505 20:00UTC), That simply adds to format_vorbis.c the ability to read more vorbis_comment information (namely; comment, info and length) Hopefully this can be useful. -- Justin Zeigler, a.k.a. Barbicane (jzeigler@freestream.net) FreeStream Minority Whip (almost sounds important, don't it?) Peace, Love and Procrastination ------------...
2004 Aug 06
0
patch: single-q
...es eg predata/burst. A few other points to raise with this patch which may not be obvious . burst-on-connect would not work due to the fact that the code for placement of new clients is not in. This is be fairly trivial but I avoided it here to focus on the queue side. . format_ogg.[ch] is new. format_vorbis would need to be changed for the queue access, but as theora support maybe added later I created an ogg generic file instead. It has the basic multi-codec bits in although only vorbis is in this patch. Whether per-codec bits should be in separate files is another consideration. . refbuf_queue and...
2011 Apr 29
4
You don't check for malloc failure
...3:43 2011 @@ -532,6 +532,9 @@ /* malloc enough room for a full IP address (including ipv6) */ ip = (char *)malloc(MAX_ADDR_LEN); + if (ip == NULL) { + abort(); + } sock = sock_accept(serversock, ip, MAX_ADDR_LEN); if (sock != SOCK_ERROR) diff -ru icecast-2.3.2-ORIG/src/format_vorbis.c icecast-2.3.2/src/format_vorbis.c --- icecast-2.3.2-ORIG/src/format_vorbis.c Thu Sep 13 00:40:55 2007 +++ icecast-2.3.2/src/format_vorbis.c Thu Apr 28 19:54:26 2011 @@ -401,6 +401,9 @@ plugin->set_tag = vorbis_set_tag; vorbis->bos_page.header = malloc (page->header_len + pag...
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 May 10
2
Problem compiling Icecast on RedHat
...nded below. I'm not even sure what it's actually complaing about. gcc -pthread -g -O2 -o icecast cfgfile.o main.o logging.o sighandler.o connection.o global.o util.o slave.o source.o stats.o refbuf.o client.o format.o format_ogg.o format_mp3.o xslt.o fserve.o event.o admin.o auth.o md5.o format_vorbis.o yp.o -L/usr/local/lib net/.libs/libicenet.a thread/.libs/libicethread.a httpp/.libs/libicehttpp.a log/.libs/libicelog.a avl/.libs/libiceavl.a timing/.libs/libicetiming.a -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lvorbis -L/usr/lib /usr/li...
2004 Dec 25
3
is this an appropiate use of icecast/libboost?
Hi guys, I'm writing an application that will sniff audio streams going across the network and allow a seperate client application to listen into one of these streams. I was looking into ways to distribute the captured stream media to a client for listening, and icecast came to mind. Icecast, as I understand it, is usually used for streaming a few data sources to MANY clients. As I want
2004 Aug 06
0
Building Icecast2 under OpenBSD
...t gmake did the job. Unfortunately, it ended like this: <snip> gcc -O20 -fsigned-char -D_REENTRANT -I/usr/local/include/libxml -I/usr/local/include -I/include -I/include -o icecast config.o main.o logging.o sighandler.o connection.o global.o util.o source.o stats.o refbuf.o client.o format.o format_vorbis.o nt/.libs/libicenet.al thread/.libs/libicethread.al httpp:/.libs/libicehttpp.al log/.libs/libiceclog.al avl/.libs/libiceavl.al timing/.libs/libicetiming.al -lpthread -L/usr/local/lib -lxml -lz -L/lib -lvorbis -logg -lm -R/usr/local/lib -R/usr/local/lib ld: -lpthread: no match collect2: ld returne...
2004 Aug 06
0
icecast status page -status.xsl
...ld be > ><xsl:value-of select="comment"/> > >perhaps ?? > > > > You can't (using the XSL stuff as-is) pull out arbitrary vorbis tag > metadata. Title and artist are pulled out as special cases. > You can add others you want in your local copy in src/format_vorbis.c, > you should be able to do this pretty much by copying-and-pasting. > > Mike > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xip...
2005 May 10
0
Problem compiling Icecast on RedHat
...thing to run. > <fontfamily><param>Courier New</param>gcc -pthread -g -O2 -o icecast cfgfile.o main.o logging.o sighandler.o connection.o global.o util.o slave.o source.o stats.o refbuf.o client.o format.o format_ogg.o format_mp3.o xslt.o fserve.o event.o admin.o auth.o md5.o format_vorbis.o yp.o -L/usr/local/lib net/.libs/libicenet.a thread/.libs/libicethread.a httpp/.libs/libicehttpp.a log/.libs/libicelog.a avl/.libs/libiceavl.a timing/.libs/libicetiming.a -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lvorbis -L/usr/lib /usr/li...