v0.1.4
res.sendFile's internal `send` threw NotFoundError on the absolute package path under npm/npx installs, so /livestream 404'd even though livestream.html ships and is present. Read the HTML once at startup and res.send() it.
res.sendFile's internal `send` threw NotFoundError on the absolute package path under npm/npx installs, so /livestream 404'd even though livestream.html ships and is present. Read the HTML once at startup and res.send() it.