[jitsi-users] jitsi-videobridge record video and sound with jirecon : java error

Hi guys,
I'm trying to record jitsi video between multi peers. I'm using jirecon to achieve this. The standalone script jirecon.sh script doesn t start :
I have this message : Error: Could not find or load main class org.jitsi.jirecon.Main

The script is launched on Ubuntu 16.04, with openjdk-8-jre installed. Sounds like a java path issue but I don’t know how to solve this.

Regards,

Raphael.

Sound like a normal Java classpath problem:

java -jar ..path/to/start-main-whatever.jar -classpath
../path/to/your/jirecon.main.jarfile/

best regards,
Marius

···

Am 17.03.2017 um 15:30 schrieb Raphael Kong:

Hi guys,
I'm trying to record jitsi video between multi peers. I'm using jirecon to achieve this. The standalone script jirecon.sh script doesn t start :
I have this message : Error: Could not find or load main class org.jitsi.jirecon.Main

The script is launched on Ubuntu 16.04, with openjdk-8-jre installed. Sounds like a java path issue but I don’t know how to solve this.