Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with getRecordings #1039

Open
meysamte opened this issue Dec 24, 2023 · 2 comments
Open

problem with getRecordings #1039

meysamte opened this issue Dec 24, 2023 · 2 comments

Comments

@meysamte
Copy link

meysamte commented Dec 24, 2023

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?

@meysamte
Copy link
Author

solved :)

@andrekutianski
Copy link

solved :)

hey @meysamte, can you share the solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants