Hi
There are few questions around recording
1. even bbb-record --list shows 1 recording (below is full output), greenlight showing "You currently have no recordings."
2. On server where is the final recordings stored?
#bbb-record --list
Internal MeetingID Time APVD APVDE RAS Slides Processed Published External MeetingID
------------------------------------------------------ ---------------------------- ---- ----- --- ------ -------------------- ------------------ -------------------
e7add67765f407b4e0f7c26aed28c609cabff4e1-1646907072659 Thu Mar 10 10:11:12 UTC 2022 X 3
--
0 timers listed.
--
● bbb-rap-starter.service - BigBlueButton recording processing starter
Loaded: loaded (/usr/lib/systemd/system/bbb-rap-starter.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2022-03-10 09:47:30 UTC; 44min ago
Main PID: 23714 (rap-starter.rb)
Tasks: 2 (limit: 4656)
CGroup: /bbb_record_core.slice/bbb-rap-starter.service
└─23714 /usr/bin/ruby /usr/local/bigbluebutton/core/scripts/rap-starter.rb
Mar 10 09:47:30 localhost rap-starter.rb[23714]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Mar 10 09:47:30 localhost rap-starter.rb[23714]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Mar 10 09:47:30 localhost rap-starter.rb[23714]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
Mar 10 09:47:30 localhost rap-starter.rb[23714]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
Mar 10 09:47:30 localhost rap-starter.rb[23714]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Mar 10 09:47:31 localhost bbb-rap[23714]: Setting up inotify watch on /var/bigbluebutton/recording/status/ended
Mar 10 09:47:31 localhost bbb-rap[23714]: Setting up inotify watch on /var/bigbluebutton/recording/status/archived
Mar 10 09:47:31 localhost bbb-rap[23714]: Setting up inotify watch on /var/bigbluebutton/recording/status/recorded
Mar 10 09:47:31 localhost bbb-rap[23714]: Waiting for new recordings...
Mar 10 10:15:12 localhost bbb-rap[23714]: Enqueueing job to keep events {:meeting_id=>"e7add67765f407b4e0f7c26aed28c609cabff4e1-1646907072659", :break_timestamp=>nil}
● bbb-rap-resque-worker.service - BigBlueButton resque worker for recordings
Loaded: loaded (/usr/lib/systemd/system/bbb-rap-resque-worker.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2022-03-10 09:47:31 UTC; 44min ago
Main PID: 23815 (sh)
Tasks: 7 (limit: 4656)
CGroup: /system.slice/bbb-rap-resque-worker.service
├─23815 /bin/sh -c /usr/bin/rake -f ../Rakefile resque:workers >> /var/log/bigbluebutton/bbb-rap-worker.log
├─23818 /usr/bin/ruby /usr/bin/rake -f ../Rakefile resque:workers
└─23989 resque-2.0.0: Waiting for rap:archive,rap:publish,rap:process,rap:sanity,rap:captions,rap:events
Mar 10 10:15:15 localhost bbb-rap[28614]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
Mar 10 10:15:15 localhost bbb-rap[28614]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
Mar 10 10:15:15 localhost bbb-rap[28614]: /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Mar 10 10:15:16 localhost bbb-rap[28614]: Success?: true
Mar 10 10:15:16 localhost bbb-rap[28614]: Process exited? true
Mar 10 10:15:16 localhost bbb-rap[28614]: Exit status: 0
Mar 10 10:15:16 localhost bbb-rap[28614]: Finished events worker for e7add67765f407b4e0f7c26aed28c609cabff4e1-1646907072659
Mar 10 10:15:16 localhost bbb-rap[28614]: Ended worker events for e7add67765f407b4e0f7c26aed28c609cabff4e1-1646907072659 with result 0
Mar 10 10:15:16 localhost bbb-rap[28614]: Pruning dead worker: localhost:17565:rap:archive,rap:publish,rap:process,rap:sanity,rap:captions,rap:events
Mar 10 10:15:16 localhost bbb-rap[28614]: done: (Job{rap:events} | BigBlueButton::Resque::EventsWorker | [{"meeting_id"=>"e7add67765f407b4e0f7c26aed28c609cabff4e1-1646907072659", "break_timestamp"=>nil}])
Hint: Some lines were ellipsized, use -l to show in full.
--
#pwd
/var/bigbluebutton/recording
root@localhost:/var/bigbluebutton/recording# ls -lR ./
./:
total 16
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Feb 3 11:36 process
drwxr-xr-x 3 bigbluebutton bigbluebutton 4096 Jan 28 10:45 publish
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 10:10 raw
drwxr-xr-x 8 bigbluebutton bigbluebutton 4096 Jan 28 10:45 status
./process:
total 4
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 09:29 presentation
./process/presentation:
total 0
./publish:
total 4
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 09:29 presentation
./publish/presentation:
total 0
./raw:
total 0
./status:
total 24
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 10:10 archived
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 10:15 ended
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 10:10 processed
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 10:10 published
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 07:56 recorded
drwxr-xr-x 2 bigbluebutton bigbluebutton 4096 Mar 10 10:10 sanity
./status/archived:
total 0
./status/ended:
total 0
./status/processed:
total 0
./status/published:
total 0
./status/recorded:
total 0
./status/sanity:
total 0
------
# grep -i "record" /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties | grep -vi '#'
disableRecordingDefault=false
autoStartRecording=true
allowStartStopRecording=false
recordStatusDir=/var/bigbluebutton/recording/status/recorded
breakoutRoomsRecord=false
Am I missing something?
Thanks
Raxit