liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Recording fail when record without video #1873

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi;

in new 0.90 beta version when trying to record without video (webcam) the 
recording fails santiy check. the error shown in bbb-record --debug is:

E, [2015-01-30T14:26:47.744279 #13626] ERROR -- : error in sanity check: No 
such file or directory - 
/var/bigbluebutton/recording/raw/49a96cd621b119d1b45888eeaf60e52179fcefb1-142262
0497551/video/49a96cd621b119d1b45888eeaf60e52179fcefb1-1422620497551

Original issue reported on code.google.com by idol.me...@gmail.com on 30 Jan 2015 at 1:12

GoogleCodeExporter commented 8 years ago
Hi; By Adding the an empty folder with the name of internal meeting Id and 
removing meetingId.fail from /var/bigbluebutton/recording/status/sanity, 
recording can successfully process and publish.

Original comment by idol.me...@gmail.com on 30 Jan 2015 at 1:59

GoogleCodeExporter commented 8 years ago
Hi Idol,

Can you add to this issue the output of

  dpkg -l | grep bbb

Original comment by ffdixon@gmail.com on 30 Jan 2015 at 2:48

GoogleCodeExporter commented 8 years ago
I think this problem is related to the fixup I added for the video 'ser' files. 
I add a check to make sure the directory exists before running the fixup code.

Original comment by calvin.walton@kepstin.ca on 30 Jan 2015 at 3:04

GoogleCodeExporter commented 8 years ago
This should be fixed once 
https://github.com/bigbluebutton/bigbluebutton/pull/500 is merged.

Original comment by calvin.walton@kepstin.ca on 30 Jan 2015 at 3:13

GoogleCodeExporter commented 8 years ago
Ok, the fix should be in the latest build.

After updating packages, you can run:

cd /var/bigbluebutton/recording/status/sanity; for fail in *.fail; do sudo 
bbb-record --rebuild "${fail%.fail}"; done

to fix all of the affected recordings.

Original comment by calvin.walton@kepstin.ca on 30 Jan 2015 at 5:00