205 shaares
5 private links
5 private links
How to remove transcoding from peertube :
SELECT FROM video WHERE uuid = ; // Find the id of the video you want
SELECT FROM videoFile WHERE "videoId" = ; // Find all the videos transcoded for that video, select by dimension
DELETE FROM videoFile WHERE id = ; // Delete the transcoded wanted
rm /var/www/peertube/storage/videos/uuid-dimension.mp4