while trying to access recorded file I’m getting status 200 but an video with error:
unknown URL
openvidu server does not have path /dashboard/ mapped
If you are seeing this file as result of composed recording, the problem is most likely an issue with the recording URL
I have added these parameters to env file
-e OPENVIDU_RECORDING=true
-e OPENVIDU_RECORDING_PATH=/PATH/TO/VIDEO/FILES
-v /var/run/docker.sock:/var/run/docker.sock
-v /PATH/TO/VIDEO/FILES:/PATH/TO/VIDEO/FILES \