You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after recording and ending the meeting, i can find presentation recording files in cd /mnt/scalelite-recordings/var/bigbluebutton/published/ but the getRecordings method always return noRecordings.
using a bbb server directly without scalelite have no problem and i can get recordings.
hi there
after recording and ending the meeting, i can find presentation recording files in cd /mnt/scalelite-recordings/var/bigbluebutton/published/ but the getRecordings method always return noRecordings.
using a bbb server directly without scalelite have no problem and i can get recordings.
SCALELITE_TAG=v1.5.1.7
SCALELITE_RECORDING_DIR=/mnt/scalelite-recordings/var/bigbluebutton
also i can find my recording in psql :
scaledb=# select * from recordings;
id | record_id | meeting_id | name | published | participants | state | starttime | endtime | deleted_at | protected | publish_updated
----+--------------------------------------------------------+----------------+----------------+-----------+--------------+-----------+-------------------------+-------------------------+------------+-----------+-----------------
1 | 782f66aef3aa7317e35610c8a1644136520e7631-1703414442760 | random-6071372 | random-6071372 | t | 1 | published | 2023-12-24 10:40:42.76 | 2023-12-24 10:41:08.492 | | f | f
2 | 782f66aef3aa7317e35610c8a1644136520e7631-1703414708830 | random-6071372 | random-6071372 | t | 1 | published | 2023-12-24 10:45:08.83 | 2023-12-24 10:45:54.388 | | f | f
3 | 782f66aef3aa7317e35610c8a1644136520e7631-1703415232024 | random-6071372 | random-6071372 | t | 1 | published | 2023-12-24 10:53:52.024 | 2023-12-24 10:55:13.032 | | f | f
4 | 0f36f30e76dcaf46b95a4bcf74cd7130fff0625f-1703416043210 | random-9225402 | random-9225402 | t | 1 | published | 2023-12-24 11:07:23.21 | 2023-12-24 11:08:01.691 | | f | f
5 | 0f36f30e76dcaf46b95a4bcf74cd7130fff0625f-1703417261581 | random-9225402 | random-9225402 | t | 1 | published | 2023-12-24 11:27:41.581 | 2023-12-24 11:28:11.697 | | f | f
6 | 0f36f30e76dcaf46b95a4bcf74cd7130fff0625f-1703417306350 | random-9225402 | random-9225402 | t | 1 | published | 2023-12-24 11:28:26.35 | 2023-12-24 11:30:21.366 | | f | f
7 | 0f36f30e76dcaf46b95a4bcf74cd7130fff0625f-1703417719117 | random-9225402 | random-9225402 | t | 1 | published | 2023-12-24 11:35:19.117 | 2023-12-24 11:35:54.341 | | f | f
8 | 0f36f30e76dcaf46b95a4bcf74cd7130fff0625f-1703419835058 | random-9225402 | random-9225402 | t | 1 | published | 2023-12-24 12:10:35.058 | 2023-12-24 12:11:09.463 | | f | f
any help?
The text was updated successfully, but these errors were encountered: