bigbluebutton-Github/record-and-playback
Calvin Walton 9f5832a5d3 Recording: bbb-record --rebuild restarts processing at the sanity step
Previously, bbb-record --rebuild was restarting recording processing
from scratch by creating the .../recording/<meeting_id>.done file. This
causes the recording to be reprocessed starting at the archive step.
However, re-running the archive step for an existing meeting is not
really supported! Ever since the segmented recording code was added, it
shouldn't /corrupt/ the recording files, but it's still not good.

And as a side-effect, re-running the archive step will re-create the
.norecord file for meetings without recording marks, meaning that you
cannot use bbb-record --rebuild to force a recording without marks to be
processed.

Switch bbb-record to restart recording processing at the sanity stage to
match the BBB 2.2 behaviour. Rather than have it insert tasks directly
into resque via redis-cli, it goes through a ruby wrapper that performs
input validation and uses the resque apis.
2021-04-29 11:10:32 -04:00
..
core Recording: bbb-record --rebuild restarts processing at the sanity step 2021-04-29 11:10:32 -04:00
notes/scripts Revert "Revert "Rename notes playback nginx file"" 2019-05-09 13:44:48 -04:00
podcast/scripts Fixes podcast undefined method xpath errors 2018-12-06 10:50:48 -02:00
presentation Recording processing using MP4/OGG temporary files, stream copy, and customizable (lower) frame rates. 2021-03-08 20:14:48 +02:00
screenshare screenshare recording format: add breakout room info to metadata.xml 2019-11-20 13:59:48 -05:00
slides Delete the 'slides' processing scripts 2014-11-13 11:15:43 -02:00
.rubocop.yml Update gems for record-and-playback 2020-01-21 17:13:16 -05:00
changelog.md a log file by meeting in archive phase 2013-04-29 16:03:21 -05:00
deploy.sh - deploy recording scripts in proper location 2019-06-04 14:07:10 -04:00
pyproject.toml presentation recording: generate poll svg images without gnuplot 2020-01-13 14:34:30 -05:00