Re: [RDD] api commands

2013-11-26 Thread Fred Gleason
On Nov 26, 2013, at 13:22 40, Massimiliano Fabbri  
wrote:

> Hello guys. I would to know if there are web apis to 
> do some task on Rivendell. I have found a sort of commands
> calling some helper ( executable file).
> Can someone drive me to the right place to have documentations ?

docs/web_api.odt

You will also find a set of test harnesses for same in ‘web/tests/‘ (installed 
in {libexecdir} when building from source).

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] Voice-Tracking bug?

2013-11-26 Thread Jamie Dominey
I was having an issue similar to this when I switched from version 1 to
version 2. Another user posted a solution that worked for me back in
March.  I have no idea why this works, but it did.  I will cut and paste
the other message below.

Hi Guys,


I Think I figured out a solution.


Added : innodb-flush-log-at-trx-commit=2  to my.cnf


Now the voicetracker responds in less than a second to the save button.


Regards
Peter




2013/3/11 Tim Camp 
This is a mysql setting issue in my opinion.
Give me a few to think about it any I'll remember what it is.
I've seen it before.

On 11 Mar 2013 16:34, "Peter Claes - CLS bvbva"
 wrote:

Hi all,

We are -after 3 months- still strugling with the
voicetracker module.

Everything works, but saving a 10 second voicetrack
takes >3 minutes !

To be clear, this is not remote, this is on localhost.
On same box as SQL is on. (quad-core 2.00Ghz 8GB Ram-
rivendel 2.2.0 -
MySQL 5.5)

Generating a Log also takes about 1.2 hours (4000 carts
in system .. SLQ
+/- 30MB), which is -in my opinion- also slow, or am I
seeing this wrong ?

I there someone, that could give me a clue on where to
search for this
issue ?

Regards
Peter


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org

http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

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






On Mon, 2013-11-25 at 21:52 +, Pedro Picoto wrote:
> 30'' to save a VT. 
> If I  "Do Over"... another 30''
> 
> Save the log: another 30''...
> 
> 
> "Normal" or not?
> 
> ___
> 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] api commands

2013-11-26 Thread Massimiliano Fabbri

Hello guys. I would to know if there are web apis to
do some task on Rivendell. I have found a sort of commands
calling some helper ( executable file).
Can someone drive me to the right place to have documentations ?
Thanks
--

Eudosia Systems
di Massimiliano Fabbri
Realizzazioni Software e consulenze informatiche
http://www.eudosia-systems.it
linkedin: http://it.linkedin.com/pub/massimiliano-fabbri/19/918/96b
Intel 3.06 Ghz Core 2 duo 8Gb Ram Hd 2TB MacOsX 10.7.5 Real Studio 2012 
r1.1


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


Re: [RDD] asihpi driver not being created as a service in Centos

2013-11-26 Thread Fred Gleason
On Nov 26, 2013, at 12:06 08, Todd Baker  wrote:

> I recently had to rebuild a CentOs6 system here - from source, and when I 
> Compile hpklinux everything compiles fine, but make install doesn't seem to 
> install the service. There is no service when I try to chkconfig asihpi on.  
> It says no such directoy (which is correct - there isn't one in /etc/init.d).

That init script has been gone for years.  The driver now detects the presence 
of one or more cards automatically at boot up and loads as necessary.


> When I try to grep for asihpi in proc/modules it shows up.  Rivendell sees 
> the card, but says it's not active.

What part of Rivendell says this exactly?  What is the precise message?

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


[RDD] asihpi driver not being created as a service in Centos

2013-11-26 Thread Todd Baker
Dear All:

I recently had to rebuild a CentOs6 system here - from source, and when I 
Compile hpklinux everything compiles fine, but make install doesn't seem to 
install the service. There is no service when I try to chkconfig asihpi on.  It 
says no such directoy (which is correct - there isn't one in /etc/init.d).

When I try to grep for asihpi in proc/modules it shows up.  Rivendell sees the 
card, but says it's not active.

Is there some step I missed here? The previous system worked fine, it loaded 
the driver and off I went (till I broke it - yeah, it's a gift but I 
digress..).. Not sure what I did differently here

Any ideas would be greatly appreciated.

Todd Baker
Radio Free Asia,Washington D.C.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Voice-Tracking bug?

2013-11-26 Thread Marius Radiokæll Qtronix

Oops, I accidently replied to you directly Fred. Sorry about that. :p
-

I'm having the same problem here.

I have Rivendell compiled from source on a single computer locally for 
evaluation and such, and every step of the VT-process takes atleast 
10-15 seconds.
Adding, removing, saving takes forever. Everything runs on the same 
computer.


Running Debian Stable with qt3 with threading from source.

Marius

On 11/26/2013 04:24 PM, Fred Gleason wrote:

On Nov 25, 2013, at 16:52 47, Pedro Picoto  wrote:


30'' to save a VT.
If I  "Do Over"... another 30''
Save the log: another 30''...

"Normal" or not?

Obviously not.  Sounds like an operational problem (network config or the like).

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




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


Re: [RDD] Voice-Tracking bug?

2013-11-26 Thread Fred Gleason
On Nov 25, 2013, at 16:52 47, Pedro Picoto  wrote:

> 30'' to save a VT. 
> If I  "Do Over"... another 30''
> Save the log: another 30''...
> 
> "Normal" or not?

Obviously not.  Sounds like an operational problem (network config or the like).

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] Voice-Tracking bug?

2013-11-26 Thread Alan Peterson

What version?
Single machine or networked?
If more than 1 machine, are all versions the same?
__

- Original Message -
From: "Pedro Picoto" 
Subject: [RDD] Voice-Tracking bug?

30'' to save a VT. 
If I "Do Over"... another 30'' 
Save the log: another 30''... 

"Normal" or not? 

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