Remix.run Logo
toomuchtodo 8 hours ago

Very cool. Peertube supports remote runners [1] [2], might take a look for inspiration. As a distributed compute enthusiast, big fan of of this model for media processing.

[1] https://docs.joinpeertube.org/maintain/tools#peertube-runner

[2] https://docs.joinpeertube.org/admin/remote-runners

steelbrain 8 hours ago | parent | next [-]

Very cool! Thank you for sharing! I didn't know this existed, so now I'm curious how they solved it :)

My usecase is just-in-time media transcoding, I'll see if PeerTube remote runners support it

bastiao 6 hours ago | parent | prev [-]

Very nice. Could this concept be applied to have ffmpeg running in webassembly, and over HTTP?

toomuchtodo 6 hours ago | parent [-]

Similar to https://github.com/ffmpegwasm/ffmpeg.wasm ?

bastiao 6 hours ago | parent [-]

Exactly - but can transcoding be remote?