Im using this via the PHP FFMPEG library on a XAMPP server running on Mac OS.
apparently the directory returned via sys_get_temp_dir(); is not writeable due to directory permissions.
A solution would be to be able to have a fallback directory that is manually or automatically specified?
But this would also needed to be exposed by PHP FFMPEG for example.
Error Details
Type: Neutron\TemporaryFilesystem\IOException
Message: Unable to make directory
File: /Users/xxxxxx/xxxxx/vendor/neutron/temporary-filesystem/src/Neutron/TemporaryFilesystem/TemporaryFilesystem.php
Line: 42
Trace
#0 /Users/x/xx/vendor/neutron/temporary-filesystem/src/Neutron/TemporaryFilesystem/Manager.php(52): Neutron\TemporaryFilesystem\TemporaryFilesystem->createTemporaryDirectory(511, 50, 'ffmpeg-passes57...')
#1 /Users/x/xx/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Video.php(124): Neutron\TemporaryFilesystem\Manager->createTemporaryDirectory(511, 50, 'ffmpeg-passes57...')
......
Im using this via the PHP FFMPEG library on a XAMPP server running on Mac OS.
apparently the directory returned via sys_get_temp_dir(); is not writeable due to directory permissions.
A solution would be to be able to have a fallback directory that is manually or automatically specified?
But this would also needed to be exposed by PHP FFMPEG for example.
Error Details
Trace