templates.kurento.sh.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kurento-test Show documentation
Show all versions of kurento-test Show documentation
This project contains test cases for testing Kurento
Java Client and Kurento Media Server.
#!/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