PeerTube adds automatic transcriptions using Whisper! Nice.
But with all these @peertube runners - especially with Whisper on board - using a lot of CPU (or GPU) to process media smoothly, wouldn't it be a good idea to be able to share runners between instances? Some machines have enough capacity to take transcoding jobs from other instances when they are idle anyway. p2p-trancoding anyone? With an ActivityJobQueue maybe?
https://github.com/Chocobozzz/PeerTube/releases/tag/v6.2.0-rc.1
@toon peertube-runners can register on multiple instances and so can be easily shared by multiple peertube admins :) This was one of our objectives when we developed the program
@peertube That sounds great.
@toon No it's not implemented yet
@peertube would be awesome once it will be. But great sharing resources is possible already! thanks!