log/
folder in the same path as your Java executable."--
You received this message because you are subscribed to the Google Groups "OpenVidu" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openvidu+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openvidu/8191e3ba-dd10-4a4d-a7bb-e26eb0388889%40googlegroups.com.
Hi MicaelI have OV installed on Ubuntu Xenial on Google Cloud Compute Engine VM.When open SSH shell of the VM, by default I am in the my login home directory which is something like... "home /login Id". So this is the directory from where I launch OV with the usual command like... "java - D......-D.....open Vidu v2. 11. 0".So are you saying I should create "log" folder under the default home directory when I connected to SSH? Something like... "hime/login id/log" so that OV can create CDR events?.
Also another related question is, at present we are running OV on our GCP VM by manually SSH into the VM from my laptop which means we have to keep my laptop ON to keep OV running in VM.But how can we keep the OV running on the GCP VM without having dependency on our laptop to start the OV through SSH please?
HI Micael,We have tried by creating a "log" directory under the user's default home directory in the SSH.So it is like /home/userid/logAfter that we have run few WebRTC calls and below is the configuration we have in "application.properties" file under /opt/openvidu/ folder.openvidu.cdr=true
openvidu.secret=MY_SECRET
openvidu.recording=true
openvidu.recording.path=/opt/openvidu/recordings
openvidu.recording.public-access=trueBut we are not able to see any CDRs generated in /home/userid/log. Can you please suggest where are we going wrong.?Just to confirm below is our current env variable JAVA_HOME setuserid@ov-rec-cdr-instance-1:~$ echo $JAVA_HOME
/usr/lib/jvm/java-8-openjdk-amd64thaksIas
Ias
ThanksIas
To unsubscribe from this group and stop receiving emails from it, send an email to open...@googlegroups.com.
And inside log folder you will find CDR files: