You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Videos were not supported by the encrypt plugin, as a critical API (ReadableStream.pipeThrough) for piping decrypted video data into a player was missing in Firefox. Now that Firefox 102 supports the said API, it should be no longer blocked to implement encryption and decryption for videos as well.
@dbw9580 - Good to know, thanks! Do you know what needs to be changed in the encrypt plugin to support this ?
Currently videos are filtered out from encryption when building the gallery - they no longer have to be.
For the decryption side inside the browser, we need to figure out how to enable streaming of the decrypted video, while enabling seeking to an arbitrary timestamp. Whether we should cache the decrypted video on the viewer's side also needs to be looked into.
I was prepared that the encrypt plugin did not work on videos, however I would have appreciated if it could encrypt the extracted thumbnails.
Once
sigal build pictures
:Here is my configuration and I am using sigal, version 2.2
The text was updated successfully, but these errors were encountered: