Hi there,
I’m having an issue with my recording server. My Nextcloud setup is as follows:
I have a Synology DS720+ NAS with Nextcloud 30.0.6 installed via WebStation.
For the high-performance backend for Talk, I’m using the Docker container called nextcloud-aio-talk
. This container has the following environment variables set:
I’ve created its own domain and websocket configuration in the reverse proxy settings. So far, everything works fine. I’ve entered the HPB server details into my Nextcloud instance, and everything shows as OK. Here’s the screenshot:
Now I’ve installed the Docker container for the recording server called nextcloud-aio-talk-recording
with the following configuration:
Then I entered the TURN and recording server parameters into Nextcloud. Screenshot attached. Everything shows as OK.
Finally, when I start a video call, it works, but when the recording server is supposed to start, it throws an error. Here are the logs. The INTERNAL_SECRET
and HPB_DOMAIN
values in the recording server match those in the nextcloud-aio-talk
container.
Could someone help shed some light on what I might be doing wrong?
Thanks.