similar to: Akos...Darkice questions

Displaying 20 results from an estimated 300 matches similar to: "Akos...Darkice questions"

2004 Aug 06
0
Akos...Darkice questions
Actually...I think it's because I set it to mono instead of stereo...anyway, is there a way to set the bitsPerSample higher? Matt <p><p>>>> Matt@cmitech.com 8/28/02 9:09:03 AM >>> Hmmm...I raised my sample rate to 44100 from 22050 and now it seems to be more stable??? >>> Matt@cmitech.com 8/28/02 9:04:47 AM >>> Can the bitsPerSample be set any
2004 Aug 06
1
Akos...Darkice questions
Can the bitsPerSample be set any higher than 16? I try to set it to 20 or 24 and get this error... DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24] teststream# <p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe". 08:57:09: BufferedSink, new peak: 53112 08:57:09: BufferedSink, remaining: 28808
2004 Aug 06
4
DarkIce make problems
Hi everybody I'm trying to encode the soundcard signal to serve it with IceCast, but I'm having problems with making darkice-0.11. Anybody could help? I'm compiling in a Solaris 6 OS with gcc 2.8.1, and I've installed lame and Vorbis libraries. This is my config phrase: ./configure --prefix=/aplicacions/icecast-1.3.12/darkice --with-lame --with-vorbis
2004 Aug 06
2
Darkice memory leak
Kristjan Gu?ni Bjarnason wrote: > I was looking more closely on the source for Darkice. I found the code for > calulating the buffersize somewhat strange. Your is snapshot taken from the > init function in CastSink.cpp : > > int bufferSize = bitRate ? (bitRate * 1024 / 8) * bufferDuration > : (128 * 1024 / 8) * bufferDuration; >
2004 Aug 06
0
Darkice memory leak
I was looking more closely on the source for Darkice. I found the code for calulating the buffersize somewhat strange. Your is snapshot taken from the init function in CastSink.cpp : int bufferSize = bitRate ? (bitRate * 1024 / 8) * bufferDuration : (128 * 1024 / 8) * bufferDuration; bufferedSink = socket ? new BufferedSink( socket,
2004 Aug 06
1
Compiling Darkice
I'm compiling Darkice on a FreeBSD 4.6.2 box. Everything works up to this point after I type "make"...then I get this error. Any ideas? Thanks, Matt teststream# make make all-recursive Making all in src source='TcpSocket.cpp' object='TcpSocket.o' libtool=no depfile='.deps/TcpSocket.Po' tmpdepfile='.deps/TcpSocket.TPo' depmode=gcc /bin/sh
2004 Aug 06
1
Compiling Darkice
>Fromthe config.log file created by ./configure configure:3326: checking for sys/types.h configure:3339: gcc -c -g -O2 conftest.c >&5 configure:3342: $? = 0 configure:3345: test -s conftest.o configure:3348: $? = 0 configure:3358: result: yes configure:3627: checking sys/socket.h usability configure:3636: gcc -c -g -O2 conftest.c >&5 configure:3639: $? = 0 configure:3642: test
2005 Mar 07
2
New User Installation: Questions about live streaming
I recently installed icecast and iceS and all seems to be well. I have spent four days trying to understand and use darkice and finally gave up. Using darkice configuration: [general] duration = 0 # do it forever bufferSecs = 10 [input] #device=hw:0,0 device = /dev/dsp sampleRate = 22050 # 44100 or 22050 or 11025... bitsPerSample = 16 #16 bit samples channel = 2 # 1 for mono, 2 means stereo.
2004 Aug 06
1
Akos...Darkice questions
This is probably sacrilegious to speak of Shoutcast here but that's what I am streaming to right now. Just a couple questions about Darkice... quality is set to 0.5 by default. What's the range for this and what kind of effect does it have on the audio and the load on the system? I've set the "public" variable to yes so it will advertise to Shoutcasts directory but
2004 Aug 06
2
Darkice memory leak
Unfortunately I can't reproduce your memory leak reports. For example, here is the line about my production darkice instance from top: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 27516 root 20 0 3564 3564 1340 S 95.6 1.3 47:06 darkice <p>this as after approx 50 minutes from start, but the memory load doesn't change for the whole 4 hours it
2004 Aug 06
3
Akos...Darkice questions
I'm using liveice and lame on another stream... ample rate of 22050 bitrate of 24000 It has worked fine for over 9 months now...except it crashes all the time because of liveice I think. >>> darkeye@tyrell.hu 8/28/02 9:15:58 AM >>> Matthew Mencel wrote: > Can the bitsPerSample be set any higher than 16? I try to set it to > 20 or 24 and get this error... >
2012 Feb 16
3
Baffled by selinux
Apache DocumentRoot on an NFS directory: [root at localhost ~]# service httpd start Starting httpd: Warning: DocumentRoot [/home/www/html] does not exist Syntax error on line 292 of /etc/httpd/conf/httpd.conf: DocumentRoot must be a directory [FAILED] [root at localhost ~]# After some research, I found this (dated) link
2010 May 23
1
Re : Indexing array to 1000
Dear All, I have an array some thing like this: > avglog January February March April May June July August September 60102 83397 56774 48785 49010 40572 38175 47037 51402 The class of "avglog" array. > class(avglog) [1] "array" > str(avglog) num [1:9(1d)] 60102 83397 56774 48785 49010 ... - attr(*,
2004 Aug 06
1
Clients connect but no stream...
I'm running Icecast 1.3.11, Lame 3.89, and the latest version of liveice. I'll post my config files in case someone might find an error in them... ################################## ##### ICECAST.CONF location Radio rp_email matt@cmitech.com server_url http://216.89.xxx.xxx/ max_clients 10 max_clients_per_source 10 max_sources 1 max_admins 5 throttle 10.0 use_meta_data 0
2012 Jan 26
2
LDAP issues
Centos 6 Samba 3 smbldap-tools installed. LDAP directory not on local host. Example user LDIF: dn: uid=testuser at mydomain.com,ou=mydomain,o=ndtc mailHost: mailserver.mydomain.com loginShell: /bin/bash gidNumber: 500 uidNumber: 53112 uid: testuser at mydomain.com sn: user cn: test user mail: testuser at mydomain.com homeDirectory: /cust/mydomain/users/testuser gecos: test user,,662-6123
2003 Aug 05
1
darkice config questions.
hello I have some questions about darkice config 1. I want my stream to be private how can I tell this to not go to a public dir? 2. there is 2 url oppsions whitch of the 2 url spots do I put my ip to my icecast2 server in? thanks hank --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2003 Aug 11
1
am getting an error in darkice fonfig file need some help please.
hello I am getting the following error message I need help on trouble shooting this one. [root@hank darkice]# ./run_darkice DarkIce 0.13.1 live audio streamer, http://darkice.sourceforge.net Copyright (c) 2000-2003, Tyrell Hungary, http://tyrell.hu Using config file: etc/darkice.cfg Using POSIX real-time scheduling, priority 98 DarkIce: TcpSocket.cpp:197: gethostbyname error [11] of which i
2004 Aug 06
0
DarkIce 0.6 supports IceCast2
Hi, I just released DarkIce 0.6, with IceCast2 support built in. This is the first version with IceCast2 support, and it is also my first attempt at programming the Ogg Vorbis libraries. I'd really apprieciate if some of you would give it a shot, and tell me if something is not OK. All remarks are welcome. DarkIce page: http://darkice.sourceforge.net/ Thanks, Akos PS: Sorry about the
2004 Aug 06
1
DarkIce
> > Can I be any more trouble today? :) > > Do yourself a favour and don't use gcc 2.96 for compiling lame. Even it > does compile, the generated binaries will be broken (segfault and/or > giving loads of bogus error messages) Ie, use CC=kgcc ./configure :) jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2004 Aug 06
0
DarkIce make problem
On Fri, 5 Oct 2001, Matt & Stephanie Mencel wrote: > Using RH71. Got Lame, Vorbis, gcc3 and everything installed. When I try to > make DarkIce I get this error. Can anyone help? > > $ make > make all-recursive > make[1]: Entering directory `/usr/src/download/darkice-0.6' > Making all in src > make[2]: Entering directory `/usr/src/download/darkice-0.6/src'