[RDD] Putting in multiple RDCatch events in Bulk

2021-07-14 Thread Ryan Kin
Is there a way to bulk import a bunch of RDCatch events or have a feature
in Rivendell in the next release to take a xml like sheet or a .txt file
and ingest a bunch of RDCatch events and automatically start running based
off of the day and time set in the file defined based in RDCatch?

I am programming almost 20 shows weekly which RDCatch can grab but I am not
liking having to manually setting it up one-by-one since some shows are 2
to 5 hours long and it's a long process.
Thanks in advance!

Ryan
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Taking source via ST/SR

2021-06-18 Thread Ryan Kin
Is there an easy way to take sources through RDAirplay?
I'm playing with ST 0 0 0! to go into Rivendell then use SR 0 0 0! to
remove the audio...
What method works?
I'm also working on trying the Switchers/GPIO button...
Thanks in advance!

Ryan
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Fwd: Switch Taking on ASI6114

2021-06-14 Thread Ryan Kin
I find it funny that when I go into Library to "record" something, the
system picks up the audio just fine, but RDAirPlay does not. I'm interested
in trying out "RDCatch" to see if that records audio as well.

Fred, do you have any ideas by chance?

Ryan

On Mon, Jun 14, 2021 at 9:09 AM Fred Gleason 
wrote:

> On Jun 14, 2021, at 04:28, Alejandro olivan Alvarez <
> alejandro.olivan.alva...@gmail.com> wrote:
>
> Mmmm... I get the point... I have no experience on those devices, but I
> understand what you're depicting is kinda hard situation to handle from a
> sysadmin / programmer point of view... hopefully those things feature some
> way to check their status on their own.
>
> Most of them have some sort of external mechanism (physical or virtual)
> for ascertaining matrix state. Not all of them include that capability in
> the control API for third-party applications though.
>
> The one big exception though is the ‘Local Audio Adapter’ driver (the very
> one that you’ve been attempting to troubleshoot), as that one exists as a
> purely internal Rivendell construct. Hmm…
>
> I'm aware that, although easy to say, implementing even a basic cli
> capability of 'status report' on you internal audio routing/switcher daemon
> (I guess caed?) would imply rather hard-to-implement features, such as some
> kind of volatile or persistent storage on crosspoint status, levels, etc,
> etc... all that on a very 'core' part of rivendell, and not of much help
> (if any) on those 'autistic' devices.
>
> What say we add some reporting to syslog for the ‘Local Audio Adapter’
> driver, so one could at least get some feedback on what Rivendell thinks
> the state of the routing matrix is? It wouldn’t be terribly useful
> operationally, but could simply troubleshooting at least.
>
> It would be very nice but (let's dream! :-), in the future, to have some
> kind of equivalent to the GPIOMonitor  but for the internal audio
> routing/crosspoint (caed?) engine
>
> Very unlikely to happen in Rivendell, unfortunately. However, you might
> want to check out the ‘Drouter’ project, which provides exactly that.
> Rivendell has a switcher driver that will interface to it (’Software
> Authority Protocol’).
>
> https://github.com/ElvishArtisan/drouter
>
> Currently limited to Livewire devices, but there is some talk of adding
> support for others.
>
> Cheers!
>
>
> |-|
> | Frederick F. Gleason, Jr. | Chief Developer |
> |   | Paravel Systems |
> |-|
> | A room without books is like a body without a soul. |
> | |
> | -- Cicero   |
> |-|
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


-- Forwarded message -
From: Ryan Kin 
Date: Sat, Jun 12, 2021 at 1:31 AM
Subject: [RDD] Switch Taking on ASI6114
To: rivendell-dev 


I've done so many taking sources of Rivendell through the computer in my
time of using Rivendell but recently, I'm not able to take the source...
My soundcard is an ASI6114 and my line code is "ST 0 0 0!" and switch off
code is "SR 0 0 0".
What am I missing?
Thanks in advance!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Switch Taking on ASI6114

2021-06-11 Thread Ryan Kin
I've done so many taking sources of Rivendell through the computer in my
time of using Rivendell but recently, I'm not able to take the source...
My soundcard is an ASI6114 and my line code is "ST 0 0 0!" and switch off
code is "SR 0 0 0".
What am I missing?
Thanks in advance!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Sharing files over CentOS with NAS

2020-07-05 Thread Ryan Kin
Hey Gang, I'm coming to you asking for some help I mounted an NFS to my
server so I can store music onto my 5TB Drive, but I was wondering what
settings you set up to read and write to your drives I'm not able to
add or anything

What I did and used:
I entered this into Terminal:
mkdir /audio

Added in /etc/rd.conf:
[Cae]
AudioRoot=/audio
Back into Terminal:
mount -t cifs -o username=sambauser,password=pass //10.0.0.30/rivendell
/audio

Entered this into /etc/fstab
//10.0.0.30/rivendell /audio cifs username=sambauser,password=pass 0 0

Ran this in Terminal:
mount -a

chown -R rd /audio
(chown -R AUDIO-OWNER:rivendell /mnt/NEW-AUDIO-LOCATION/snd)

What am I missing or what am I leaving out

Thanks in advanced!
Ryan
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Having Rivendell Ignore "GPIO/CC" Commands During Certain Times

2020-04-30 Thread Ryan Kin
With Rivendell, is there a way to bypass or ignore any receiving commands
(GPIO Command PN 1!) or (CC 10.0.0.109 PN 1!) if a satellite/networked
Rivendell PC user wants to go "local"?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Cart Auto-Trimming

2020-04-27 Thread Ryan Kin
So I'm getting a news service that I run a 6 minute top of hour newscast,
then I run a 3 minute bottom of hour newscast with their election
coverage.

The main question is, how can I auto-trim the cut from either the beginning
or the ending of the cut when using RDCatch (or crontab) from let's say a
6-minute clip to a 3-minute clip, to where there's no audio so that there's
no cut off from either ending or beginning of a sentence... Would there be
a way to auto-trim the level at -90db?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Fresh Install and still not working right

2020-04-25 Thread Ryan Kin
I'm still having clock issues where the clocks will delete themselves
This is a fresh reinstall of Rivendell and it's still having this issue...
How can I fix this issue?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] MySQL issues?

2020-04-24 Thread Ryan Kin
I'm having an odd time with Clocks and not saving my event  changes
Even though I press save but it doen't save, it deletes every other
event I tried to make a clock on a different pc (virtualized version
connected to my server) and it saved just fine but I only had 2 or 3 events
in it But when I make a complete clock, I'm having issues.
It was working up til when I updated it to 3.3.0
I tried fixing it with mysql -c and -r but no help
Is anyone else having this issue? Or if someone had the same issue but
successfully fixed it wouldn't mind sharing me the steps in fixing the
issue because i dont want to reinstall Rivendell again and losing
everything, music, settings, etc...
Thanks in advanced!!!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell v3.3.0

2020-03-29 Thread Ryan Kin
However, Rivendell was built and made for CentOS... Even though it's open
source so you can modify it then put it onto Ubuntu

