Return-Path: X-Original-To: apmail-openmeetings-user-archive@www.apache.org Delivered-To: apmail-openmeetings-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A548E3F1 for ; Fri, 8 Feb 2013 19:15:47 +0000 (UTC) Received: (qmail 50757 invoked by uid 500); 8 Feb 2013 19:15:47 -0000 Delivered-To: apmail-openmeetings-user-archive@openmeetings.apache.org Received: (qmail 50732 invoked by uid 500); 8 Feb 2013 19:15:47 -0000 Mailing-List: contact user-help@openmeetings.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@openmeetings.apache.org Delivered-To: mailing list user@openmeetings.apache.org Received: (qmail 50723 invoked by uid 99); 8 Feb 2013 19:15:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 19:15:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.252.97.80] (HELO mailout.artfiles.de) (80.252.97.80) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 19:15:41 +0000 Received: from [212.53.144.65] (helo=webmail.eledia.de) by mailout.artfiles.de with smtp (Exim 4.72) id 1U3tPr-0008DJ-A5 for user@openmeetings.apache.org; Fri, 08 Feb 2013 20:15:19 +0100 Received: from 92.225.43.7 (SquirrelMail authenticated user michael.wuttke@eledia.de) by webmail.eledia.de with HTTP; Fri, 8 Feb 2013 20:15:19 +0100 (CET) Message-ID: <49615.92.225.43.7.1360350919.squirrel@webmail.eledia.de> In-Reply-To: References: <687297651.20130207193829@3bits.es> <37148.141.64.76.175.1360318866.squirrel@webmail.eledia.de> <5114DA89.4080401@st-etienne.archi.fr> <38795.141.64.76.175.1360330732.squirrel@webmail.eledia.de> Date: Fri, 8 Feb 2013 20:15:19 +0100 (CET) Subject: RE: ffmpeg-package from deb-multimedia.org for OM 2.x From: michael.wuttke@eledia.de To: user@openmeetings.apache.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Hello George, thats what I did. Thank you, Michael > Michael, > > Unless things have changed, using a packaged ffmpeg will not fully work, > you have to compile it as per Stephen's instructions. > > > ************************************************************************ > *************** > Step 6: Compile and Install ffmpeg (1.1.2) > Let's go back to our temporary working area > Let's make our temporary working area > cd /usr/adm > Download, compile and install ffmpeg by issuing these commands: > wget http://ffmpeg.org/releases/ffmpeg-1.1.2.tar.gz > tar -zxvf ffmpeg-1.1.2.tar.gz > cd ffmpeg-1.1.2 > ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis > --enable-libgsm \ > --enable-libfaac --enable-gpl --enable-nonfree > make > checkinstall > N.B - You will be asked a series of question towards the end of the > install, press return > for each to continue. > Once that has completed you can now test it by issuing the following: > ffmpeg -version > Which should give you the following output: > ffmpeg-1.1.2 > ************************************************************************ > *************** > > Thanks, > > George Kirkham > > > > > -----Original Message----- > From: michael.wuttke@eledia.de [mailto:michael.wuttke@eledia.de] > Sent: Saturday, 9 February 2013 12:39 AM > To: user@openmeetings.apache.org > Subject: RE: ffmpeg-package from deb-multimedia.org for OM 2.x > > Hello, > > now it works for me (OM 2.0 with debian squeeze 64bit). I installed the > latest Version of ffmpeg and marked the package as 6:1.1.2. ;-) > > But there is still one problem. I made a recording of a live-classroom > and the recordning was playable/visible in the webfrontend but not the > download version, neither the avi- nor the flv-file was playable. I only > saw a black screen. > > Have you any idea? > > Thank you very much, > Michael > > when you do checkinstall you must modify the default version. > For example, the package version on Ubuntu server 12.04 is 4:0.8.5 Using > checkinstall on 0.11.2 source gives a version 0.11.2 You must modify it > to be 4:0.11.2 Next time you update your packages, ffmpeg installed > version won't be downgraded. > >> The latest guide I just uploaded also uses 1.1.2 and compiles fine on >> Debian. >> >> I'll add a section on the guide for people to change the version when >> using checkinstall. >> >> Cheers >> >> >