Hi all,
I upgrade to the last 0.81-dev version.
I have installed matterhorn and I found two issues and I think that both are related.
1) recording video (camera) is failing
I, [2013-05-08T11:58:52.732277 #419] INFO -- : checking events.xml
I, [2013-05-08T11:58:52.732678 #419] INFO -- : checking audio
I, [2013-05-08T11:58:52.733018 #419] INFO -- : Task: Getting length of audio
I, [2013-05-08T11:58:52.733952 #419] INFO -- : Executing: sox /var/bigbluebutton/recording/raw/238ff79fd66331a59274a8f3f05f1c0cd3e278b4-1368024953181/audio/238ff79fd66331a59274a8f3f05f1c0cd3e278b4-1368024953181-1368024979500.wav -n stat 2>&1
I, [2013-05-08T11:58:52.737577 #419] INFO -- : Output: ["Samples read: 297600\n", "Length (seconds): 18.600000\n", "Scaled by: 2147483647.0\n", "Maximum amplitude: 0.618225\n", "Minimum amplitude: -0.624847\n", "Midline amplitude: -0.003311\n", "Mean norm: 0.028367\n", "Mean amplitude: 0.000001\n", "RMS amplitude: 0.064777\n", "Maximum delta: 0.098785\n", "Minimum delta: 0.000000\n", "Mean delta: 0.003910\n", "RMS delta: 0.009081\n", "Rough frequency: 356\n", "Volume adjustment: 1.600\n"]
I, [2013-05-08T11:58:52.737662 #419] INFO -- : Success ?: true
I, [2013-05-08T11:58:52.737714 #419] INFO -- : Process exited? true
I, [2013-05-08T11:58:52.737758 #419] INFO -- : Exit status: 0
I, [2013-05-08T11:58:52.737835 #419] INFO -- : Determined audio length from stats using sox [18600]
I, [2013-05-08T11:58:52.737879 #419] INFO -- : Determined audio length is [18600]
I, [2013-05-08T11:58:52.737917 #419] INFO -- : checking webcam videos
I, [2013-05-08T11:58:52.737958 #419] INFO -- : Task: Getting start video events
E, [2013-05-08T11:58:52.738345 #419] ERROR -- : error in sanity check: Webcam file 640x480-6sdkkgpmwgjl-1368025028235.flv was not archived
2) mattherhorn cannot unzip the file upload and no manifest is on the .zip. (file empty)
11:41:32 WARN (InboxScanner$1:149) - Unable to ingest mediapackage '/opt/matterhorn/inbox/24d9b69eac97da0f16c34725ebbc2638111d2ed4-1368023894993.zip':
org.opencastproject.mediapackage.MediaPackageException: no manifest found in this zip
at org.opencastproject.ingest.impl.IngestServiceImpl.addZippedMediaPackage(IngestServiceImpl.java:284)
at org.opencastproject.ingest.impl.IngestServiceImpl.addZippedMediaPackage(IngestServiceImpl.java:220)
at org.opencastproject.ingest.impl.IngestServiceImpl.addZippedMediaPackage(IngestServiceImpl.java:209)
at org.opencastproject.ingest.scanner.InboxScanner$1.run(InboxScanner.java:145)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
11:41:32 INFO (InboxScanner$1:160) - Ingested '/opt/matterhorn/inbox/24d9b69eac97da0f16c34725ebbc2638111d2ed4-1368023894993.zip' as an inbox file
also, all the zip files seams to be empty
[root@matterhorn inbox]# ls -la
total 48
drwxr-xr-x. 2 root root 4096 May 8 11:41 .
drwxr-xr-x. 3 root root 4096 May 8 06:23 ..
-rw-r--r--. 1 root root 22 May 8 11:41 24d9b69eac97da0f16c34725ebbc2638111d2ed4_1368023894993.zip
-rw-r--r--. 1 root root 32 May 8 11:41 24d9b69eac97da0f16c34725ebbc2638111d2ed4_1368023894993.zip.md5
-rw-r--r--. 1 root root 22 May 8 06:23 6e35e3b2778883f5db637d7a5dba0a427f692e91_1368004775079.zip
-rw-r--r--. 1 root root 32 May 8 06:23 6e35e3b2778883f5db637d7a5dba0a427f692e91_1368004775079.zip.md5
-rw-r--r--. 1 root root 22 May 8 06:31 bb4cb939fd0415aad0df72441ebcebb4d2312999_1368005165297.zip
-rw-r--r--. 1 root root 32 May 8 06:31 bb4cb939fd0415aad0df72441ebcebb4d2312999_1368005165297.zip.md5
-rw-r--r--. 1 root root 22 May 8 08:14 d312cc75dc28ced757eef6ec22a7e3706905e352_1368011461080.zip
-rw-r--r--. 1 root root 32 May 8 08:14 d312cc75dc28ced757eef6ec22a7e3706905e352_1368011461080.zip.md5
-rw-r--r--. 1 root root 22 May 8 11:40 e98104132b0c932013ca0595a52d059713fb4083_1368023832035.zip
-rw-r--r--. 1 root root 32 May 8 11:40 e98104132b0c932013ca0595a52d059713fb4083_1368023832035.zip.md5
Can you help to me with that?
Thanks in advance
Hernan