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(
|
||||
array(
|
||||
'/usr/bin/rtmpdump',
|
||||
//'-q',
|
||||
'-q',
|
||||
'-r',
|
||||
$video->url,
|
||||
'--pageUrl', $video->webpage_url
|
||||
|
|
Loading…
Reference in a new issue