-
Notifications
You must be signed in to change notification settings - Fork 78
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
Problems with saveing video on server in k8s cluster #128
Comments
Hello @truecorax! Can you please show your |
Hello @spijet Could it be because k8s cluster is under the NAT? In the other hand users can connect to the call rooms.
|
Same problem here with similar configuration. |
Same problem. This happens even without any auth enabled. |
Seems jibri expects the public_url to start with https:// So instead of |
Yep, with https:// jitsi started to recording. Thank you. |
But now there's another problem. I can't find url to download video and in logs I've got an error with finalize.sh
|
Oh, there's no default script finalize.sh. So I should create it on my own. |
Works for me with |
Sorry for the delay. 💀 Yes, Jibri seems to require the schema (so,
As for the file recording, Jibri makes the recording and saves it on a local filesystem. You can either use a finalize script to upload the recording somewhere, or use a PVC as a permanent file storage for your recordings. If you choose to use a PVC for your recordings, you can also mount the same PVC to another service, like a web server with an auto-index feature (e.g. Apache, Nginx or any PHP web server with
If you run this script on a node that currently runs a Jibri pod, you'll get a list of recordings stored in this pod (or the PVC). |
I run jitsi in local k8s baremetal cluster with local-storage storageClass. I created pvs and jitsi sucesssefuly connected to them and created dirs and files . There's no problem with saving video to the local machine but when i try to save to the servev I've get an error
I tied it with chart 1.3.8 and 1.4.0
Is anyone can show me the way?
The text was updated successfully, but these errors were encountered: