saimn / sigal

yet another simple static gallery generator

Home Page:http://sigal.saimon.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support encrypting videos in the encrypt plugin

dbw9580 opened this issue · comments

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.

cc #444

Closing to centralize the info in #444