Jump to content
36 minutes ago, Lithros said:

For instance having one for video and another for music? So the current Pis can't share the load of transcoding?

I think it's more of an issue of serial vs parallel processing. Transcoding a video would be a serial operation. As data is requested it gets transcoded and sent out one chunk at a time by a single worker (CPU). You can't parallelize a process like that across multiple CPUs. It's a single data stream. To increase the performance of that you'd have to overclock the CPU adding CPUs wouldn't do much (or anything). Now if you needed multiple data streams then a cluster would theoretically work by giving each CPU the task of handling it's own data stream but even then it probably wouldn't work the way you'd hope it would.

Link to comment
https://linustechtips.com/topic/917000-pi-cluster-and-plex/#findComment-11245758
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×