Wild Karl-Heinz
2004-Aug-06 14:23 UTC
[icecast] Stream optimization and file recording ...
Hello, I'm useing freebsd 5.2.1 with icecast 2.0 and darkice 0.8 with a radiocard from avermedia 206 and a cmedia soundcard. i't works fine! just four points. 1. the ogg with vbr and a quality of 0.6 has a high tone in it. is there a known reason for? 2. filerecording works fine but how can i make every hour a new file without breaking the stream for listener? i thought about a signal like usr1 or anything else 3. is there anything in my configuration that can be optimized :-) 4. is there a tool for recording a stream with freebsd i'd like to build an archive thanks Karl-Heinz ps: my configuration [general] duration = 0 bufferSecs = 20 [input] device = /dev/dsp sampleRate = 44100 bitsPerSample = 16 channel = 2 [icecast2-0] bitrateMode = vbr format = vorbis quality = 0.5 server = 172.16.0.15 port = 8000 password = xxx mountPoint = live.ogg sampleRate = 22050 channel = 2 [icecast2-1] bitrateMode = abr format = mp3 bitrate = 48 server = 172.16.0.15 port = 8000 password = xxx mountPoint = live sampleRate = 22050 channel = 1 [file-0] format = vorbis bitrateMode = abr bitrate = 48 fileName = /tmp/save.ogg <p><p>--- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hello, I've been reading up and it doesn't look like there's a way to send a chrooted icecast logs to syslog. Given this i was wondering if anyone had got newsyslog to do log rotations on the icecast logs? Also, does anyone have a FreeBSD specific startup script? Thanks. Dave. --- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Not sure about the log rotation, but for a startup script on freebsd you could add the line in your /etc/rc.local file /path/to/icecast/binary -c -b /path/to/config/file > /dev/null 2>&1 & <p>Dave St John Mediacast1 Administration Need Support ? http://mediacast1.com/helpdesk ----- Original Message ----- From: "dave" <dmehler26@woh.rr.com> To: <icecast@xiph.org> Sent: Thursday, April 01, 2004 11:49 PM Subject: [icecast] log file rotation and startup script <p>> Hello,> I've been reading up and it doesn't look like there's a way to send a > chrooted icecast logs to syslog. Given this i was wondering if anyone had > got newsyslog to do log rotations on the icecast logs? Also, does anyone > have a FreeBSD specific startup script? > Thanks. > Dave. > > --- >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@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>--- >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@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.