Running Piwigo on Linux version core 14.5.0. Also have VideoJS installed. Haven't uploaded things in like 4 years. Covid, bla bla bla. Anyway, I do have videos in my system and wondering what's changed. I have uploaded my whole trip into my instance of Piwigo thru my iPhone 14 running iOS 18 beta. Everything uploaded except the videos. Those all shows a triangle with an exclamation in it. Pressing down on one of them says "File format not accepted by Piwigo server". What am I missing? Hopefully I don't have to download like 22 videos to my PC and convert them. Still scratching my head on what I did 4 years ago.
Offline
Note I was able to upload the MOV files from my iPhone now but no play logo like my other videos which are MP4 format. I did:
In plugin LocalFiles Editor, tab "local configuration", add:
<?php
$conf['file_ext'] = array_merge(
$conf['picture_ext'],
array('pdf', 'tiff', 'tif')
);
$conf['upload_form_all_types'] = true;
?>
also for the indexer did: apt-get install php7.0-xml
Noticed when I set videojs to VideoJS Player v7 I get a blank screen for videos on all of them. If I set to V5 then the mp4s at least have a play button. Would think the newer player would work better.
Offline
From my knowledge, .mov files cannot be read on Piwigo. You have to convert them beforehand to .mp4. Check with phone apps for Piwigo. There might be one that converts mov files to mp4 AND upload them to the Piwigo site.
Offline