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

@ -34,6 +34,7 @@ class Config
public $params = array('--no-playlist', '--no-warnings', '-f best[protocol^=http]', '--playlist-end', 1);
public $convert = false;
public $avconv = 'vendor/bin/ffmpeg';
public $rtmpdump = 'vendor/bin/rtmpdump';
public $curl_params = array();
/**