Piwigo / piwigo-videojs

Videojs port for piwigo. Play your videos on your web gallery!
http://piwigo.org/ext/extension_view.php?eid=610
GNU General Public License v3.0
64 stars 44 forks source link

Piwigo no displaying or playing Videos. #227

Open MintyMcMintface opened 1 month ago

MintyMcMintface commented 1 month ago

Hi All,

I write to raise a noob question. Apologies if there is a thread for this but I have been searching online for sometime and don't have a answer.

I run Linux Mint 21.3 Cinnamon as a server for documents, I run Piwigo on it in order to get my photos away from the google monster.

I have .htaccess files in my mounted drives. My photo directory (./galleries) has my photos drive mounted as a sym-link (bind) to my Piwigo directory.

Photos work fine.

Videos, do not load. All are MP4, All work outside of Piwigo, just not inside Piwigo.

If I upload new videos they work fine. It's just the ones I synced.

I have followed the directions here: https://github.com/Piwigo/piwigo-videojs/wiki/How-to-add-videos#external-tools

I have added the config lines.

I am sure I am doing something wrong, but I can't figure it out.

What information would be useful to provide to help with finding out why my video's don't play.

One other thing, I get the following error: "The media could not be loaded, either because the server or network failed or because the format is not supported"

I also get a check sum "error: 0" when trying to validate checksum.

THINGS I HAVE TRIED:

AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm

Anybody have any ideas?

EddyLB commented 1 month ago

This is not the right place to ask such questions. Please use the Piwigo forums and provide Piwigo and server logs, the LocalFiles Editor configuration (see e.g. here) and report on the manual use of ffmpeg and mediainfo.

kg333 commented 1 month ago

@EddyLB , if this isn't the correct venue for support of issues with VideoJS, Piwigo should probably talk to the plug-in author and ask them to point to the Piwigo forums. Their plug-in settings page is directing users here: image

I'm having the same problem and followed the link to the VideoJS Github issue page.