Use local rtmpdump
This commit is contained in:
parent
00dd04e60b
commit
57a1674f4b
5 changed files with 39 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue