Open Source Studio to Transmitter Link (STL) using Darkice, FreeBSD,liveCaster, icecast and vlc

2008-09-07 Thread Jason L. Ellison
List,

 I created an (mostly) Open Source Studio to Transmitter Link using
Darkice, FreeBSD,liveCaster, icecast and vlc.  I posted about this a
over in March of 2007.  It has been running with no problems for over
a year now.  I am hosting a PDF that tries to documents what I did.


See:

OSSTL: Open Source Studio to Transmitter Link
A Studio to Transmitter Link (STL) created with Open Source Software
(In use by a local FM and two local AM radio stations)

http://jasonellison.net/projects.html


My original post to this list in March of 2007.
http://lists.tyrell.hu/pipermail/darkice-list/2007-March/74.html

-Jason Ellison
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Flashing BIOS/Making bootable DOS filsystem on USB stick

2006-05-25 Thread Jason L. Ellison
Svein,

  I had a situation with needing to boot into dos to flash firmware.  I
booted using a Freedos CD with my utilities on the same CD.  I think I had
to create a RAM drive to use the firmware upgrade utility.

-Jason Ellison

On Thu, 25 May 2006, Svein Halvor Halvorsen wrote:
> Adrian Pavone wrote:
> > What about using 2 floppies? The first, your FreeDOS disk, to boot from=
> ,
> > then, once booted, change to the disk you have put the BIOS executable =
> on?
>
> I don't have a floppy drive. I don't think I've even seen a floppy disk
> in several years, much less used one.
>
>
>   Svein Halvor
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Darkice FreeBSD named pipe (fwd)

2006-05-24 Thread Jason L. Ellison

I'm cross posting this incase anyone knows the answer.

-- Forwarded message --

Hello List,

  I was using darkice to write a [file] to a named pipe.  This functioned
on linux but on FreeBSD 6.1 darkice fails to use the fifo as a file.  Is
this a darkice issue?  Or have I done something wrong in FreeBSD land?

-Jason Ellison


alpha# /usr/local/bin/darkice -c /usr/local/etc/darkice.cfg
DarkIce 0.17 live audio streamer, http://darkice.sourceforge.net
Copyright (c) 2000-2006, Tyrell Hungary, http://tyrell.hu

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


# cat /usr/local/etc/darkice.cfg
[general]
duration= 0# duration of encoding, in seconds. 0 means
forever
bufferSecs  = 5 # size of internal slip buffer, in seconds
reconnect   = yes   # reconnect to the server(s) if disconnected


[input]
device  = /dev/dsp2  # OSS DSP soundcard device for the audio
input
sampleRate  = 44100 # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample   = 16# bits per sample. try 16
channel = 2 # channels. 1 = mono, 2 = stereo

[file-0]
bitrateMode = cbr
format  = mp2
bitrate = 160
<-- quality = 0.8 -->
fileName= /tmp/stream.fifo
samplerate  = 44100
highpass= -1
lowpass = -1


# ls -l /tmp/stream.fifo
prw-rw-rw-  1 root  wheel  0 May 24 16:03 /tmp/stream.fifo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"