I have installed Matterhorn on a VPS on one of our Dedicated Servers,
and BBB on an Amazon EC2. Both seem to work fine independently.
However, when following the Matterhorn and BBB Integration
instructions at
http://code.google.com/p/bigbluebutton/wiki/MatterhornIntegration,
I ran into some problems.
When trying to run "sudo apt-get install build-essential git-core
checkinstall yasm texi2html libfaac-dev libopencore-amrnb-dev
libopencore-amrwb-dev libsdl1.2-dev libtheora-dev libvorbis-dev libx11-
dev libxfixes-dev libxvidcore-dev zlib1g-dev", I am informed that
"libfaac-dev" can't be found. As far as I can see- libfaac-dev is
included in the lucid packages still? (
http://packages.ubuntu.com/
lucid/libfaac-dev).
So I tried to download faac from sourceforge (http://
downloads.sourceforge.net/faac/faac-1.28.tar.gz) and continue anyway,
but when the BBB server tries to run ffmpeg after I logout of a
Recorded BBB Session, I find the following error in the matterhorn log
file (at /var/log/bigbluebutton/matterhorn-process-xxxxxxx.log) -
INFO -- : Executing: ffmpeg -loop_input -t 53.582 -i /var/
bigbluebutton/recording/process/matterhorn/xxxxxxx/temp/canvas.jpg -r
1000 /var/bigbluebutton/recording/process/matterhorn/xxxxxxx/temp/
blank-beginning.flv
ERROR -- : Error: stderr: ["ffmpeg: error while loading shared
libraries: libfaac.so.0: cannot open shared object file: No such file
or directory\n"]
INFO -- : Success ?: false
INFO -- : Process exited? true
INFO -- : Exit status: 127
INFO -- : Executing: ffmpeg -i /var/bigbluebutton/recording/process/
matterhorn/xxxxxxx/temp/xxxxxxx/video/xxxxxxx/
320x24013-1326932696441.flv -an -vcodec copy /var/bigbluebutton/
recording/process/matterhorn/xxxxxxx/temp/stripped-
wc-320x24013-1326932696441.flv
ERROR -- : Error: stderr: ["ffmpeg: error while loading shared
libraries: libfaac.so.0: cannot open shared object file: No such file
or directory\n"]
INFO -- : Success ?: false
INFO -- : Process exited? true
INFO -- : Exit status: 127
(I took out the log ID just to make it read better- it, of course, was
an actual ID.)
So something has gone wrong with my installing of faac, or
lackthereof?
Also- not sure if it makes a difference at all, but in the "Recording
(Matterhorn)" demo page, down the bottom it has "About Matterhorn:
XXX". Should it contain an actual version number, or something? Or is
XXX the expected behaviour?
Any help would be muchly appreciated,
Thanks!
Jarrod.