womanopk.blogg.se

Laravel ffmpeg
Laravel ffmpeg




laravel ffmpeg

InnoDB: Reading tablespace information from the. InnoDB: the log sequence number in the ib_logfiles!ġ40613 5:37:52 InnoDB: Database was not shut down normally! InnoDB: The log sequence number in ibdata files does not match Please use the full name instead.ġ40613 5:37:52 Plugin 'FEDERATED' is disabled.ġ40613 5:37:52 InnoDB: The InnoDB memory heap is disabledġ40613 5:37:52 InnoDB: Mutexes and rw_locks use GCC atomic builtinsġ40613 5:37:52 InnoDB: Compressed tables use zlib 1.2.3.4ġ40613 5:37:52 InnoDB: Initializing buffer pool, size = 128.0Mġ40613 5:37:52 InnoDB: Completed initialization of buffer poolġ40613 5:37:52 InnoDB: highest supported file format is Barracuda. I want to mention that the php artisan queue:listen command is being triggered via Supervisor and that I have 4 running concurrent processes.Įrror log: 140613 5:37:52 Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. PHP_EOL ĭB::connection('mysql3')->table('video_processing')->where('id', $data)->update(array('deleted_at' => \Carbon\Carbon::now())) Īny ideas as to why MySql would die like that? ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) PHP_EOL ĭB::table('archives_items')->where('id', $data)->update(array('deleted_at' => NULL)) ĭB::connection('mysql3')->table('video_processing')->where('id', $data)->update(array('finished_processing' => 1)) Įcho $data. $uploader->getEventDispatcher()->addListener(Įcho " => Upload failed.\n". ' -tune zerolatency -movflags faststart -crf 25 -profile:v main -level:v 3.1 -acodec libfdk_aac -b:a 256k '. ' -y -vcodec libx264 -tune zerolatency -movflags faststart -crf 20 -profile:v main -level:v 3.1 -acodec libfdk_aac -b:a 256k '. $output_directory = '/home/ubuntu/transcodes/' Here's my code in case it's useful: public function fire($job, $data) I checked drive space and it's about 77% used (43G out of 60G). After setting up queue listener to process uploaded videos with FFMPEG, I've come back to the server several times to find that MySql has stopped running.






Laravel ffmpeg