Closed
Description
Is your feature request related to a problem? Please describe.
A lot of distributions and containers have /tmp
mounted with noexec
for security reasons. Unless the user remove noexec
, video transcoding will fail.
Describe the solution you'd like
Perhaps allow the user to specify the directory where the video transcoding can be done. This could be taken further by allowing transcoded video files to persist in a user-specified directory rather than being done on-demand (perhaps as a user option), and so the transcoding only needs to be done the first time the video is served, rather than every time.