Re: [RDD] resampling

2018-01-17 Thread Gerrit van den Hanenberg
On Wed, 17 Jan 2018 13:14:34 -0800 jorge soto wrote: > Is there a way to resample from 48k to 44.1k without increasing file size? > I have about 2000 files in my /var/snd directory that are 48k and about > 6.8mb in size and need them to be 44.1k but when I resample them they > become about 30mb.

Re: [RDD] audio resources issue on pi 3

2018-01-01 Thread Gerrit van den Hanenberg
Try it with jack, you're more versatile then anyway. Regards Gerrit On Tue, 2 Jan 2018 01:56:16 + (UTC) JT wrote: > Happy New Year. > > I cannot get all my audio cards working with Rivendell.  I'm having > difficulty where the caed daemon is not reading either the onboard hdmi (card > 0

Re: [RDD] adding a new service and setting up clocks

2017-12-28 Thread Gerrit van den Hanenberg
I can confirm this for version 2.0.18.1 and solved it by changing file lib/schedruleslist.cpp line 33 RDClock::tableName(clockname)+"_RULES` ("+ into clockname+"_RULES` ("+ and while I was at it noticed some errors while deleting a clock, in rdlogmanager/list_clocks.cpp line 586 "CLOCK=\""+

Re: [RDD] Compiling from source and apache

2017-10-17 Thread Gerrit van den Hanenberg
On Tue, 17 Oct 2017 17:34:22 -0500 Tim Camp wrote: > Greetings, > > When running ./configure > Should the flag --libexecdir point to the localhost website folder, for > example on my machine this is /var/www/html > > Thanks > > Cheers > > Tim Camp No Rivendell has its own configuration file

Re: [RDD] Mass export from RD

2015-01-17 Thread Gerrit van den Hanenberg
> Is there a command line command to export carts? wav format is ok. > ___ > Rivendell-dev mailing list > Rivendell-dev@lists.rivendellaudio.org > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > You don't to have to export them they are

Re: [RDD] Segue on active channel while in "automatic" mode

2014-10-28 Thread Gerrit van den Hanenberg
> Hello all, > > > We recently added the option to "button start" from the mixer, but now the > following challenge appears: while making live radio, the DJ's often uses > "manual", but sometimes want to play songs with a jingle in between in > "automatic". But, if the channel is not "started", no

Re: [RDD] Now & Next question

2014-08-06 Thread Gerrit van den Hanenberg
> Hello, > > > I’m in the planning phase of moving my web station from Windows/SAM 4.x > to RD 2. > > > Rather than run everything on one box, I’m looking at running RD Airplay > out to a sound card, feeding external audio processing, then taking that > audio into another sound card into a stre

Re: [RDD] RDCatch Event from Command Line

2014-07-11 Thread Gerrit van den Hanenberg
> > > Is it possible to run a single RDCatch event from a terminal command line? > > I'd like to be able to start an event, as a one shot, not on a timed > basis, > or from a switcher input, but on command from another program. > Why must it be a RDCatch event can't it be a MACRO, they are meant fo

Re: [RDD] rdlogimport question

2014-04-14 Thread Gerrit van den Hanenberg
Yes with rdadmin, open "Manage Services" en Edit the service you want to change, The "Log Name Template" is now something like Production_%m%d you can change that into Production_%A On this webpage you find a table with all the codes to format the name of the Log. http://en.wikipedia.org/wiki/Da

Re: [RDD] Force CHAIN TO at fixed time

2014-04-13 Thread Gerrit van den Hanenberg
On days with live shows that end at midnight we load the playlist at 23:59 with the next script. #!/bin/bash DATUM=`date --date="tomorrow" +%m%d` /usr/local/bin/rmlsend "LL 1 Production-${DATUM}"\! If you put a sleep 30 before the DATE=.. line then the log get loaded at 23:59:30 Gerrit > > you

Re: [RDD] algorithm "weight" of a cut

2014-03-24 Thread Gerrit van den Hanenberg
> > If I want to set up the "weight" of the cuts in RDLibrary so I need some > knowledge on the algorithm behind this system, did anybody already > looked into this? > ___ > Rivendell-dev mailing list > Rivendell-dev@lists.rivendellaudio.org > http://casp

Re: [RDD] GRID strange behaviour

2014-03-21 Thread Gerrit van den Hanenberg
Hi, The Mysql tables are most likely using InnoDB this is the default for most distributions now, but it can't handle tables with lots of columns like SERVICES If you chance this table to MyISAM then it should work. Gerrit > Hi all! > We're facing a strange behaviour in a new stand alone worksta

Re: [RDD] silence at log rotation

2014-03-13 Thread Gerrit van den Hanenberg
> > On a dual core on 10% CPU I have about 10 seconds of silence at 00:00 > when the log rotates to the next day. I am sure others have solved this > a long time ago, so perhaps anybody can tell me how to solve this or > share his solution? > > > ___ > Ri

[RDD] Custom encoders

2014-03-09 Thread Gerrit van den Hanenberg
Hi, What happened with the CustomEncoders button ? I can't find it anymore. Using version 2.8.0. Regards Gerrit. ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Re: [RDD] Documentation on implementing GPIOs?

2014-03-07 Thread Gerrit van den Hanenberg
> Yes, had to compile from source took several hours. Runs really slowly > as caed ripcd use 100% cpu. All you need is rmlsend as far as I remember > this is standalone and doesn't need the riv daemons to work. If you only need the rmlsend functionality then you can also use netcat and do someth

Re: [RDD] Documentation on implementing GPIOs?

2014-03-04 Thread Gerrit van den Hanenberg
> Weirdly, that's a setup we've been using until recently. We had a Pi > controlling a four pole relay over a Mixpak input to do some dumb > satellite > switching for news. Rivendell sent commands over UDP to a short script we > knocked together that turned the output on/off. Details at > http://br

[RDD] queries when creating a new log with rdlogadmin

2014-02-21 Thread Gerrit van den Hanenberg
Hi Ik was looking in the mysql log to see what queries are used, but there are a few i don't understand select SERVICE from LOGS where NAME="jinglesoft" and select NEXT_ID from LOGS where NAME="jinglesoft" jinglesoft is an event why should it be in te logs table ? Gerrit. Query select CL