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.
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
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=\""+
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
> 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
> 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
> 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
>
>
> 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
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
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
>
> 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
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
>
> 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
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
> 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
> 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
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
17 matches
Mail list logo