Recording in Opevidu V3.0

Do you mean the file directory location?

  • If you are using LiveKit API, recordings are saved in Minio. If you open http://localhost:7880 in the local deployment, you will see a panel with all the services available.

    Get the development credentials from minio, and click on Minio.

  • If you are using OpenVidu v2 API (v2compatibility), by default recordings are enabled locally. They’re placed in the same directory as the docker-compose.yml at /recordings

If you mean the HTTP URL:

  • If you are using LiveKit API, as recordings are saved in Minio, you need to get the file using an S3 client. Take a look also to this thread: Assistance Required with Recording Download - #3 by CSantosM

  • If you are using OpenVidu v2 API (v2compatibility), the endpoint should be: http://localhost:7880/openvidu/api/recordings/:sessionId/:recordingName

1 Like