From 2227db1cc941b30dccf5b3ee0da07bf5cd14a435 Mon Sep 17 00:00:00 2001 From: Robert Vineyard Date: Tue, 24 Mar 2015 20:39:52 -0400 Subject: [PATCH] Update to work with 1-second black screen mp4 --- block hulu ads/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block hulu ads/lighttpd.conf b/block hulu ads/lighttpd.conf index 3d0843d4..d34cab7e 100644 --- a/block hulu ads/lighttpd.conf +++ b/block hulu ads/lighttpd.conf @@ -29,5 +29,5 @@ include_shell "/usr/share/lighttpd/create-mime.assign.pl" include_shell "/usr/share/lighttpd/include-conf-enabled.pl" $HTTP["host"] =~ "ads.hulu.com|ads-v-darwin.hulu.com|" { - url.redirect = ( "^/published/(.*)" => "http://192.168.1.101:8200/MediaItems/19.mov") + url.redirect = ( "^/published/(.*)" => "http://192.168.1.101/black.mp4") }