bryangrim / darkice

Automatically exported from code.google.com/p/darkice
0 stars 0 forks source link

DarkIce: DarkIce.cpp:1201: can't open connector [0] #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
It occurs every time I run it, but I couldn't say what it is about my system it 
doesn't like. If there's anything I can do to narrow it down and determine the 
problem, please let me know.

What is the expected output? What do you see instead?
It gives the error message below, and fails to launch.

What version of the product are you using? On what operating system?
DarkIce 1.1, from FreeBSD ports tree. I tried version from here too, but the 
configure script couldn't find my audio libraries so I couldn't build it.

Please provide any additional information below.

DarkIce 1.1 live audio streamer, http://code.google.com/p/darkice/
Copyright (c) 2000-2007, Tyrell Hungary, http://tyrell.hu/
Copyright (c) 2008-2010, Akos Maroy and Rafael Diniz
This is free software, and you are welcome to redistribute it 
under the terms of The GNU General Public License version 3 or
any later version.

Using config file: /usr/local/etc/darkice.cfg
Using OSS DSP input device: /dev/dsp
Using POSIX real-time scheduling, priority 3
DarkIce: DarkIce.cpp:1201: can't open connector [0]

Original issue reported on code.google.com by William.Sabey on 16 Jun 2012 at 11:13

Attachments:

GoogleCodeExporter commented 8 years ago
I am seeing this exact same problem.  When doing Darkice compiles with Ubuntu 
10.04 I do not have this problem.  I believe is has something to do with OSS no 
longer being supported in 12.04.  When I do ls /dev on 12.04 there is no /dsp 
or /dsp1.  My input device is a ART USB Dualpre which connect via a USB port.  
In 10.04 my darkice.cfg has device = /dev/dsp1 and it works.  I have never 
gotten Darkice to compile with ALSA on either 10.04 or 12.04.

I believe that if we can figure out how to do the darkice compile to include 
ALSA then we can use device = default or device = hw(1,0).  I have tried to 
move the ALSA files to /usr and specified ./configure **with-ALSA but still 
unsuccessful.

Original comment by l...@austin.rr.com on 27 Jun 2012 at 2:05