Update to work with 1-second black screen mp4

This commit is contained in:
Robert Vineyard 2015-03-24 20:39:52 -04:00
parent f57d2c8b2d
commit 2227db1cc9

View file

@ -29,5 +29,5 @@ include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl" include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
$HTTP["host"] =~ "ads.hulu.com|ads-v-darwin.hulu.com|" { $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")
} }