jivco / wowza-nginx-cdn

Some config files and POC code to make Wowza work with large DVR window and many users. There are also some HLS stress tools and ffmpeg DVR example script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Some config files and POC code to make Wowza work with large DVR window and many users. There are also some HLS stress tools and ffmpeg DVR example script.

License:GNU General Public License v3.0


Languages

Language:Shell 97.2%Language:PHP 2.8%