-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems when trying to test recording feature in 'openvidu-call' tutorial #184
Comments
Hi, it is very strange... do you have any logs for checking them out? |
Can you provide the start up logs of openvidu/openvidu-dev container? |
Just tested it again right now... Here are the logs for openvidu-dev docker image: |
Manged to build and run openvidu-call-front using provided dependencies by following this StackOverflow answer |
Manged to successfully test recording feature. Followed the steps provided here with slight modifications Openvidu deployment containerRan container with some modifications (added recording related configuration parameters)
Client application and node serverFollowed these steps. Then moved public folder into the dist folder. NginxCopied nginx.conf from openvidu-hello-world tutorial with slight modifications:
Have saved chrome debug logs and both container logs for both successful and failed runs. If you want I can upload all these logs, if it can help you to pinpoint the issue |
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-slug
is just a black screenAny help regarding this will be highly appreciated
The text was updated successfully, but these errors were encountered: