Hello,
We try to do recording (mode = ALWAYS) jobs with version Enterprise(v2.19.0)/pro(v2.19.0)。But the generate zip only contain json file, and the “Webm” file was gone. Besides, I notice that the media file exist in “OPENVIDU_RECORDING_PATH” for a while. When openvidu start to zip the file and transfer to AWS S3, the media file would be delete. And the zip contain only json file. Since that, we could not find the media file anywhere. (S3 and recording path)
File size is not empty as following pic.
configuration of S3
OPENVIDU_PRO_RECORDING_STORAGE=s3
OPENVIDU_PRO_AWS_S3_BUCKET=OOOOOOOOOO
# OPENVIDU_PRO_AWS_S3_HEADERS=
OPENVIDU_PRO_AWS_ACCESS_KEY=XXXXXXXXXXXXX
OPENVIDU_PRO_AWS_SECRET_KEY=XXXXXXXXXXXXX
OPENVIDU_PRO_AWS_REGION=us-east-2
#JavaScript Client
Similar issue in GitHub
opened 02:20AM - 11 Sep 20 UTC
bug
I used Docker to deploy the whole service normally, now I'm using your source co… de to develop OpenVidu-Server, the recording module is problematic. Recording alone with a REST-API call results are fine, but the generated ZIP file unzips only one JSON, which has been bothering me for a long time. Please help to check, thank you
<img width="646" alt="截屏2020-09-1110 10 37" src="https://user-images.githubusercontent.com/25785854/92844341-5626d780-f418-11ea-8066-ab12a3005891.png">
<img width="328" alt="截屏2020-09-1110 10 49" src="https://user-images.githubusercontent.com/25785854/92844372-5c1cb880-f418-11ea-9d8e-89b4bbd69b8b.png">
It has been bothering me for a long time, thanks for helping.
BR
cruizba
September 24, 2021, 7:43pm
3
Is this replicable? Does it happen doing manual recordings? (Instead of mode = ALWAYS
)
What are the steps to reproduce? Just a simple session with recording mode=ALWAYS
and S3?
I use the POST /openvidu/api/sessions
API.
Body Request:
{
customSessionId: "CUSTOM_SESSION_ID",
recordingMode : 'ALWAYS',
defaultOutputMode: 'INDIVIDUAL',
defaultRecodingProperties: { outputMode: 'INDIVIDUAL'}
}
Just a simple session with recording mode= ALWAYS
.
The Zip file can uploaded to S3, but webm files do not exist in zip files.