Skip to content

Problems when trying to test recording feature in 'openvidu-call' tutorial #184

@sidarun88

Description

@sidarun88

Was checking out the openvidu-call tutorial and tried to test recording feature (tested on v2.23.0)

Followed instructions as described here to enable recording module for OpenVidu

Docker images used

  • openvidu/openvidu-dev:2.23.0
  • openvidu/openvidu-recording:2.23.0

Steps followed

Started the docker image using the following command

docker run -d -p 4443:4443 --rm --name=openvidu-dev -e OPENVIDU_SECRET=MY_SECRET -e OPENVIDU_RECORDING=true -e OPENVIDU_RECORDING_PATH=/path/to/recording/folder -e OPENVIDU_RECORDING_DEBUG=true -v /var/run/docker.sock:/var/run/docker.sock -v /path/to/recording/folder:/path/to/recording/folder openvidu/openvidu-dev:2.23.0

Then started the node server and client application as instructed here


Problems faced:

  1. Recording starts successfully, but its started state is not reflected back in UI
  2. The finished recording available at path/to/recording/folder/session-slug is just a black screen

Any help regarding this will be highly appreciated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions