-
Notifications
You must be signed in to change notification settings - Fork 73
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
Failed to create recording file due to endRecording #287
Comments
Do not deprecated parameter |
It was not the solution. |
Hey @youngSSS, this is an issue that occurs with spotty connections (when there's only one participant and there is a momentary disconnection, it thinks the room is empty and ends the egress). |
closing as duplicate of #210. Will provide all updates there |
ISSUE
issue
When I try to record using
StartRoomCompositeEgress
function inEgressClient
, it fails to generate the record file.I only get the 13 seconds long mp4 file whenever I try. And it has 13 seconds in length but has no sounds.
I checked the egress log.
According to the log, chrome generates endRecording event by
endRecording
function and egress sends an update message to livekit server.I want to know how to record the room composite recording file and the reason for the incomplete record result.
I think server settings (redis, egress, livekit) are good but maybe I used egress client code in the wrong way.
The main weird point is that the recording result has always 13 seconds long and does not have any sounds.
please tell me the right and best way to use egress.
(I tried saving it on both S3 and local, but all of them were the same results)
code
here is the code I used to generate the record file
error log
livekit server
egress
The "endRecording" happens in line 10.
my conditions
egress
command to run egress server
egress config
livekit server
command to run livekit server
livekit config
redis config
I did upper lines to redis config file.
The text was updated successfully, but these errors were encountered: