OpenVidu / openvidu

OpenVidu Platform main repository
https://openvidu.io
Apache License 2.0
1.87k stars 464 forks source link

recording bug #539

Open hsxhsx opened 4 years ago

hsxhsx commented 4 years ago

I used Docker to deploy the whole service normally, now I'm using your source code 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

截屏2020-09-1110 10 37 截屏2020-09-1110 10 49
VaporMontey commented 1 year ago

Hello,

Have you found a solution to this issue? I've upgraded to Openvidu 2.27.0 and now this is happening.

Best regards

VaporMontey commented 1 year ago

Solution found, when generating the token through the REST API /openvidu/api/sessions/<SESSION_ID>/connection I was setting record=false.

The feature is under Openvidu PRO but it had effects on mine Openvidu CE.

Best regards