On Sun, Mar 29, 2020, 3:59 AM Schwoon, newsletter 
wrote:

> Am 28.03.2020 10:47, schrieb le père Léon:
> > Le 22/03/2020 à 14:58, Rob Landry a écrit :
> >> Well, finally got it to work. I blew out rivendell-3.3.0, re-gunzipped
> >> rivendell-3.3.0.tar.gz, then edited the source code manually, rather
> >> than applying the patch.
> >
> > The "default ''" appeared as "default " in the wiki. Modified.
> >
> >> Now rdadmin is complaining that the Rivendell daemons aren't running;
> >> evidently in this new era of v3 it doesn't automatically start them as
> >> it used to in v2. But that's no big deal.
> >
> > As noticed in the wiki, you can use :
> >  - to start the daemons :
> > $ systemctl start rivendell
> >  - to fix it at boot time :
> > $ systemctl enable rivendell
> >
> >> Debian is probably not going to be a viable option for Rivendell going
> >> forward, I think.
> >
> > Could you explain the reason why you think so ?
>
> Thats a good question.!!
>
> After running rivendell on centos for about one year, i switched back to
> debian/ubuntu. Why.?
> The newer and more software. And i think, Centos is a very good server
> distri, but not for desktops, specifically not for multimedia desktops.
> Too dificult to use special codecs like AAC HE, no ootb export to mp3 in
> audacity...
>
> On my debian 10 is only one problem left. The slow database access. In
> rdlibrary when showing all, not only the 1st 100 carts, in rdlogedit
> when loading a 24h log and moving carts up and down with the arrows.!
>
> Maybe there is a way to fix.??
>
> --
> Have a nice sunday!
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Automating Alerts from Sage Endec over IP

2020-03-21 Thread Ryan Kin
Hello Everyone
Is there a way to have the the Sage Digital Endec to trigger a cart or hot
key in Rivendell when it receives an alert while having Rivendell to
"Hold-Off" and at the end of the audio event, then have Rivendell trigger
the Endec to send the alert?
Thanks in advance!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] CentOS 7 to CentOS 8

2020-03-21 Thread Ryan Kin
Would this work to update CentOS 7 to CentOS 8 with Rivendell being on the
system?
https://www.tecmint.com/upgrade-centos-7-to-centos-8/
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RD and VPN

2020-03-09 Thread Ryan Kin
Ok gang... I was able to log into a server from a virtual computer that I
built using HamachiVPN. I'm able to create logs, etc., but I'm wondering
how to import music and audio and voicetrack when I have this set up on a
physical computer. Even though Hamachi VPN is slower, but it's stable. Now
my question is how is it possible to share audio at this point?
Thank you in advanced!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Rivendell and VPN

2020-03-02 Thread Ryan Kin
Without all of the hard-technical jargon
How would one set up a Rivendell Server, Client and working remote VPN
machine?
What would be the simple and easiest way to do this?
I tried Hamachi/LogMeIn and I was able to create logs, but not access the
/var/snd, but it took forever to create logs. So now I'm looking to use
OpenVPN.
Thanks in advance!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] PyPad Modules suddenly gone?

2019-09-12 Thread Ryan Kin
Hello gentlemen... Somehow my PyPad modules are gone from RD and when I try
to program them manually, they disappear. What am I doing wrong by chance?
I have spent a bunch of time putting this together and I don't want to
reinstall Rivendell at all. Thank you in advanced for your help and input!
[image: image.png]
[image: image.png]
[image: image.png]
I tried copying/pasting the text file and save it, but it won't work or
automate...
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell to EAS Link

2019-09-06 Thread Ryan Kin
I finally upgraded to the Sage Digital Endec 3644 and was wondering to see
if there was a way to trigger a RWT/Required Weekly Tests by a macros
button. And I was also wondering if I could trigger delayed alerts by a
separate macros button which would be for severe weather alerts,
RMT/Required Monthly Tests.

On Sat, Mar 12, 2016 at 12:39 AM Chuck  wrote:

> On Fri, 11 Mar 2016 08:03:24 -0500
> Ryan Kin  wrote
>
> > I'm planning on buying a Gorman Redlich CAP-Converter later on <
>
>   Ooooh.  We had a Gorman and it was the single piece of equipment that
> failed most often in our air chain--at least twice a year.  (Our Omnia
> One did get fried by a power spike caused by a lightning hit, but we
> have since installed some heavy-duty Eaton filtering.)  Had to send the
> Gorman back in just about yearly for service they said we could not
> perform--which left us without EAS for weeks at a time.  No loaner
> provided.
>
>   When the new changes came in, we switched to Sage, rather than get the
> Gorman upgrades.  Sage is tough to set up, and almost everyone we talked
> to said that Sage had to help them (us, too), but once it was up and
> running, not a single failure.  What is that? 2 years now?
>
>   Were I you, I would check with some Gorman owners before taking that
> plunge.  The ones we know around us all switched to Sage, too.
>
> --Chuck W.
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] 3.0.3 RD LogManager

2019-08-26 Thread Ryan Kin
Is it just me or does it look like the whole entire part of the
RDLogManager isn't straightening out when you click on any of the top row
events? When I try to click on a column to organize by start, length, event
or count it won't sort, but it will throw my events randomly anywhere but
will still schedule them on time as I scheduled them into the clocks... Is
anyone else seeing this issue or is it just me? I'm
 running 3.0.3 and was running into this same problem with Rivendell about
the clock generator in 3.0.1 and 3.0.2.[image: image.png]
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell importing issues

2019-08-23 Thread Ryan Kin
Hello Guys, I'm trying to import a bunch of songs into Rivendell using
Terminal and the following command, but it has worked in the past, however,
just recently, it has been giving me the "ASSERT: "uint(i)  wrote:

> About a year ago I downloaded a version of Rivendell that runs on a
> Raspberry Pi.
> I have mistakenly misplaced the Image... Does anyone know where I can
> download it from? from memory it was quite a large file.
> Is there a group people working on it?
> Email me off list if you wish.
> Many thanks
> Geoff Barkman
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Importing Errors through Terminal

2019-08-20 Thread Ryan Kin
Hello Guys, I'm trying to import a bunch of songs into Rivendell using
Terminal and the following command, but it has worked in the past, however,
just recently, it has been giving me the "ASSERT: "uint(i) ___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Pi-vendell CentOS 7

2019-06-22 Thread Ryan Kin
I was able to find and download a CentOS 7 Version modded for Raspberry Pi
to run on, and it has Rivendell on it.
If you are interested in downloading it, the link is below:
https://drive.google.com/open?id=1mUrgFz573ZIaCsq2AhQBVKYX8lIaX-0h

The main problem I'm having is trying to get USB Audio cards working on it
along with the onboard HDMI port. It won't let me select or even pick up
the built-in headphone jack. It's only letting me to use one or the other.
Is there a way to use both at the same time? Thanks in advanced!
Ryan
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RML Issues

