-
Steps to reproduce
Expected behaviorShould record Actual behaviorHost OSOperating System: Linux 4.4.0-103-generic x86_64 Nextcloud AIO versionv7.0.0 Current channelLatest Channel Other valuable infoI"ve edited my log to show "MYWEBSITE", actually it shows the proper URL. |
Beta Was this translation helpful? Give feedback.
Replies: 25 comments 14 replies
-
|
Hi, is talk working in general and only the recording doesnt? |
Beta Was this translation helpful? Give feedback.
-
|
@szaimen yes that's correct, Talk is working as expected. Only Talk Recording has issues starting. I've verified in the Nextcloud Admin > Talk area that the secrets and URls are fine ✅. Attempting to disable SSL verify didn't change anything. |
Beta Was this translation helpful? Give feedback.
-
|
Can you also post the talk container logs from when this happens? |
Beta Was this translation helpful? Give feedback.
-
|
@szaimen However just in case, here are the talk container's logs from the moment the call begins: |
Beta Was this translation helpful? Give feedback.
-
|
Hm... |
Beta Was this translation helpful? Give feedback.
-
|
This looks like the underlying issue:
|
Beta Was this translation helpful? Give feedback.
-
|
I found this thread: https://stackoverflow.com/questions/56483403/selenium-common-exceptions-webdriverexception-message-invalid-session-id-using |
Beta Was this translation helpful? Give feedback.
-
|
How much ram and how many vcpus does your server has btw? |
Beta Was this translation helpful? Give feedback.
-
I did the auto install from AIO dashboard. However I am using an nginx reverse proxy (from the Readme).
As per Nextcloud's system info: Not sure why it shows 4GB because I actually have 6GB but i suppose docker and the OS itself is eating a bunch of it? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! Which optional addons do you have enabled in the aio interface? |
Beta Was this translation helpful? Give feedback.
-
|
I barely have anything on it by the way, this is a fresh install. |
Beta Was this translation helpful? Give feedback.
-
|
Hm... that should usually work fine. Can you monitor the ressource usage of the server when you are attempting to record a call? Can you for that e.g. use htop on the server and post a screenshot when attempting to start the recording? |
Beta Was this translation helpful? Give feedback.
-
|
Also can you please post the output of the following command here after the recording fails to start? |
Beta Was this translation helpful? Give feedback.
-
|
Moving to discussions as I cannot reproduce this and without the above information it is not possible to further debug this. |
Beta Was this translation helpful? Give feedback.
-
|
@szaimen sorry for the delay, I've added even more RAM and monitored it during operation, it doesnt seem to go over... (2gb of ram used out of 6gb, CPU peaking at 1%) Here is the gecko log: |
Beta Was this translation helpful? Give feedback.
-
|
So apparently rather is the problem then... |
Beta Was this translation helpful? Give feedback.
-
|
@szaimen |
Beta Was this translation helpful? Give feedback.
-
|
Also, maybe related to this other issue? |
Beta Was this translation helpful? Give feedback.
-
|
logs of container: nextcloud-talk-recording
Is there a solution for this problem, I am running nextcloud aio on an oracle cloud free tier machine with 24gb ram and 4 cores, at first I just did the installation everything was working correctly, then one day it stopped working, I spent a day to reinstall everything nextcloud aio from scratch but the recording did not work again, the same error is generated. Can you help me please? |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately, Talk Recording does not work for me. When I try to start a recording, I get an error message telling me to contact the admin. However, the connection to the backend seems to work. Unfortunately I could not find the Gecko.log. Aio is running behind a Caddy Reverse Proxy in a user defined bridge network. Can someone help? Nextcloud AIO v11.1.0:latest via Docker Compose
|
Beta Was this translation helpful? Give feedback.
-
|
Still same issue! |
Beta Was this translation helpful? Give feedback.
-
|
I think i have the same issue as OP. Herer are my docker logs. using docker compose: edit: tried also to remove all the downloaded docker files and using plain docker command: also tried a recent build instead of latest: every time resulting in the same error. the LXC os is Ubuntu 22.04 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I don't know how, but I was able to fudge around and figure out how to get recording to work! My setupServer 1
Server 2
High viewOutside world <---> Router <---> Server 1 <---> Server 2 Nextcloud URL: nextcloud.my.domain
Docker composeservices:
nextcloud-hpb:
image: ghcr.io/nextcloud-releases/aio-talk:latest
container_name: nextcloud-hpb
mem_limit: 1G
restart: always
ports:
- '8081:8081'
environment:
#- USERMAP_UID=1000
#- USERMAP_GID=1000
- NC_DOMAIN=nextcloud.my.domain
- TALK_HOST=turn.my.domain
- TALK_PORT=3478
- TALK_MAX_STREAM_BITRATE=5000000 # 5mbps
- TALK_MAX_SCREEN_BITRATE=7500000 # 7.5mbps
- TURN_SECRET=`openssl rand -hex 24`
- SIGNALING_SECRET=`openssl rand -hex 24`
- INTERNAL_SECRET=`openssl rand -hex 24`
nextcloud-talk-recording:
image: ghcr.io/nextcloud-releases/aio-talk-recording:latest
container_name: nextcloud-talk-recording
mem_limit: 4G
init: true
ports:
- "1234:1234"
environment:
- NC_PROTOCOL=https
- NC_DOMAIN=nextcloud.my.domain
- HPB_PROTOCOL=wss
- HPB_DOMAIN=hpb.my.domain
- HPB_PATH=/standalone-signaling/
- TZ=America/Chicago
- RECORDING_SECRET=`openssl rand -hex 24`
- INTERNAL_SECRET=`openssl rand -hex 24`
- SIGNALING_SECRET=`openssl rand -hex 24`
#shm_size: 2147483648
restart: alwaysReverse proxyAgain I use nginx. I did nothing to my base nextcloud config file. I added a new file called ResultsUltimately, you get a recording saved to the user who started the recording in the Files app root called "Talk" followed by "Recording" then a random call key. It produces a .webm file. My recording was 1:27.7 seconds long, ~11.3MB; video is vp8, yuv420p, 1920x1080, 29.97 fps, bitrate 1087kb/s; audio is opus 48000 Hz stereo. Final wordsHope this helps someone! |
Beta Was this translation helpful? Give feedback.







Something seems to be very wrong on your instance. I cannot reproduce any of it unfortunately.