Wowza Community

On Demand Load Balancing

We use our Wowza server for an on demand application. We have the F5 load balancing available. Do the connections need to have server affinity?

There is no such thing as Origin/Edge for on demand application correct? I would need to have my content sync’d up with all the Wowza servers?

Thanks.

Is MediaCache-AddOn an answer to the sync question I had?

https://www.wowza.com/docs/how-to-scale-video-on-demand-streaming-with-media-cache

Yes it is.

I’m not sure about F5 load balancing. Wowza has a load balancing package:

https://www.wowza.com/docs/how-to-get-dynamic-load-balancing-addon

Richard

Yes. But using MediaCache is way for each “edge” to have access to the same content store.

Richard

If you start an EC2 AMI with any startup package, the default startup package is used, which includes an application named “vods3”, which is an implementation of MediaCache customized for EC2 and S3. There is more details in the Wowza EC2 User Guide:

http://www.wowza.com/resources/WowzaMediaServerForEC2_UsersGuide.pdf

Richard

First, you will have to disable the EC2 version of MediaCache that is built-in and supports the Wowza EC2 application named “vods3”, which is designed to use S3. To do that you have to remove this ServerListener from /conf/Server.xml:

<ServerListener>
 <BaseClass>com.wowza.wms.plugin.amazonaws.ec2.mediacache.MediaCacheServerListenerAmazonEC2</BaseClass>
 </ServerListener>

Then you can configured the regular MediaCache package as normal.

To preserve that configuration for re-use, you can use a startup package. Which are detailed in the Wowza EC2 User Guide. It’s basically a set of files that mirror the Wowza configuration, or the parts that you want to be customized, and is zipped up and used when you launch an instance to automatically configure the instance. In this case you would include the modified Server.xml, and your application configurations and the mediacache jar. There is a size limit, so if the jar puts you over that you will have to use a Download tag in the startup.xml in the startup package. Details are in the Wowa EC2 guide.

Richard

There is a wms-plugin-mediacache.jar on the Wowza EC2 instance, but it is not the same size as the one in the package.

You can try it, but I think you will probably have to overwrite it for your purposes with the jar in the MediaCache package.

Richard

Is there anything that would preclude using the MediaCache add-on mentioned earlier in the thread?

-Ian

Hi Richard,

Thanks for the feedback. So… to paraphrase… no Origin/Edge for on demand video… load balanced wowza servers either needs to have access to the same content store, or use MediaCache AddOn…

Paulo

How would one get MediaCache into Wowza Amazon EC2 solution?

Thanks Richard.

So… :slight_smile: We want to scale Wowza streaming from on-premise server to Amazon if there is a demand.

This is my thinking. If our current on premise Wowza server reaches a certain limit (bandwidth, or current connections), we want our F5 GTM to switch over new DNS requests to our Amazon Wowza server. Before that happens we would need our on-premise Wowza server to trigger a Amazon EC2 startup. We want this Wowza Amazon EC2 to use MediaCache and point it back via http to our on-premise Wowza server (yes we will server up content via http). I don’t want to pay for S3 storage. We want the Cache storage to use the current Amazon AMI storage. We don’t need files to persist over between instance startups. Once the server load decreases on the on-premise Wowza server, our F5 Load Balancer would send new requests back to on-premise. We would then shutdown the Amazon instance.

So… The only thing we need to persist is the MediaCache config that points back to our http content. How can I set that up?

I appreciate your help with this Richard! Excellent!

I took a look at the vods3.zip startup package and it doesn’t include any mention of the jar file. So… to me that implies that the mediacache.jar is in the AMI. All I would need to do it use a startup package with the configured application and a customized MediaCache.xml file.

I bit the bullet and signed up for Wowza Amazon EC2. The AMI does include the mediacache.jar and it works fine. I reconfigured it to use the http backend and used the AMI /mnt/mediacache for cache storage. Next step is to create startup package to do this automatically for me. Thanks!

Hi Richard, I am considering a hybrid Origin Origin with Origin Edge implementation for a Global eCDN - what I am hoping to do is find a way to replicate content across regions to the Origin (like APAC to London, big spans - some files will take a long time to replicate over) - what do you suggest? I am trying to find a solution that has some kind of error checking built in to it… I’ll be testing on EC2 with S3 for content. thoughts?