All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.kurento.sh.ftl Maven / Gradle / Ivy

Go to download

This project contains test cases for testing Kurento Java Client and Kurento Media Server.

There is a newer version: 6.18.0
Show newest version
#!/bin/sh

export GST_PLUGIN_PATH=$GST_PLUGIN_PATH:${gstPlugins}
export GST_DEBUG=${debugOptions}
nohup ${serverCommand} --gst-debug-no-color -f ${workspace}kurento.conf.json -c /etc/kurento/modules -d ${workspace}logs &
echo $! > ${workspace}kms-pid




© 2015 - 2025 Weber Informatics LLC | Privacy Policy