mynaparrot / plugNmeet-server

WebRTC based Scalable, High Performance, Open source web conferencing system using Livekit.
https://www.plugnmeet.org
MIT License
278 stars 70 forks source link

Recording didn't start #506

Closed hadyk77 closed 2 months ago

hadyk77 commented 2 months ago

Firstly, I would like to extend my heartfelt thanks for the tremendous effort and dedication you have invested in this project. Your work is greatly appreciated.

I am currently experiencing an issue with recording sessions. Whenever I attempt to record a session, I receive a message stating "record didn't start," yet an MP4 file is still saved in the recording_files directory. Could you please provide guidance on how to resolve this issue? Here are some additional details that might help

Screenshot 2024-06-26 at 8 14 01 PM
german2209 commented 2 months ago

I can confirm this error. It works for local recording but not for cloud recording. Where can I find the recordings folder to check if there is a mp4 file on my server?

hadyk77 commented 2 months ago

I can confirm this error. It works for local recording but not for cloud recording. Where can I find the recordings folder to check if there is a mp4 file on my server?

you should have a recording_files folder where records is stored and also i found the issue it was i miss key in record config.yaml file

hadyk77 commented 2 months ago

@jibon57 webhook endpoint is not receiving any events any help please ?

jibon57 commented 2 months ago

You'll have to check logs from recorder e.g. recorder/logs to find the problem. Or

journalctl -u plugnmeet-recorder@main --no-pager -n 100
journalctl -u plugnmeet-recorder@websocket --no-pager -n 100