search for: format_ogg

Displaying 20 results from an estimated 26 matches for "format_ogg".

Did you mean: format_long
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
...------------------------------------------------------------ > > _______________________________________________ > Icecast-dev mailing list > Icecast-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-dev -------------- next part -------------- diff -aur icecast-2.3.1/src/format_ogg.c icecast-2.3.1-modified/src/format_ogg.c --- icecast-2.3.1/src/format_ogg.c 2005-08-19 04:01:58.000000000 +0200 +++ icecast-2.3.1-modified/src/format_ogg.c 2007-03-26 23:24:51.000000000 +0200 @@ -184,12 +184,17 @@ void format_ogg_free_plugin (format_plugin_t *plugin) { ogg_state_t *state =...
2009 Jun 21
0
Sources can't connect to my server
...0 > [2009-06-17 17:50:09] DBUG connection/connection.c source is ready to > start > [2009-06-17 17:50:09] DBUG fserve/fserve.c Adding client to 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-...
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,
2006 Apr 01
2
compiling 2.3.1
...`/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 > 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...
2006 Apr 01
0
compiling 2.3.1
...ecast-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 >> 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...
2008 Apr 29
2
Caching current events for new listeners
...ot really codec aware > but they do notice a change in headers. Yes, but that's the problem I'm facing: - if I keep them in the codec specific struct (which is what I'm doing now), I can't request them when a new listener connects, as I don't know when this happens from the format_ogg.c code - if I keep them (and update them as streaming goes on) in the headers list, then send_ogg_headers will continuously stream them out, but I don't want that since that'll get pushed to all listeners, and they'll have already gotten those as normal streaming progresses. Cheers
2005 May 10
2
Problem compiling Icecast on RedHat
...e less) and then fails. The last few lines of the make output are appended 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_k...
2020 Oct 07
2
[PATCH] add with-openssl option
...e/build/build_dir/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/usr/lib -L/home/build/build_dir/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/lib -znow -zrelro -o libshout.la -rpath /usr/lib shout.lo util.lo queue.lo connection.lo proto_http.lo proto_xaudiocast.lo proto_icy.lo proto_roaraudio.lo format_ogg.lo format_webm.lo format_mp3.lo codec_vorbis.lo codec_opus.lo tls.lo common/net/libicenet.la common/timing/libicetiming.la common/avl/libiceavl.la common/httpp/libicehttpp.la common/thread/libicethread.la -L/home/build/build_dir/staging_dir/target-mips_24kc_musl/usr/lib -L/home/build/build_dir/st...
2012 Feb 09
2
Icecast WebM Support Patch Second Edition
...pers Attached is a newer Icecast WebM support patch for Icecast SVN, there is simply aesthetic changes. Whitespace has been altered to match Icecast project style, some functions have been renamed and moved around. Some discussion. The format_ebml.c file lines 0-296 operates much the same as the format_ogg.c file does. It uses a parsing library api to feed in and pull out bytes via the _get_buffer function. In the case of Ogg this is of course libogg, in the case of ebml, the "parsing library" consists of the functions below line 296. This mini-included library comes from some debugging cod...
2012 Feb 09
2
Icecast WebM Support Patch Second Edition
...pers Attached is a newer Icecast WebM support patch for Icecast SVN, there is simply aesthetic changes. Whitespace has been altered to match Icecast project style, some functions have been renamed and moved around. Some discussion. The format_ebml.c file lines 0-296 operates much the same as the format_ogg.c file does. It uses a parsing library api to feed in and pull out bytes via the _get_buffer function. In the case of Ogg this is of course libogg, in the case of ebml, the "parsing library" consists of the functions below line 296. This mini-included library comes from some debugging cod...
2005 Nov 11
0
[PATCH] icecast video preview 2
...= "Theora"; +#ifdef WITH_PNG + theora_info *ti = &theora_codec->ti; + init_video_preview(ogg_info->mount, ti->width, ti->height, ti -> offset_x, ti -> offset_y , &theora_codec -> video_preview); + theora_codec -> frame_count = -1; +#endif + format_ogg_attach_header (ogg_info, page); ogg_info->codec_sync = codec; return codec; Index: src/format_theora.h =================================================================== --- src/format_theora.h (revisione 10365) +++ src/format_theora.h (copia locale) @@ -14,6 +14,7 @@ #ifndef __FORMA...
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 Aug 06
2
developpement flac avec Icecast
Bonjour, Actuellement en 4ème année en ecole d'ingénieur, nous avons a developper une application de streaming capable de gérer le format Flac. Pour cela, nous avons repris les sources de Icecast et du streamer Ices. Mais devant la difficulté de la manipulation de la librairie Flac en tant que tel, nous avons choisi d'utiliser la technologie Ogg pour transporter le flux audio flac.
2020 Oct 07
1
[PATCH] add with-openssl option
...mips_24kc_gcc-8.4.0_musl/usr/lib > > -L/home/build/build_dir/staging_dir/toolchain-mips_24kc_gcc-8.4.0_musl/lib > > -znow -zrelro -o libshout.la -rpath /usr/lib shout.lo util.lo > > queue.lo connection.lo proto_http.lo proto_xaudiocast.lo proto_icy.lo > > proto_roaraudio.lo format_ogg.lo format_webm.lo format_mp3.lo > > codec_vorbis.lo codec_opus.lo tls.lo common/net/libicenet.la > > common/timing/libicetiming.la common/avl/libiceavl.la > > common/httpp/libicehttpp.la common/thread/libicethread.la > > -L/home/build/build_dir/staging_dir/target-mips_24kc...
2005 May 10
0
Problem compiling Icecast on RedHat
...if the compile/link fails then I'm surprised you managed to get anything 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_k...
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/icecast/src/format_vorbis.c:158: undefined reference to `make_refbuf_with_page' Any assistance would be appreciated. -- John Covici covici@ccs.covici.com
2008 Apr 29
0
Caching current events for new listeners
ogg.k.ogg.k at googlemail.com wrote: > - if I keep them in the codec specific struct (which is what I'm doing now), > I can't request them when a new listener connects, as I don't know when > this happens from the format_ogg.c code > > - if I keep them (and update them as streaming goes on) in the headers list, > then send_ogg_headers will continuously stream them out, but I don't want > that since that'll get pushed to all listeners, and they'll have already gotten > those as normal streami...
2008 Apr 28
2
Caching current events for new listeners
Hi, I'm trying to work out how one would go about caching "interesting" packets from a stream to be sent to newly connecting listeners. At the moment, for, eg, Theora and Vorbis, the only interesting packets are the recent ones (up to a keyframe for theora), but, in my case, I can have old packets be still active while newer packets are obsolete, as packets are sorted by their