ffmpeg installation problem

158 views
Skip to first unread message

Martin Trudel

unread,
Sep 22, 2016, 6:58:36 PM9/22/16
to BigBlueButton-Setup
Hi, 
I had a problem with the script for the installation of ffmpeg from this page :
http://docs.bigbluebutton.org/install/install.html#install-ffmpeg

It seems there is a problem with the file http://ffmpeg.org/releases/ffmpeg-2.3.3.tar.bz2 that cannot be untar.
So I changed it with this one http://ffmpeg.org/releases/ffmpeg-2.3.3.tar.gz
So in the script we need to change those parts :

sudo tar -xzf "ffmpeg-${FFMPEG_VERSION}.tar.gz"

There is also something missing to use this command :
ffmpeg -version
There is no link to /usr/bin

By the way, I would like to know if we BBB support newer versions of ffmpeg ?
Would it be possible to use a deb file or better a ppa to install it instead of compiling it ?

 

Fred Dixon

unread,
Sep 22, 2016, 7:07:05 PM9/22/16
to bigbluebu...@googlegroups.com
Hi Martin,

Hmm ... we just tried the following two commands

  tar -xjf ffmpeg-2.3.3.tar.bz2

and it did work.  Also, the command

  ffmpeg -version

did work as well (/usr/bin/ is in our path).

By the way, I would like to know if we BBB support newer versions of ffmpeg ?

You can, but we only tested 1.0 with the version listed in the install steps.

> Would it be possible to use a deb file or better a ppa to install it instead of compiling it ?
We're working on BigBlueButton 1.1-dev and it's running on Ubuntu 16.04 64-bit. We using the built-in package for ffmpeg which is 2.8.6-1ubuntu2.  No more manual install of ffmpeg in the upcoming BigBlueButton 1.1-beta release.


Regards,... Fred






--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

Martin Trudel

unread,
Sep 22, 2016, 7:32:53 PM9/22/16
to BigBlueButton-Setup
Thanks for the fast answer.

I don't know what happened with the tar.bz2 file that stopped the script because it sait it was corrupted.
Now it seems to work but ffmpeg is already installed so I dont know if it would happen again...

I tried to add /usr/bin with this command :
echo "PATH=\$PATH:/usr/local/bin" >> ~/.bashrc
and
echo "PATH=\$PATH:/usr/local/src" >> ~/.bashrc
Still have this error :
root@ubuntu:~# ffmpeg --check
-bash: /usr/bin/ffmpeg: No such file or directory

Fred Dixon

unread,
Sep 23, 2016, 12:54:40 PM9/23/16
to bigbluebu...@googlegroups.com
Hi Martin,

Can you try the following two commands and compare the output with your server

$ which ffmpeg

/usr/local/bin/ffmpeg

$ dpkg -l | grep ffmpeg

ii  ffmpeg                                5:2.3.3-1                              amd64        Package created with checkinstall 1.6.2



Regards,... Fred



--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages