Use http-streaming for livestreams

This commit is contained in:
Omar Roth
2018-08-11 14:29:51 -05:00
parent ce0e4babad
commit 7116421fa4
3 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ class Config
end
class FilteredCompressHandler < Kemal::Handler
exclude ["/videoplayback", "/api/*"]
exclude ["/videoplayback", "/videoplayback/*", "/api/*"]
def call(env)
return call_next env if exclude_match? env