2014-02-20 38 views

回答

1

混帐克隆会得到FFmpeg的源代码,你需要编译它在本地主机上运行的本地版本。最简单的方法是在FFmpeg download section处获得操作系统的预编译版本之一,然后在sonus config.php中配置完全合格的系统路径:

/* 
|-------------------------------------------------------------------------- 
| ffmpeg System Path 
|-------------------------------------------------------------------------- 
| 
| We need to know the fully qualified system path to where ffmpeg 
| lives on this server. If you paste this path into your shell or 
| command prompt you should get output from ffmpeg. 
| 
| Examples: 
| Windows: 'C:/ffmpeg/bin/ffmpeg.exe' 
| Mac OSX: '/Applications/MAMP/ffmpeg/ffmpeg' 
| Linux: '/usr/bin/ffmpeg' 
| 
*/ 

'ffmpeg' => '/usr/bin/ffmpeg', //for GNU/Linux