Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,
I am currently working in BigBlueButton integration in my c# dot net application. I have already installed BigBlueButton in my Ubuntu server using the documentation given below.
BigBlueButton : Install[^].

But When I call URL http://<myserveripaddress>/bigbluebutton/api/getRecordings?meetingID=<mymeetingid>&checksum=<checksumvalue> from my browser, I am getting the result, “There are not the recording for the meeting”.

What I have tried:


In Ubuntu server.
1. When I run the command, sudo bbb-record --debug, I get the error, Sanity check failed on <my internal meeting Id>
2. When I run the command sudo bbb-conf --check, I get following potential problem details from the Ubuntu server
a. Warning: No ffmpeg version was found on the system
Recording processing will not function
.
But I have already installed ffmpeg as per the following documentation.
ffMpeg installation documentation:
[^].
BIGBLUEBUTTON VERSION = 1.0
FFMPEG VERSION = 2.3.3


What could be the reason for this?
Please help me in this. Thanks in advance for your valuable comments.
Posted
Updated 5-Mar-17 21:12pm
Comments
Nowfal Sharafudeen 7-Mar-17 1:58am    
1. I have removed all previous files created by ffmpeg installation, from Ubuntu server, using the commands,
(a) sudo apt-get autoremove $(dpkg -l | grep ffmpeg | awk '{print $2}' | tr '\n' ' ')
b) sudo apt-get --purge remove $(dpkg -l | grep ffmpeg | awk '{print $2}' | tr '\n' ' ').

2. I have again installed ffmpeg, using commands;
(a) chmod 755 install-ffmpeg.sh
(b) ./install-ffmpeg.sh

Then the result is as follows:

make: *** No rule to make target '/tests/Makefile'. Stop.

checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.

***********************************************
****** Debian package creation selected ******
***********************************************

This package will be built according to these values:

0 - Maintainer:
1 - Summary:
------
------
-----
12 - Conflicts
13 - Replaces

Enter a number to change any of them or press ENTER to continue:

Installing with make install...

======================== Installation results =========================
Makefile:2: config.mak: No such file or directory
Makefile:58: /common.mak: No such file or directory
Makefile:98: /libavutil/Makefile: No such file or directory
Makefile:98: /library.mak: No such file or directory
Makefile:100: /doc/Makefile: No such file or directory
Makefile:183: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.

**** Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

1 solution

See Support[^].
 
Share this answer
 
Comments
Nowfal Sharafudeen 7-Mar-17 0:18am    
Thanks Richard MacCutchan for the quick response. I couldn't find any solution for ffmpeg issue. :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900