Re: [RDD] Export problem (kind of urgent)

2014-06-09 Thread Pedro Picoto
Exporting with RD keeps the fuss (of searching the file in a populated
/snd/ folder, open a third-party software to convert it and save) away...

Noticed right know I'm having issues with the export operation. v2.8.1
here... not worried.


On Mon, Jun 9, 2014 at 1:53 PM, Rob Landry <41001...@interpring.com> wrote:

>
> Pardon my ignorance, but what is meant by "exporting"?
>
> Now, importing I understand only too well: download a file, run rdimport
> on it, and it shows up in the Rivendell database ready to play.
>
> But exporting? What would an rdexport command do? I can already copy a
> file from /var/snd and send it anywhere in the world.
>
> Rob
>
> ___
> 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] Export problem (kind of urgent)

2014-06-09 Thread Rob Landry


Pardon my ignorance, but what is meant by "exporting"?

Now, importing I understand only too well: download a file, run rdimport 
on it, and it shows up in the Rivendell database ready to play.


But exporting? What would an rdexport command do? I can already copy a 
file from /var/snd and send it anywhere in the world.


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


Re: [RDD] Export problem (kind of urgent)

2014-06-06 Thread Hoggins!

Le 06/06/2014 18:58, Fred Gleason a écrit :
> On 6/6/14, 04:40 53, Hoggins! wrote:
>> The Apache logs show : "Premature end of script headers: rdxport.cgi",
>> and a HTTP error 500 is served.
>
> 'Kay, so that means we have a problem with 'rdexport.cgi' not
> executing properly.  Do you have libmad installed?  Look in the syslog
> when doing a caed(8) startup; you should see something like:
>
> caed: Found MAD decoder library, MPEG L2 decoding supported
>
> Cheers!
>

Starting manually caed -d shows :

caed: connected to JACK server
caed: Found TwoLAME encoder library, MPEG L2 encoding supported
caed: Found MAD decoder library, MPEG L2 decoding supported
caed: using realtime scheduling, priority=54
caed: cae started
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Export problem (kind of urgent)

2014-06-06 Thread Fred Gleason

On 6/6/14, 04:40 53, Hoggins! wrote:

The Apache logs show : "Premature end of script headers: rdxport.cgi",
and a HTTP error 500 is served.


'Kay, so that means we have a problem with 'rdexport.cgi' not executing 
properly.  Do you have libmad installed?  Look in the syslog when doing 
a caed(8) startup; you should see something like:


caed: Found MAD decoder library, MPEG L2 decoding supported

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] Export problem (kind of urgent)

2014-06-06 Thread Hoggins!

Le 06/06/2014 04:06, Fred Gleason a écrit :
> On 6/5/14, 17:57 39, Hoggins! wrote:
>> Well, this seems to be happening on a 2.8.2 system also (different from
>> the one on which I previously raised the issue).
>> I guess something more eloquent than "Audio Converter Error : OK", or at
>> least a way to have a more verbose output of rdxport.cgi in the Apache
>> logs would help us solving the problem.
>
> Try looking in syslog too.
>
> Tell us very specifically:
>
> 1) Your core library settings (format, sample rate, # of channels)
>
> 2) Your exporter settings (format, bit rate, sample rate, # of
> channels, normalization level, metadata settings, the works)
>
> 3) Platform (64 vs 32 bit, distro, version)
>
> With some luck, we can reproduce it here (assuming it is a code
> problem).  It could be something goofy in the config as well.
>
> Cheers! 

Hello Fred,

Thank you for your help.
If I may add some precisions... *it used to work*. I don't know on which
versions, but it used to, definitely.

The syslog (/var/log/messages on our Fedora systems) does not show
anything about the Rivendell processes involved in the export.
The Apache logs show : "Premature end of script headers: rdxport.cgi",
and a HTTP error 500 is served.

Our library is MPEG L2, 2 channels, 192kbps per channel @44100 Hz.

On my different tests, I used two hosts serving rdxport.cgi. Both are
64bit. One is a Fedora 17, and another one is a Fedora 19.

I'm trying to export as PCM16, stereo, 44100 Hz.

One important thing to note is that it WILL work if my cart is PCM16
(some of our old imported carts were PCM16, only our new ones are MPEG
L2, but there again, it *used to work* with any source cart).

I guess having more verbosity from rdxport.cgi might help.
Any idea on how to watch this with GDB ?

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


Re: [RDD] Export problem (kind of urgent)

2014-06-05 Thread Fred Gleason

On 6/5/14, 16:46 20, Hoggins! wrote:

Is it possible to copy the rdxport.cgi from 2.8.2 onto the new one, just
to be able to export audio, or will it miserably crash and burn my
database ?


It won't crash or burn your database, but it won't work either.  Each 
version is linked against its own specific Rivendell core library; hence 
you'll get an 'unable to load library librd-2.9.0' or some such error.


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] Export problem (kind of urgent)

2014-06-05 Thread Hoggins!
Well, this seems to be happening on a 2.8.2 system also (different from
the one on which I previously raised the issue).
I guess something more eloquent than "Audio Converter Error : OK", or at
least a way to have a more verbose output of rdxport.cgi in the Apache
logs would help us solving the problem.

Thanks.


Le 05/06/2014 22:46, Hoggins! a écrit :
> Hello all,
>
> I have a problem after having upgraded to 2.9.0 : exporting carts return
> an error "Audio Converter Error : OK", resulting in an error 500 in the
> Apache logs.
> This is quite critical for me and urgent.
>
> Do you think there might be a problem with the new rdxport.cgi ?
>
> Is it possible to copy the rdxport.cgi from 2.8.2 onto the new one, just
> to be able to export audio, or will it miserably crash and burn my
> database ? (this DB is only used by a single machine, no concurrent
> access, so I can guarantee that no one will use rdxport.cgi
> functionalities apart from myself during the export).
>
> It's kinda urgent. If you have the solution, that would be absolutely
> great !
>
> Thanks in advance !
>
> Hoggins!
> ___
> 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] Export problem (kind of urgent)

2014-06-05 Thread Chester Graham
I just did an export of a short file (59 sec), long file (1 hr 27 min), to
wav, and a 46 min to mp2 without errors from the RdLibrary Cut
Import/Export button. I am using 2.9.0 on the appliance DVD v2.
Is this the procedure you are using, or a different procedure?



On Thu, Jun 5, 2014 at 4:46 PM, Hoggins!  wrote:

> Hello all,
>
> I have a problem after having upgraded to 2.9.0 : exporting carts return
> an error "Audio Converter Error : OK", resulting in an error 500 in the
> Apache logs.
> This is quite critical for me and urgent.
>
> Do you think there might be a problem with the new rdxport.cgi ?
>
> Is it possible to copy the rdxport.cgi from 2.8.2 onto the new one, just
> to be able to export audio, or will it miserably crash and burn my
> database ? (this DB is only used by a single machine, no concurrent
> access, so I can guarantee that no one will use rdxport.cgi
> functionalities apart from myself during the export).
>
> It's kinda urgent. If you have the solution, that would be absolutely
> great !
>
> Thanks in advance !
>
> Hoggins!
> ___
> 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] Export problem (kind of urgent)

2014-06-05 Thread Hoggins!
Hello all,

I have a problem after having upgraded to 2.9.0 : exporting carts return
an error "Audio Converter Error : OK", resulting in an error 500 in the
Apache logs.
This is quite critical for me and urgent.

Do you think there might be a problem with the new rdxport.cgi ?

Is it possible to copy the rdxport.cgi from 2.8.2 onto the new one, just
to be able to export audio, or will it miserably crash and burn my
database ? (this DB is only used by a single machine, no concurrent
access, so I can guarantee that no one will use rdxport.cgi
functionalities apart from myself during the export).

It's kinda urgent. If you have the solution, that would be absolutely
great !

Thanks in advance !

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