I have gone through the instructions about 4 times in setting up a MediaCache server and I’m still either not understanding the concept or configuring something wrong. I have been following the “Scale video on demand (VOD) with MediaCache” document. I currently have 24 Wowza streaming engines deployed internally and they received requests via F5 Global Traffic Manager boxes so the requesting users is routed to their local server. We run about 3 live events per month internally with around 1,000 live viewers. I want to know leverage those 24 boxes to do some VOD replays in a similar manner.
Do I have the proper understanding of how the content flow should work?
- I’m assuming that I can put an MP4 on a LAMP box and point all the VOD Edge configurations for the media cache to that server and they will pull the content as needed. So instead of 500 users making requests of one server. I want 24 servers to make those request and then cache that content for a couple of days.
MC1 <-> User
MC2 <-> User
HTTP Server <-> MC3 <-> User
MC4 <-> User
MC5 <-> User
If this is correct then I’m not sure what I’m doing wrong. I have run sniffers on the HTTP server looking for requests from the MC servers but it never receives any. I’m a bit at a loss right now. But I wanted to make sure I understood the concept properly before I go in depth on the configuration.