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:
- Recording starts successfully, but its started state is not reflected back in UI
- The finished recording available at
path/to/recording/folder/session-slug is just a black screen
Any help regarding this will be highly appreciated
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
Steps followed
Started the docker image using the following command
Then started the node server and client application as instructed here
Problems faced:
path/to/recording/folder/session-slugis just a black screenAny help regarding this will be highly appreciated