Re: [RDD] OpenOB

2012-02-24 Thread Rüdiger
Am 23.02.2012 07:37, schrieb James Harrison: > Configuration is done in a nice simple > YAML file. Whats your fav. editor for this.? I can see it all in firefox. But opened in gedit it look very complicated... -- Ruediger Radio Ostfriesland Techniksupport Automation _

Re: [RDD] OpenOB

2012-02-24 Thread James Harrison
nano, usually. On WIndows I use Sublime Text 2, but that's a bit fancy. gedit should be fine with it. Any old text editor will do. It's a really simple format, indentation structured, strings in "quotes". Bog standard plain text. Just don't break the indentation (ie spaces at the start of lines

Re: [RDD] OpenOB

2012-02-24 Thread Rüdiger
Am 24.02.2012 12:02, schrieb James Harrison: > nano, usually. On WIndows I use Sublime Text 2, but that's a bit fancy. > gedit should be fine with it. Any old text editor will do. > > It's a really simple format, indentation structured, strings in > "quotes". Bog standard plain text. Just don't bre

Re: [RDD] OpenOB

2012-02-24 Thread James Harrison
Ah, you appear to have saved the HTML page from Github rather than the actual file. You want to actually clone the repository or download a copy of the repository. git clone git://github.com/JamesHarrison/openob.git (you will need to install git to do this) or just plug this into a browser: h

Re: [RDD] OpenOB

2012-02-24 Thread Rüdiger
Am 24.02.2012 12:34, schrieb James Harrison: > Ah, you appear to have saved the HTML page from Github rather than the > actual file. Uuups. your right.;) how embarrassing... -- Ruediger Radio Ostfriesland Techniksupport Automation ___ Rivendell-dev

[RDD] Streaming to Shoutcast Server

2012-02-24 Thread Jason Davenport
Ok, so i have re-installed rivendell via RRabuntu, this time leaving it as is, no upgrades from the repository..now i need some help streaming Rivendell to a shoutcast server. -- Jason Davenport River Region Media http://riverregionmedia.com ___ Rivend

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread G Wood
I also have been interested in this for a while, spent time on it and the docs seem to be sparse, but if would be interested in a solution. On Fri, Feb 24, 2012 at 6:51 AM, Jason Davenport wrote: > Ok, so i have re-installed rivendell via RRabuntu, this time leaving it as > is, no upgrades from

Re: [RDD] Rivendell-dev Digest, Vol 38, Issue 44

2012-02-24 Thread John Gough
'Import error Unable to create destination file' > 'Permissioning, or target directory problems? Thanks for the reply Cowboy. I don't really know to be honest. How do I check? Any other suggestions or is there a log I could post to offer more details? I'm stumped! Thanks guys John On Wed, Feb 2

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread Jorge Soto
  Maybe there should be a module for streaming built into Rivendell, some of the other automation systems out there already have one. From: G Wood To: User discussion about the Rivendell Radio Automation System Sent: Friday, February 24, 2012 5:11 AM Subjec

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread Alban Peignier
On 02/24/2012 12:51 PM, Jason Davenport wrote: > Ok, so i have re-installed rivendell via RRabuntu, this time leaving it > as is, no upgrades from the repository..now i need some help streaming > Rivendell to a shoutcast server. Hi Jason, You can use darkice (and its darksnow GUI) to create a str

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread Jorge Soto
 I have tried using darkice with darksnow, and still have not been able to make it work. Will keep trying.  Has anybody used this http://butt.sourceforge.net/ with Rivendell? From: Alban Peignier To: User discussion about the Rivendell Radio Automation System

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread Nathan Steele
WEll, sort of.. I am using that on a windows PC to stream like this: Rivendell>studio console>Distribution amp>Isolator>windows PC running BUTT>shoutcast. I tried to get it going on linux but could not at the time, maybe I could now. If you want to put it on the same box that is running rivend

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread Wayne Merricks
Hi, I don't have direct experience with butt however I do know of some home DJs who do syndicated shows from home who use this without issue on Windows (I know). I'm not sure how it works 24/7 though. I've used a combination of JACK, Jamin, Darkice and Icecast to take care of compression a

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread Rob Landry
One of my clients runs Rivendell 2.0.2 on a machine that feeds (and controls) a Broadcast Tools 8x2 switcher. One output of the switcher feeds the transmitter via an Optimod, an EAS box, and an Arbitron PPM encoder. The other switcher output feeds a Linux PC running darkice and icecast for str

Re: [RDD] Streaming to Shoutcast Server

2012-02-24 Thread Nathan Steele
I have used it 24/7 for the last 8 months or so. it just works for me, will keep trying to reconnect forever if the connection is lost. all connection problems we had were not relaterd to butt, usually the wireless link or occasionally our shoutcast server decides to be unreachabe. BUTT ca

Re: [RDD] Rivendell-dev Digest, Vol 38, Issue 44

2012-02-24 Thread Cowboy
On Friday 24 February 2012 11:19:59 am John Gough wrote: > > 'Permissioning, or target directory problems? > > Thanks for the reply Cowboy. I don't really know to be honest. How do I > check? Does the target directory exist ? Assuming your target is /var/target do cd var then ls -dl tar*

Re: [RDD] Rivendell-dev Digest, Vol 38, Issue 44

2012-02-24 Thread Robert Jeffares
cd to /var and ls -l this will show permissions of /var/snd it should be owned by rd and group users it may show as owned by root if you created it as root then chown rd:users /var/snd will solve the problem regards Robert On Sat, Feb 25, 2012 at 5:19 AM, John Gough wrote: > 'Import error