Use local rtmpdump

This commit is contained in:
Pierre Rudloff 2016-04-12 21:13:43 +02:00
parent 00dd04e60b
commit 57a1674f4b
5 changed files with 39 additions and 5 deletions

View file

@ -139,7 +139,7 @@ class FrontController
if (parse_url($video->url, PHP_URL_SCHEME) == 'rtmp') {
$builder = new ProcessBuilder(
array(
'/usr/bin/rtmpdump',
$this->config->rtmpdump,
'-q',
'-r',
$video->url,