2019-04-17 Thread Ryan Kin
I'm having an issue with loading RML Commands... I'm trying to load a
simple command, and it loads when entered into Terminal but doesn't load
through Rivendell.
My files are located under /var/snd/scripts/
I went into Terminal under SU and did cmod 777 /var/snd/scripts/
Linked them into Rivendell as a Macros "RN /var/snd/scripts/script.sh!"
I'm using the 2.19 version of Rivendell.
TIA!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Taking Streams with Rivendell Automation

2019-04-14 Thread Ryan Kin
I know that it's not 100% physically possible to take streams through
RDAirplay, but you can do it with external software and RDCatch along with
JACK. I'm not too JACK Savvy and was wondering how I can have JACK take a
source through VLC then have VLC feed into JACK to go into RDAirplay's
Source Take feature and have Rivendell's Macros load the source and VLC at
the same time, then when it's done, have another Macros key kill the source.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RDXport / Recording Issues Centos7

2019-02-20 Thread Ryan Kin
I just tried that and it worked!
Thank's Jacob!

On Wed, Feb 20, 2019 at 11:54 AM Jacob Niemand  wrote:

> Have you disabled SELinux?  I’ve had issues with it blocking RD Library
> actions.
>
> SELinux disable: su setenforce 0
>
>
> /etc/selinux/config file to set the  SELINUX parameter to  disabled, and
> then reboot the server.
>
>
>
>
> On Wed, Feb 20, 2019 at 10:44 Lorne Tyndale 
> wrote:
>
>> Hi,
>>
>> Usually the RDXport errors have to do with Apache not set up correctly.
>> Do you have CGI enabled in Apache?  Is the needed apache configuration
>> file installed/enabled?
>>
>>
>>
>>
>> >
>> > I'm trying to create a demo for Rivendell, and the problems that I'm
>> having
>> > is importing with the following:
>> > 1. RDXport and Import Error Audio Converter Error: OK
>> > 2. Unable to delete audio!
>> > How can I fix this?
>> > I tried changing the IP addresses in RDAdmin from what it was to
>> 127.0.0.1
>> > and then changed the rd.conf from localhost to 127.0.0.1
>> > What else should I do?
>> > I'm creating this in VirtualBox and VMWare
>> > Thanks in advanced!!!___
>> > Rivendell-dev mailing list
>> > Rivendell-dev@lists.rivendellaudio.org
>> > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
> --
> 96.7kram
> P.O. Box 332
> 109 North 1st Street
> Montevideo, MN 56265
> __
> 320-321-9671
> www.967kram.com
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RDXport / Recording Issues Centos7

2019-02-20 Thread Ryan Kin
I'm trying to create a demo for Rivendell, and the problems that I'm having
is importing with the following:
1. RDXport and Import Error Audio Converter Error: OK
2. Unable to delete audio!
How can I fix this?
I tried changing the IP addresses in RDAdmin from what it was to 127.0.0.1
and then changed the rd.conf from localhost to 127.0.0.1
What else should I do?
I'm creating this in VirtualBox and VMWare
Thanks in advanced!!!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] RML Now and Next

2018-12-10 Thread Ryan Kin
Got it, thanks!

On Wed, Nov 28, 2018 at 3:13 PM drew Roberts  wrote:

> Trying as an attachment.
>
> you should be able to pick out where my .conf file begins and ends.
>
> all the best,
>
> drew
>
> On Wed, Nov 28, 2018 at 9:31 AM Ryan Kin  wrote:
>
>> I was wondering to see how you set up the Now&Next for metadata to go
>> into a text file for Rivendell. I'm trying to help out a part 15 AM station
>> and my files that I used for the CentOS 6 won't work with the new version
>> and was wondering what you were using for your settings or a copy of the
>> rml/conf files (along with screenshot for RDAdmin Settings), if possible,
>> please send me a copy of your files so I can link it into my RD files.
>> Please and thank you!
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
>
> --
> Enjoy the *Paradise Island Cam* playing
> *Bahamian Or Nuttin* - https://www.paradiseislandcam.com/
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] RML Now and Next

2018-11-28 Thread Ryan Kin
I was wondering to see how you set up the Now&Next for metadata to go into
a text file for Rivendell. I'm trying to help out a part 15 AM station and
my files that I used for the CentOS 6 won't work with the new version and
was wondering what you were using for your settings or a copy of the
rml/conf files (along with screenshot for RDAdmin Settings), if possible,
please send me a copy of your files so I can link it into my RD files.
Please and thank you!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Automatic Time Trimming With RDCatch or RDImport

2018-06-20 Thread Ryan Kin
Is there a way to automatically trim time (seconds) off of events with
RDCatch or RDImport when automatically grabbing events.
If so, then how?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Audio Cards

2018-05-12 Thread Ryan Kin
Is anyone able to use USB audio cards on their units still under the new
update?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Network seeing /var/snd

2017-08-15 Thread Ryan Kin
Hello everyone... Small question about /var/snd
I have my rivendell network on a private network router so nobody can get
into my network and erase stuff...

How can I have my network see the /var/snd files?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Best desktop for centOS 7?

2017-02-24 Thread Ryan Kin
Now and Next issues
I'm using 2.5.5 and I already networked the computers already, but I don't
have any internet connection at home, so I can't properly update my system
at this time, but when I get the computers to work, (I work on my stuff
from home).
I'm going to drop down to the RRAbuntu 1.13 version and network it if I
don't get any answers from the group here within a few days.
I'm trying to do Now and Next on my automation playout, and I directed it
to be put on my server pc under the file /var/snd/NN/rdairone.txt
I love the software and I don't want to change from it. Until I get my
server running properly with the now and next I will not air my station.
How can I get this properly running on my system?
I want it to be sent
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Now & Next Questions

2017-02-16 Thread Ryan Kin
How do I get the rlm-filewrite plug in to work on my system?
I'm sending it to my "stream computer"

On 11/3/16, Paul Hayton  wrote:
> Many thanks Fred... this did the trick J
>
>
>
> Best, Paul
>
>
>
>
>
> From: Fred Gleason [mailto:fr...@paravelsystems.com]
> Sent: Wednesday, October 26, 2016 12:40 AM
> To: Paul Hayton
> Cc: rivendell-dev@lists.rivendellaudio.org
> Subject: Re: [RDD] Now & Next Questions
>
>
>
> On Oct 22, 2016, at 17:40, Paul Hayton  wrote:
>
>
>
> Recently I have also wanted to create a .txt file with the same data and
> used the
> example in the wiki for the RML command line e.g. RN echo %a - %t >
> /home/myfm/Music/playing.txt!
>
>
>
> The ‘rlm-filewrite’ plug-in will likely give you better results.
>
>
>
> Cheers!
>
>
>
>
>
> |--|
>
> | Frederick F. Gleason, Jr. |  Chief Developer |
>
> |   |  Paravel Systems |
>
> |--|
>
> |  A room without books is like a body without a soul. |
>
> | -- Cicero|
>
> |--|
>
>
>
>
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] New Rivendell Appliance Setup

2016-08-19 Thread Ryan Kin
Rivendell Web Service
Unable to download peak data, error was: "RDXport service returned an error".
How do I fix this error?

On 7/18/16, Ryan Kin  wrote:
> I'm creating a how-to guide of setting up Rivendell with the appliance
> disk, but I believe that it needs to be easier to setup as well for
> people like me who knows a lot about windows networking and doing a
> hard transition into Linux/CentOS and people like you, Tom, who
> forgets some steps without knowing. When I get done with this how-to
> guide, I will re-install my audio system and follow it step by step
> and if it works the way that I had it, then I will release it to the
> public for them so that they can do it an easy way, but it's not
> intended for people to get lazy, it's for people who want to get into
> Rivendell and don't know anything about Linux and they can go ahead
> and set it up quickly and run with it without trouble.
>
> On 7/18/16, Tom Van Gorkom  wrote:
>> If it would help and I can get to it, I need to update our in-house setup
>> instructions for servers and clients, starting with the appliance
>> installation, and would be willing to make a more generic version
>> available
>> to others. I am not an expert either but have figured out how to do it
>> with
>> the help of others. Yes, I forgot some steps in my email and did not give
>> enough detail. Sorry about that.
>>
>> Tom Van Gorkom
>> Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
>> Office: 956-380-8150
>> Cell: 865-803-7427
>>
>> Rio Grande Bible Institute
>> 4300 S US Hwy 281
>> Edinburg, TX 78539
>>
>> On Mon, Jul 18, 2016 at 5:48 AM, Wayne Merricks <
>> waynemerri...@thevoiceasia.com> wrote:
>>
>>> Hi,
>>>
>>> Rivendell is really simple, all you're doing is sharing mysql access and
>>> a
>>> directory full of audio.
>>>
>>> Before you dive too deep, make sure every machine works with the sound
>>> card as you'd expect.  I find it easier to set every one up standalone
>>> (mysql, apache etc) but that is just my preference for how we do things
>>> here.
>>>
>>> On each machine, check if you can ping:
>>>   ping rdserver
>>>   ping rdairone
>>>   ping rdprodone
>>>   ping rdprodtwo
>>>
>>> Depending on how your network is setup, you probably won't be able to
>>> ping.  From here you have three options.  You should have already set
>>> every
>>> machine to a static IP address.  If you haven't do that first.  You can
>>> then either use the IP addresses directly, add the DNS names to your
>>> DNS/DHCP server or add them locally to the machines via /etc/hosts.
>>>
>>> Lets assume your network is a standard class C (192.168.x.y) and most
>>> likely 192.168.1.x.  Check with your network/IT guy if you have one.
>>>
>>> Make the machines static like this:
>>>
>>> rdserver: 192.168.1.210
>>> rdairone: 192.168.1.211
>>> rdprodone: 192.168.1.221
>>> rdprodtwo: 192.168.1.222
>>>
>>> Then check you can ping each address from each machine.
>>>
>>> Next up check MySQL is accessible from each machine.
>>>
>>>   mysql -u rduser -pletmein -h 192.168.1.210
>>>
>>> If you get an error about not connecting it is probably because mysql
>>> isn't set to allow connections from other machines.
>>>
>>>   sudo nano /etc/mysql/my.cnf (I'm not sure where this file is in
>>> CentOS)
>>>
>>> Find the line bind-address = 127.0.0.1  (Ctrl+W to find)
>>>
>>> Change it to: bind-address = 0.0.0.0
>>>
>>> Save and quit (Ctrl+X)
>>>
>>> Restart mysql:
>>>
>>>   sudo service mysqld restart (might be service mysql restart)
>>>
>>> Check MySQL works again, if you get access denied for rduser log in as
>>> root on the server:
>>>
>>>   mysql -u root -p
>>>
>>> It will ask for your root MySQL password, you should have been asked to
>>> make this when you installed.
>>>
>>> Once in add access for rduser from any host:
>>>
>>>   create user 'rduser'@'%' identified by 'letmein';
>>>   grant all on Rivendell.* to 'rduser'@'%';
>>>   flush privileges;
>>>   quit;
>>>
>>> Now check MySQL again.
>>>
>>> Assuming MySQL is now working we can edit rd.conf to point to the server
&

Re: [RDD] New Rivendell Appliance Setup

2016-07-18 Thread Ryan Kin
 up something like rdlibrary and see if you can see the test
>> tone.  You won't be able to play it yet as the audio is probably only on
>> the server machine (if you set up standalone it will work as the local
>> audio copy will be there).
>>
>> Finally with that working, we can move on to getting the audio shared.
>>
>> I'm hoping that the appliance already comes with nfs-kernel-server
>> (Debian
>> name) so all we have to do is edit the exports file:
>>
>>   sudo nano /etc/exports
>>
>> Add the line:
>>
>>   /var/snd 192.168.1.0/255.255.255.0(rw,sync,all_squash,subtree_check)
>>
>> This shares it to all computers on the 192.168.1.x network.
>>
>> Then push the changes:
>>
>>   sudo exportfs -r -v
>>
>> Now we have to mount this directory on every machine (except the server
>> because it already has it).
>>
>> On one of the clients test it like this:
>>
>>   sudo mount -t nfs 192.168.1.210:/var/snd /var/snd
>>
>> Now you will be playing audio from the server instead of locally.
>>
>> To make this a permanent change:
>>
>>   sudo nano /etc/fstab
>>
>> Add the line:
>>
>>   192.168.1.210:/var/snd /var/snd_server nfs
>> rsize=32768,wsize=32768,timeo=14,intr
>>
>> This might make your bootups longer as sometimes it tries to mount before
>> the network is ready.  I sometimes just use startup scripts to do this
>> instead but try it and see.
>>
>>
>> On 18/07/16 06:15, Ryan Kin wrote:
>>
>>> I even changed my name back to localhost
>>> [root@rdserv rd]# nano /etc/rd.conf
>>> [root@rdserv rd]# service rivendell restart
>>> Starting Rivendell system daemons  [  OK  ]
>>> [root@rdserv rd]#
>>> Why am I having MySQL problems now? lol
>>>
>>> On 7/18/16, Ryan Kin  wrote:
>>>
>>>> I changed my name on my hostname to the IP address and rdserv and will
>>>> show
>>>> me
>>>> [root@rdserv rd]# service rivendell restart
>>>> Stopping Rivendell system daemons  [  OK  ]
>>>> ripcd: Couldn't open mySQL connection!
>>>> ERROR rdcatchd aborting - Couldn't open mySQL connection!Starting
>>>> Rivendell system daemons
>>>>[FAILED]
>>>>
>>>>
>>>>
>>>> On 7/17/16, Tom Van Gorkom  wrote:
>>>>
>>>>> Not to jump into the middle of this discussion but for what it's
>>>>> worth,
>>>>> you
>>>>> will need to change 3 things in rd.conf to get it working.
>>>>>
>>>>> If you have not changed the user names that came with the install,
>>>>> then
>>>>> make the following changes:
>>>>>
>>>>> [Identity]
>>>>> ; These entries are used to define the system user and group that will
>>>>> ; own the audio files.
>>>>> AudioOwner=rd
>>>>> AudioGroup=users
>>>>>
>>>>> Then point the client to your server:
>>>>>
>>>>> [mySQL]
>>>>> ; The connection parameters for the MySQL server.
>>>>> Hostname=rdserver  (the name you gave to your server or the IP address
>>>>> works also)
>>>>> Loginname=rduser
>>>>> Password=letmein
>>>>> Database=Rivendell
>>>>> Driver=QMYSQL3
>>>>>
>>>>> We disable mySQL on the clients. Also make sure that you add all of
>>>>> your
>>>>> hosts to the hosts file with their IP addresses on all machines.
>>>>>
>>>>> You need to make sure you give all the correct permissions on the
>>>>> server
>>>>> mySQL - I assume you found directions for doing that from what you
>>>>> said
>>>>> earlier.
>>>>>
>>>>> Be sure to create an exportfs for the shared folders if you have some
>>>>> such
>>>>> as rd_xfer and export it on the server, and then add the shared
>>>>> file(s)
>>>>> on
>>>>> your fstab list on each client and mount them.
>>>>>
>>>>> That's what I remember without being where I can look at my notes.
>>>>> Hope
>>>>> it
>>>>> helps.
>>>>>
>>>>> Tom Van Gorkom
>>>>> Radio Esperanza En

Re: [RDD] New Rivendell Appliance Setup

2016-07-17 Thread Ryan Kin
I even changed my name back to localhost
[root@rdserv rd]# nano /etc/rd.conf
[root@rdserv rd]# service rivendell restart
Starting Rivendell system daemons  [  OK  ]
[root@rdserv rd]#
Why am I having MySQL problems now? lol

On 7/18/16, Ryan Kin  wrote:
> I changed my name on my hostname to the IP address and rdserv and will show
> me
> [root@rdserv rd]# service rivendell restart
> Stopping Rivendell system daemons  [  OK  ]
> ripcd: Couldn't open mySQL connection!
> ERROR rdcatchd aborting - Couldn't open mySQL connection!Starting
> Rivendell system daemons
>   [FAILED]
>
>
>
> On 7/17/16, Tom Van Gorkom  wrote:
>> Not to jump into the middle of this discussion but for what it's worth,
>> you
>> will need to change 3 things in rd.conf to get it working.
>>
>> If you have not changed the user names that came with the install, then
>> make the following changes:
>>
>> [Identity]
>> ; These entries are used to define the system user and group that will
>> ; own the audio files.
>> AudioOwner=rd
>> AudioGroup=users
>>
>> Then point the client to your server:
>>
>> [mySQL]
>> ; The connection parameters for the MySQL server.
>> Hostname=rdserver  (the name you gave to your server or the IP address
>> works also)
>> Loginname=rduser
>> Password=letmein
>> Database=Rivendell
>> Driver=QMYSQL3
>>
>> We disable mySQL on the clients. Also make sure that you add all of your
>> hosts to the hosts file with their IP addresses on all machines.
>>
>> You need to make sure you give all the correct permissions on the server
>> mySQL - I assume you found directions for doing that from what you said
>> earlier.
>>
>> Be sure to create an exportfs for the shared folders if you have some
>> such
>> as rd_xfer and export it on the server, and then add the shared file(s)
>> on
>> your fstab list on each client and mount them.
>>
>> That's what I remember without being where I can look at my notes. Hope
>> it
>> helps.
>>
>> Tom Van Gorkom
>> Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
>> Office: 956-380-8150
>> Cell: 865-803-7427
>>
>> Rio Grande Bible Institute
>> 4300 S US Hwy 281
>> Edinburg, TX 78539
>>
>> On Sun, Jul 17, 2016 at 6:08 AM, Ryan Kin  wrote:
>>
>>> Hey Wayne, this is my rd.conf folder
>>>
>>>
>>> ; rd.conf
>>> ;
>>> ; This is the default configuration file for Rivendell
>>> ;
>>> ; by Fred Gleason 
>>> ;
>>>
>>> [Identity]
>>> ; These entries are used to define the system user and group that will
>>> ; own the audio files.
>>> AudioOwner=rivendell
>>> AudioGroup=rivendell
>>>
>>> ; This password is used by the various Rivendell modules to log into
>>> ; Rivendell system services [caed(8), ripcd(8), rdcatchd(8)].
>>> Password=letmein
>>>
>>> ; This entry is what will appear in RDSelect's list for this
>>> configuration.
>>> Label=Default (Local)
>>>
>>> [mySQL]
>>> ; The connection parameters for the MySQL server.
>>> Hostname=localhost
>>> Loginname=rduser
>>> Password=letmein
>>> Database=Rivendell
>>> Driver=QMYSQL3
>>>
>>> [AudioStore]
>>> MountSource=
>>> MountType=
>>> MountOptions=defaults
>>> CaeHostname=
>>> XportHostname=
>>>
>>> [Logs]
>>> ; Set the method to be used for logging.  Possible values are:
>>> ;  Syslog = Use the syslog facility.
>>> ;File = Log directly to a file.  See also the 'LogDirectory='
>>> ;   and 'LogPattern=' parameters below.
>>> ;None = Don't generate logs at all.
>>> Facility=Syslog
>>>
>>> ; The directory to write logs to.  Used only if the 'Facility='
>>> ; parameter is set to 'File'.
>>> LogDirectory=/home/rd/rdlogs
>>>
>>> ; The directory to to put core files in in the event of a daemon
>>> ; crash.  For this to work, you must also configure your environment
>>> ; to allow the generation of core dumps (e.g. 'ulimit -c unlimited').
>>> CoreDumpDirectory=/home/rd/rdlogs
>>>
>>> ; The name of the file to send logs to.  The following wildcards can
>>> ; be used:
>>> ;  %d - The day of the month (01 - 31)
>>> ;  %h - The hour (00 - 23)
>>> ;  %M - Th

Re: [RDD] New Rivendell Appliance Setup

2016-07-17 Thread Ryan Kin
I changed my name on my hostname to the IP address and rdserv and will show me
[root@rdserv rd]# service rivendell restart
Stopping Rivendell system daemons  [  OK  ]
ripcd: Couldn't open mySQL connection!
ERROR rdcatchd aborting - Couldn't open mySQL connection!Starting
Rivendell system daemons
  [FAILED]



On 7/17/16, Tom Van Gorkom  wrote:
> Not to jump into the middle of this discussion but for what it's worth, you
> will need to change 3 things in rd.conf to get it working.
>
> If you have not changed the user names that came with the install, then
> make the following changes:
>
> [Identity]
> ; These entries are used to define the system user and group that will
> ; own the audio files.
> AudioOwner=rd
> AudioGroup=users
>
> Then point the client to your server:
>
> [mySQL]
> ; The connection parameters for the MySQL server.
> Hostname=rdserver  (the name you gave to your server or the IP address
> works also)
> Loginname=rduser
> Password=letmein
> Database=Rivendell
> Driver=QMYSQL3
>
> We disable mySQL on the clients. Also make sure that you add all of your
> hosts to the hosts file with their IP addresses on all machines.
>
> You need to make sure you give all the correct permissions on the server
> mySQL - I assume you found directions for doing that from what you said
> earlier.
>
> Be sure to create an exportfs for the shared folders if you have some such
> as rd_xfer and export it on the server, and then add the shared file(s) on
> your fstab list on each client and mount them.
>
> That's what I remember without being where I can look at my notes. Hope it
> helps.
>
> Tom Van Gorkom
> Radio Esperanza Engineering, KRIO AM/FM, KOIR FM
> Office: 956-380-8150
> Cell: 865-803-7427
>
> Rio Grande Bible Institute
> 4300 S US Hwy 281
> Edinburg, TX 78539
>
> On Sun, Jul 17, 2016 at 6:08 AM, Ryan Kin  wrote:
>
>> Hey Wayne, this is my rd.conf folder
>>
>>
>> ; rd.conf
>> ;
>> ; This is the default configuration file for Rivendell
>> ;
>> ; by Fred Gleason 
>> ;
>>
>> [Identity]
>> ; These entries are used to define the system user and group that will
>> ; own the audio files.
>> AudioOwner=rivendell
>> AudioGroup=rivendell
>>
>> ; This password is used by the various Rivendell modules to log into
>> ; Rivendell system services [caed(8), ripcd(8), rdcatchd(8)].
>> Password=letmein
>>
>> ; This entry is what will appear in RDSelect's list for this
>> configuration.
>> Label=Default (Local)
>>
>> [mySQL]
>> ; The connection parameters for the MySQL server.
>> Hostname=localhost
>> Loginname=rduser
>> Password=letmein
>> Database=Rivendell
>> Driver=QMYSQL3
>>
>> [AudioStore]
>> MountSource=
>> MountType=
>> MountOptions=defaults
>> CaeHostname=
>> XportHostname=
>>
>> [Logs]
>> ; Set the method to be used for logging.  Possible values are:
>> ;  Syslog = Use the syslog facility.
>> ;File = Log directly to a file.  See also the 'LogDirectory='
>> ;   and 'LogPattern=' parameters below.
>> ;None = Don't generate logs at all.
>> Facility=Syslog
>>
>> ; The directory to write logs to.  Used only if the 'Facility='
>> ; parameter is set to 'File'.
>> LogDirectory=/home/rd/rdlogs
>>
>> ; The directory to to put core files in in the event of a daemon
>> ; crash.  For this to work, you must also configure your environment
>> ; to allow the generation of core dumps (e.g. 'ulimit -c unlimited').
>> CoreDumpDirectory=/home/rd/rdlogs
>>
>> ; The name of the file to send logs to.  The following wildcards can
>> ; be used:
>> ;  %d - The day of the month (01 - 31)
>> ;  %h - The hour (00 - 23)
>> ;  %M - The month (01 - 12)
>> ;  %m - The minute (00 - 59)
>> ;  %n - The name of the originating module --e.g. 'rdairplay', 'caed'.
>> ;  %s - The second (00 - 60)
>> ;  %Y - The four digit year
>> ; This parameter is used only if the 'Facility=' parameter is set to
>> ; 'File'.
>> LogPattern=%n-%Y%M%d.log
>>
>> ; Log upload/download debug data.  You generally want to enable this only
>> ; when debugging a specific upload/download problem, as *lots* of data
>> ; can be generated.  Valid arguments are 'Yes' or 'No'.
>> LogXloadDebugData=No
>>
>> [Alsa]
>> ; ALSA Parameters
>> ; (It should seldom be necessary to tweak these)
>> PeriodQuantity=

Re: [RDD] New Rivendell Appliance Setup

2016-07-17 Thread Ryan Kin
Tom, I know bare-bones minimal of just basic install and GUI-based
stuff on linux
I know a little bit more on Ubuntu, but thats it

Mike, I'm trying to do it the way you did it and I'm still being spun
around here with it




On 7/17/16, Mike Carroll  wrote:
> Here's a bare-bones post I wrote a while back about client/server setup.
> Maybe it'll help you.
>
> http://article.gmane.org/gmane.comp.radio.rivendell.user/10312
>
>
>
> On Fri, Jul 15, 2016 at 4:08 PM Ryan Kin  wrote:
>
>> I just installed 1 server and 3 clients on my network.
>> On my rdserv, I used the 2 drives 0 spare option
>> and on my other 3 computers I used the 2nd option, the networking option
>> How can I get my 3 PC's to network with my server easily?
>> I tried to follow the instructions on the wikipedia website and on the
>> form here, and I get spun around, and little do I know, my computers
>> wont network together or anything.
>> Anyways, without getting me confused, what do I do with setting up 1
>> server and 3 clients
>> The names are as follows on my network rdserver, rdairone,
>> rdprodone, rdprodtwo.
>> Thank you!!!
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] New Rivendell Appliance Setup

2016-07-17 Thread Ryan Kin
Hey Wayne, this is my rd.conf folder


; rd.conf
;
; This is the default configuration file for Rivendell
;
; by Fred Gleason 
;

[Identity]
; These entries are used to define the system user and group that will
; own the audio files.
AudioOwner=rivendell
AudioGroup=rivendell

; This password is used by the various Rivendell modules to log into
; Rivendell system services [caed(8), ripcd(8), rdcatchd(8)].
Password=letmein

; This entry is what will appear in RDSelect's list for this configuration.
Label=Default (Local)

[mySQL]
; The connection parameters for the MySQL server.
Hostname=localhost
Loginname=rduser
Password=letmein
Database=Rivendell
Driver=QMYSQL3

[AudioStore]
MountSource=
MountType=
MountOptions=defaults
CaeHostname=
XportHostname=

[Logs]
; Set the method to be used for logging.  Possible values are:
;  Syslog = Use the syslog facility.
;File = Log directly to a file.  See also the 'LogDirectory='
;   and 'LogPattern=' parameters below.
;None = Don't generate logs at all.
Facility=Syslog

; The directory to write logs to.  Used only if the 'Facility='
; parameter is set to 'File'.
LogDirectory=/home/rd/rdlogs

; The directory to to put core files in in the event of a daemon
; crash.  For this to work, you must also configure your environment
; to allow the generation of core dumps (e.g. 'ulimit -c unlimited').
CoreDumpDirectory=/home/rd/rdlogs

; The name of the file to send logs to.  The following wildcards can
; be used:
;  %d - The day of the month (01 - 31)
;  %h - The hour (00 - 23)
;  %M - The month (01 - 12)
;  %m - The minute (00 - 59)
;  %n - The name of the originating module --e.g. 'rdairplay', 'caed'.
;  %s - The second (00 - 60)
;  %Y - The four digit year
; This parameter is used only if the 'Facility=' parameter is set to
; 'File'.
LogPattern=%n-%Y%M%d.log

; Log upload/download debug data.  You generally want to enable this only
; when debugging a specific upload/download problem, as *lots* of data
; can be generated.  Valid arguments are 'Yes' or 'No'.
LogXloadDebugData=No

[Alsa]
; ALSA Parameters
; (It should seldom be necessary to tweak these)
PeriodQuantity=4
PeriodSize=1024
ChannelsPerPcm=-1

; [SoftKeys]
;
; This section can be used to program the RDSoftKeys applet, or you
; can use the --map-file= switch to configure multiple soft
; key setups on the same host.
;
; Columns=10
;
; Command1=hithlum.srlabs.loc:GO 3 1 1 0!
; Legend1=Telos 1 ON
; Color1=red
;
; Command2=hithlum.srlabs.loc:GO 3 2 1 0!
; Legend2=Telos 2 ON
; Color2=red
;

[Tuning]
; This section defines the realtime parameters used when running
; audio components.  Normally, these are useful only for debugging.
UseRealtime=Yes
RealtimePriority=9

[Format]
; This value is used when testing and developing new features in the
; audio drivers.  It should never be altered on a production system.
Channels=2

[Hacks]
; If you are getting no output level meter indications with an older
; ASI card (such as the ASI4215, ASI4113 or ASI4111), try uncommenting
; the following line:
; UseStreamMeters=Yes

; Completely disable maintenance checks on this host.
; DisableMaintChecks=Yes

;
; Log Generation (old method, deprecated)
;
;  These sections are here strictly for backward compatibility.  See
;  the [Logs] section for a much more powerful way to configure
;  logging.
;
; [RDAirPlay]
; Logfile=/home/rd/rdairplay.log
;
; [RDCatchd]
; Logfile=/home/rd/rdcatchd.log
;
; [Ripcd]
; Logfile=/home/rd/ripcd.log
;
; [Caed]
; Logfile=/home/rd/caed.log
; EnableMixerLogging=No

On 7/16/16, Wayne Merricks  wrote:
> Assuming your networking is actually working and you've assigned IP
> addresses statically (or reserved DHCP leases) all you have to do is
> edit /etc/rd.conf to point to rdserver on every machine for the MySQL
> database.
>
> You then NFS share the server's /var/snd and mount it locally on every
> machine also to /var/snd.
>
> Then load up rdadmin and add a new host for each one of your machines.
> Then either restart the daemons or restart each client and you're (in
> theory) done.
>
> On 2016-07-16 00:08, Ryan Kin wrote:
>> I just installed 1 server and 3 clients on my network.
>> On my rdserv, I used the 2 drives 0 spare option
>> and on my other 3 computers I used the 2nd option, the networking
>> option
>> How can I get my 3 PC's to network with my server easily?
>> I tried to follow the instructions on the wikipedia website and on
>> the
>> form here, and I get spun around, and little do I know, my computers
>> wont network together or anything.
>> Anyways, without getting me confused, what do I do with setting up 1
>> server and 3 clients
>> The names are as follows on my network rdserver, rdairone,
>> rdprodone, rdprodtwo.
>> Than

[RDD] New Rivendell Appliance Setup

2016-07-15 Thread Ryan Kin
I just installed 1 server and 3 clients on my network.
On my rdserv, I used the 2 drives 0 spare option
and on my other 3 computers I used the 2nd option, the networking option
How can I get my 3 PC's to network with my server easily?
I tried to follow the instructions on the wikipedia website and on the
form here, and I get spun around, and little do I know, my computers
wont network together or anything.
Anyways, without getting me confused, what do I do with setting up 1
server and 3 clients
The names are as follows on my network rdserver, rdairone,
rdprodone, rdprodtwo.
Thank you!!!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] ASI Cards

2016-06-28 Thread Ryan Kin
Few Questions
1. Which ASI cards work with Rivendell?

2. I am thinking about getting the ASI4215
Would that work?
Thoughts anyone?
If that wont work on the newer version, would it work on the older version?

3. What ASI cards have about 4-8 in/4-8 out

4. Whats the easiest method to install the darn things?

Thanks for the answers in advanced!!!
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Importing Music As MP3s

2016-04-09 Thread Ryan Kin
Is there a way to import music as MP3s?
I'm using the 2.10.2 version of Rivendell
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Installation Help

2016-04-04 Thread Ryan Kin
I downloaded and test-installed Daniel Bair's RRAKStudio and it worked
without the PC crashing then logging out.

On 4/4/16, Ryan Kin  wrote:
> I bought 3 PCs at salvation army... $30/piece. Anyways, All 3 of
> them are dells A Dimension 3100, Optiplex 330/320..
> I never checked them to see what drivers there was in the PCS but I
> did notice that they were still crashing because I'm using the generic
> Ubuntu install along with AukonDK Installation guide.
>
> On 4/4/16, Wayne Merricks  wrote:
>> Seems to be a weird one, is there anything in /var/log/syslog?
>>
>> Its usually a complete DE/graphics crash to get a black screen and a
>> logout.  What about getting an old nvidia card instead of using the
>> intel 945g?
>>
>> Are you using Unity?  It doesn't play well without 3D acceleration, you
>> might be able to log in to fallback mode rather than the fancy launcher
>> bar on the left (there is a cog somewhere on the login screen to change
>> the desktop session).
>>
>> On 03/04/16 03:58, Ryan Kin wrote:
>>> I installed Rivendell on Ubuntu 14.04LTS 64 bit, so when I put audio
>>> through RDAirplay's log, it blacks itself out and logs off
>>> automatically but when I play audio through the hot keys it's plays
>>> the entire length without blacking itself out and logging out
>>> immediately.
>>> What seems to be the issue?
>>> ___
>>> Rivendell-dev mailing list
>>> Rivendell-dev@lists.rivendellaudio.org
>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Installation Help

2016-04-04 Thread Ryan Kin
I bought 3 PCs at salvation army... $30/piece. Anyways, All 3 of
them are dells A Dimension 3100, Optiplex 330/320..
I never checked them to see what drivers there was in the PCS but I
did notice that they were still crashing because I'm using the generic
Ubuntu install along with AukonDK Installation guide.

On 4/4/16, Wayne Merricks  wrote:
> Seems to be a weird one, is there anything in /var/log/syslog?
>
> Its usually a complete DE/graphics crash to get a black screen and a
> logout.  What about getting an old nvidia card instead of using the
> intel 945g?
>
> Are you using Unity?  It doesn't play well without 3D acceleration, you
> might be able to log in to fallback mode rather than the fancy launcher
> bar on the left (there is a cog somewhere on the login screen to change
> the desktop session).
>
> On 03/04/16 03:58, Ryan Kin wrote:
>> I installed Rivendell on Ubuntu 14.04LTS 64 bit, so when I put audio
>> through RDAirplay's log, it blacks itself out and logs off
>> automatically but when I play audio through the hot keys it's plays
>> the entire length without blacking itself out and logging out
>> immediately.
>> What seems to be the issue?
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Installation Help

