Wowza Community

Live Transcoder Possible on the Edge or Origin ?

Just wondering if the live transcoder is possible on the Edge rather than the Origin server ? possible to share the load there ?

The whole point of edge servers is to repeat the content created by origin. If you’re doing transcoding on a server it really becomes an origin server I guess.

However, origin/edge role is done per application, not per server, so you could split the transcoding load across multiple applications. For example if you have three applications and three servers, you could use server1 as origin/transcoder for app1 (and server2&3 as edges for app1); then user server2 as origin/transcoder for app2 (and server1&3 as edges for app2) and finally server3 as origin/transcoder for app3 (and server1&2 as edges for app3).

You lose simple scalability, but with good organisation it’s still possible to create a good scalability setup.

There are other options as well, e.g. using vhosts, but for a better recommendation you’d have to provide more details.

ok I figured thanks. Spread the load across multiple origins of course.