Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 470 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 470 Bytes

wowza-nginx-cdn

Some config files and POC code to make Wowza work with large DVR window and many users.

  • openresty-cahe-wowza-gzip-hash-lua.conf - It's working config of nginx cache using openresty. The high load of Wowza is due to concaternating auth string to every row of a playlist so we are using lua to do that. Basically we intercept wowza's response and modify it on the fly. Wowza must be configured in Live HTTP origin mode (origin for non-wowza edges).