Remove quiet flag for rtmpdump
This commit is contained in:
parent
8ba55cf5d4
commit
00dd04e60b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class FrontController
|
||||||
$builder = new ProcessBuilder(
|
$builder = new ProcessBuilder(
|
||||||
array(
|
array(
|
||||||
'/usr/bin/rtmpdump',
|
'/usr/bin/rtmpdump',
|
||||||
//'-q',
|
'-q',
|
||||||
'-r',
|
'-r',
|
||||||
$video->url,
|
$video->url,
|
||||||
'--pageUrl', $video->webpage_url
|
'--pageUrl', $video->webpage_url
|
||||||
|
|
Loading…
Reference in a new issue