search for: crupp

Displaying 13 results from an estimated 13 matches for "crupp".

Did you mean: cropp
2004 Aug 06
1
Problems with WinAMP and Synchronization
...www.icecast.org/ > To unsubscribe from this list, send a message to > 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. > No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. <p>===== http://www.crupp.de __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a messa...
2004 Aug 06
1
icecast switches to another stream when stream ends
...which ends (i use mpg123), and the stream stops, then i have a break of a few seconds, and then the music continues and i hear stream two. mpg123 does not disconnect. But i want mpg123 to disconnect and to stop completely. Which icecast-option do i have to activate? Thanks Chris ===== http://www.crupp.de __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a...
2004 Aug 06
2
Problems with WinAMP and Synchronization
...will play the same stream synchronized (+/- 0.5 seconds). But after two minutes the notebook is about 2 seconds ahead. Both do have enough processor power, memory, bandwidth etc. I have no explanation for this - any idea? BTW: i am using Icecast 1.3.12. Thanks in advance, Chris ===== http://www.crupp.de __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a messa...
2004 Aug 06
1
Re-2: Newbie-Question
Hmm, I made sure my icecast user has write access (by actually writing sth to the direcotry from the console) but no change there. Still getting the same error-messages -------- Original Message -------- Subject: Re: [icecast] Newbie-Question (22-Sep-2003 11:11) From: crupp@umc-web.de To: d.moritz@edv-partner.com > > > FATAL: could not open error loggin > > FATAL: could not open access loggin > > FATAL: could not start logging > > > > Is there a short documentation anywhere which contains how to set up the > > whole stu...
2004 Aug 06
0
Re-4: Newbie-Question
...cess (by actually writing sth > > to the direcotry from the console) but no change there. > > > > Still getting the same error-messages > > > > -------- Original Message -------- > > Subject: Re: [icecast] Newbie-Question (22-Sep-2003 11:11) > > From: crupp@umc-web.de > > To: d.moritz@edv-partner.com > > > > > >>>FATAL: could not open error loggin > >>>FATAL: could not open access loggin > >>>FATAL: could not start logging > >>> > >>>Is there a short documentation an...
2004 Sep 22
3
copying an ogg stream
dear list, i am trying to write a small program which reads an ogg file and writes it to another ogg file (and changes serial number, granulepos etc on the fly). reading the ogg file is ok (ogg_sync_pageout, ogg_stream_pagein, ogg_stream_packetout). but writing the file doesn't work - the granulepos and page structures don't match with the original file. here's what i am doing.
2004 Aug 06
3
Re-5: Newbie-Question
...> > to the direcotry from the console) but no change there. > > > > > > Still getting the same error-messages > > > > > > -------- Original Message -------- > > > Subject: Re: [icecast] Newbie-Question (22-Sep-2003 11:11) > > > From: crupp@umc-web.de > > > To: d.moritz@edv-partner.com > > > > > > > > >>>FATAL: could not open error loggin > > >>>FATAL: could not open access loggin > > >>>FATAL: could not start logging > > >>> > > >&...
2004 Oct 05
0
Archiving live streams broken down by time.
Hi Marion, Marion Hall wrote: > Is there a way that I can save an archive file by a time span; for > example we have two radio shows that we want to have daily archives on > the website, one that is from 7:30am to 8:00am and one that is from > 3:00pm to 3:30pm. Is there a way that they could be saved with a > different filename each day. Ex. OpenLine093004.ogg for the first
2004 Aug 02
1
cheap way of getting number of frames in an ogg_page?
Hi, i just wonder if there's a cheap way of getting the number of oggVorbis pcm frames in an ogg_page, without actually decoding it? Can i use the granulepos of the page, substract the granulepos of the previous page? is this always guaranteed to work? thanks, Chris
2004 Oct 18
3
ogg_packet -> ogg_page
hi, in my quest to grok ogg i tried to write a small program which extracts ogg_packets, and stuffs them back into ogg pages (which are then written to a file). extracting the packets works fine, but i have problems stuffing them into a new ogg stream. pseudo code: ogg_stream_init(os, serialno) foreach p in packets: ogg_stream_packetin(os, p) // try to extract a page
2004 Apr 13
1
ogg123 streaming bug - cont.
Dear list, a few weeks ago there was a short thread about ogg123 starting to stutter (http://www.xiph.org/archives/vorbis/200403/0043.html) and making static noise after streaming music for more than 3.5 hours. I have a similar problem; i used ices-2.0 to stream a playlist, and after a couple of hours (sometimes just one hour, sometimes 5 to 8 hours) i get noise or stutter. Now one thing i
2004 Aug 06
1
all players stop after some hours
Dear list, i have a test stream running (ices/2.0, icecast/2.0). It streams oggVorbis files (encoded with -q -1, mono) in an endless loop. And no matter which player i try (WinAMP 3, WinAMP 5.03, newest ogg123 from yesterday's CVS) - they all stop playing after a couple of hours. WinAMP just stops, ogg123 sometimes even crashes totally. Ices runs for days without any glitches, but
2004 May 11
2
embedding a lot of vorbis comments
Dear list, i want to embed some meta data in an ogg stream, which contains additional commands for the ogg player like setting the volume, panning etc. I.e. for fading out a song i would send several commands like "set volume to 99%", "set volume to 98%", "set volume to 97%" etc etc. I thought using vorbis comments could be a good idea. But they would be spread