Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config of Ffmpeg and ffprobe issue in shared folder #106

Open
testchik opened this issue Apr 19, 2017 · 0 comments
Open

Config of Ffmpeg and ffprobe issue in shared folder #106

testchik opened this issue Apr 19, 2017 · 0 comments

Comments

@testchik
Copy link

I used below code for configuration. i get error messages like that:::::::::::
$config = new Config(array(
'temp_directory' => sys_get_temp_dir(),
'ffmpeg' => '/home/igeniusdev/public_html/Tools/ffmpeg',
'ffprobe' => '/home/igeniusdev/public_html/Tools/ffprobe',
'yamdi' =>null,
'qtfaststart' => null,
'cache_driver' => 'Null',
), true);

Error message:

Fatal error: Uncaught exception 'PHPVideoToolkit\FfmpegProcessException' with message 'An error was encountered with FFmpeg when attempting to read the formats that FFmpeg supports. FFmpeg reported: sh: /home/igeniusdev/public_html/Tools/ffmpeg: Permission denied' in /home/igeniusdev/public_html/Unity_Hex/phpvideotoolkit-v2-master/vendor/buggedcom/phpvideotoolkit/src/PHPVideoToolkit/Parser.php:99 Stack trace: #0 /home/igeniusdev/public_html/Unity_Hex/phpvideotoolkit-v2-master/vendor/buggedcom/phpvideotoolkit/src/PHPVideoToolkit/FfmpegParser.php(51): PHPVideoToolkit\Parser->getRawFormatData() #1 /home/igeniusdev/public_html/Unity_Hex/phpvideotoolkit-v2-master/vendor/buggedcom/phpvideotoolkit/src/PHPVideoToolkit/FfmpegParser.php(78): PHPVideoToolkit\FfmpegParser->_getParser() #2 /home/igeniusdev/public_html/Unity_Hex/phpvideotoolkit-v2-master/index.php(14): PHPVideoToolkit\FfmpegParser->__call('isAvailable', Array) #3 /home/igeniusdev/public_html/Unity_Hex/phpvideotoolkit-v2-master/index.php(14): PHPVideoToolkit\FfmpegParse in /home/igeniusdev/public_html/Unity_Hex/phpvideotoolkit-v2-master/vendor/buggedcom/phpvideotoolkit/src/PHPVideoToolkit/Parser.php on line 99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant