Daniel - 2012-09-26

Hi. First off all, great work with this software. I think I've got built almost all the modules of ingex, at least I can start them individually (got System OK from the web server). The system is openSuse 11.4 64bits with BMD Decklink.

The problem: when I trigger a record from the GUI the Recorder shuts down. If I try to stop the recording the GUI's red button flashes for ever and doesn't get out of there. If I launch the Recorder manually then I can stop the recording, but when I try trigger another recording Recorder shuts down again.

I've run Recorder through GDB and the stack I get is:

11:58:51.777 IngexRecorderImpl::Start(), tc 00:34:09:06, pre-roll 10
[New Thread 0x7ffff0877700 (LWP 7777)]
11:58:51.783 start_record_thread(input0 index 0, start_tc=00:34:08:21 Avid MJPEG 2:1 MXF OP-ATOM)
Capture format(s) not suitable for Avid MJPEG 2:1 MXF OP-ATOM
[New Thread 0x7fffac4b5700 (LWP 7778)]
Warning: Tape source package edit rate (25/1) does not match clip edit rate (0/0)
11:58:51.783 start_record_thread(input0 index 1, start_tc=00:34:08:21 Avid MJPEG 20:1 MXF OP-ATOM)
[New Thread 0x7fffabcb4700 (LWP 7779)]
Capture format(s) not suitable for Avid MJPEG 20:1 MXF OP-ATOM
ERROR: '(essence_type == Unc720pUYVY && (mPackageGroup->Is50FPSProject() || mPackageGroup->Is59FPSProject())) || mPackageGroup->Is25FPSProject() || mPackageGroup->Is29FPSProject()' check failedERROR:  near MXFOPAtomWriter.cpp:449
Warning: Tape source package edit rate (25/1) does not match clip edit rate (0/0)
11:58:51.784 start_record_thread(input0 index 2, start_tc=00:34:08:21 MPEG4/MP3 Quicktime)
[New Thread 0x7fffa33b1700 (LWP 7780)]
Capture format(s) not suitable for MPEG4/MP3 Quicktime
ERROR: '(essence_type == Unc720pUYVY && (mPackageGroup->Is50FPSProject() || mPackageGroup->Is59FPSProject())) || mPackageGroup->Is25FPSProject() || mPackageGroup->Is29FPSProject()' check failedERROR:  near MXFOPAtomWriter.cpp:449
Warning: Tape source package edit rate (25/1) does not match clip edit rate (0/0)
terminate called after throwing an instance of 'prodauto::ProdAutoException'
terminate called after throwing an instance of 'prodauto::ProdAutoException'
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffac4b5700 (LWP 7778)]
0x00007ffff444bab5 in raise () from /lib64/libc.so.6

I get the .mov file created under the video directory but with 0Kb. It seems to be a problem with formats, but I am unable to work it out since I don't know where the problem is.

Any clue where should I try looking?