Не могу настроить радиовещание на 5.3-RELEASE FreeBSD :(
Использую fmio version 2.0.8
fmio -d sf4r -f 106.3
Из выхода звуковухи начинает работать радио.
НО, когда запускаю DarkIce 0.14, он не хочет передавать, точнее брать данные из /dev/dsp. Пробвал ices - получается вещать какую-нибудь ogg'шку, но как только ставлю /dev/dsp -- глухо %(
cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: <VIA VT82C686A> at io 0xcc00 irq 5 kld snd_via82c686 (1p/1r/0v channels duplex default)
icecast.xml:
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<hostname>umbrella</hostname>
<port>8000</port>
<bind-adress>192.168.0.1</bind-adress>
<fileserve>1</fileserve>
<paths>
<basedir>/usr/local/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/local/share/icecast/web</webroot>
<adminroot>/usr/local/share/icecast/admin</adminroot>
<!-- <pidfile>/usr/local/share/icecast/icecast.pid</pidfile> -->
<alias source="/" dest="/status.xsl"/>
<alias source="/admin" dest="/admin/stats.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
</security>
</icecast>
darkice.cfg:
[general]
duration = 0
bufferSecs = 5
[input]
device = /dev/dsp # OSS DSP soundcard device for the audio input
sampleRate = 22050 # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample = 16 # bits per sample. try 16
channel = 2 # channels. 1 = mono, 2 = stereo
[icecast2-0]
bitrateMode = abr # average bit rate
format = vorbis # format of the stream: ogg vorbis
bitrate = 96 # bitrate of the stream sent to the server
server = 192.168.0.1 # host name of the server
port = 8000 # port of the IceCast2 server, usually 8000
password = hackme # source password to the IceCast2 server
mountPoint = radio.ogg
name = FM Radio # name of the stream
description = FM radio live
# description of the stream
url = http://192.168.0.1
# URL related to the stream
genre = my own # genre of the stream
public = yes # advertise this stream?
Если кто-то сталкивался с подобной проблемой или знает как ее решить подскажите, пожалуйста, былбы ОЧ признателен...