2016-04-02 Thread Ryan Kin
I installed Rivendell on Ubuntu 14.04LTS 64 bit, so when I put audio
through RDAirplay's log, it blacks itself out and logs off
automatically but when I play audio through the hot keys it's plays
the entire length without blacking itself out and logging out
immediately.
What seems to be the issue?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Installation Help

2016-04-02 Thread Ryan Kin
I installed Rivendell on Ubuntu 14.04LTS 64 bit, 1.9GiB Memory, Intel
Pentium 4 CPU 2.80 GHz x2, Intel 945G Graphics 155.2 Gb of HDD, and
when I put audio through RDAirplay's log, it blacks itself out and
logs off automatically but when I play audio through the hot keys it's
plays the entire length without blacking itself out and logging out
immediately.
What seems to be the issue?
The computer is a Dell Dimension 3100...
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Hooks Feature

2016-03-24 Thread Ryan Kin
If I can make rivendell load and play just the hooks that i set in
rdlibrary instead of having to separate all of the songs just for a
hook and import all of them as a rotator that would be great if you
know what im saying

On 3/24/16, Al Peterson  wrote:
> Ryan, I think I see what you're after. Do you want to create a series of
> "Coming Up Next Hour..." promos where the hooks of each tune are sequenced
> back-to-back, and you need an automated means to play back *only* the
> hooks?
>
> Lemme work on that.
>
> AP
>
>
>
>
> On Thu, Mar 24, 2016 at 12:55 PM, Ryan Kin  wrote:
>
>> So that I can load the hooks into an rdairplay log so i dont have to
>> chop over 3k songs just to make my own hooks and to load them into
>> rivendell as a rotator
>>
>> On 3/20/16, John Anderson  wrote:
>> > doubt it, for what purpose?
>> >
>> > On Sunday, March 20, 2016 1:53 AM, Ryan Kin 
>> wrote:
>> >
>> >
>> >  Will there be a way to use the hooks feature in the upcoming version
>> > of Rivendell so that I can load the hooks into rdairplay via a log?
>> > ___
>> > Rivendell-dev mailing list
>> > Rivendell-dev@lists.rivendellaudio.org
>> > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>> >
>> >
>> >
>> ___
>> Rivendell-dev mailing list
>> Rivendell-dev@lists.rivendellaudio.org
>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Hooks Feature

2016-03-24 Thread Ryan Kin
So that I can load the hooks into an rdairplay log so i dont have to
chop over 3k songs just to make my own hooks and to load them into
rivendell as a rotator

On 3/20/16, John Anderson  wrote:
> doubt it, for what purpose?
>
> On Sunday, March 20, 2016 1:53 AM, Ryan Kin  wrote:
>
>
>  Will there be a way to use the hooks feature in the upcoming version
> of Rivendell so that I can load the hooks into rdairplay via a log?
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Hooks Feature

2016-03-19 Thread Ryan Kin
Will there be a way to use the hooks feature in the upcoming version
of Rivendell so that I can load the hooks into rdairplay via a log?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell to EAS Link

2016-03-11 Thread Ryan Kin
I'm planning on buying a Gorman Redlich CAP-Converter later on

On 3/9/16, Cowboy  wrote:
>
>  Going back to the original question
>
>>> From: "Ryan Kin" 
>
>>> >> Is there a way so that Rivendell to trigger EAS events without the
>>> >> EAS
>>> >> having to interrupt Rivendell during traffic, music, etc.?
>
>  If you have GPIO on Rivendell, and your EAS box will allow you to do that
>  by providing closures, then yes.
>
>  It would be a matter of constructing the carts, and "playing" them
>  appropriately.
>
> --
> Cowboy
>
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Rivendell to EAS Link

2016-03-08 Thread Ryan Kin
I have a Sage EAS Endec 1822 and I'm just wanting to hold off tests or
weather messages until after the song
Everything else like EAN, etc. could be aired first

On 3/8/16, Cowboy  wrote:
> On 03/08/2016 11:02 AM, Rob Landry wrote:
>> No; the rules don't allow pre-recording an EAS test; it has to run live
>> from the encoder.
>
>  And there is ample precedent. ( 5 figure fines, initially, then it gets bad
> )
>
>  The way the rules read one could mis-interpret an allowed delay, but
> that's
>  not right. ( unless you're congress, or a judge )
>  What they mean, is the maximum delay due to equipment function. (
> store-forward
>  within the EAS box )
>
>  The intent of the rule, is that the EAS box goes as the last point in the
>  STL before the transmitter, so that it auto-interrupts anything and
>  everything, no matter what.
>  The actual rule is just badly written.
>  At the time, the effort was to write the rule in such a way that it didn't
>  require things that were physically impossible at the time, such as
> automatic
>  instantaneous retransmission of everything EAS. ( and thank God it doesn't
> )
>  Or things that were unnecessary, such as automatically immediately
> repeating
>  emergency info on the air, when there was a live operator who could do a
>  better job of it anyway.
>  That's been (mis)interpreted in various ways.
>
> --
> Cowboy
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Rivendell to EAS Link

2016-03-07 Thread Ryan Kin
Is there a way so that Rivendell to trigger EAS events without the EAS
having to interrupt Rivendell during traffic, music, etc.?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Now and Next Data

2016-02-15 Thread Ryan Kin
I'm trying to get rivendell to export my now &next data...
I'm using this code RN echo %t - %a > /home/rd/now_next/master.txt!
Do I need to add anything else?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Fresh Installing Problems....

2016-02-06 Thread Ryan Kin
Update: I went ahead and imported a track but when I did that, i
loaded it up into rdairplay played it, audio was fine for a second
then the audio became very distorted, imported another track played it
out and it did the same thing
suggestions?

On 2/6/16, Ryan Kin  wrote:
> Installed rivendell onto ubuntu
> played test audio and got no sound or pie countdown
> went over to rdlibrary and clicked on "test" audio and noticed the
> average length was :00 and  clicked on edit markers and got "rivendell
> web service RDXport service returned an error"
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Fresh Installing Problems....

2016-02-06 Thread Ryan Kin
Installed rivendell onto ubuntu
played test audio and got no sound or pie countdown
went over to rdlibrary and clicked on "test" audio and noticed the
average length was :00 and  clicked on edit markers and got "rivendell
web service RDXport service returned an error"
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] 6.6 Missing Installation Types window

2016-01-29 Thread Ryan Kin
Hey Fred... On the recent Paravel CentOS 6.6 ISO DVD upload, I noticed
the installation types window that shows "Stand Alone/Network
Client/RAID1, 2 drives, 0 spares/RAID1, 3 drives, 0 spares/RAID1, 3
drives, 1 spare" is missing. Is this an error, or is that supposed to
be gone in the future versions of Paravel?
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev