diff --git a/httppaths.go b/httppaths.go index 50a98eb..9e9713a 100644 --- a/httppaths.go +++ b/httppaths.go @@ -54,11 +54,11 @@ func videoplayback(w http.ResponseWriter, req *http.Request) { } c := q.Get("c") - if c == "" { - w.WriteHeader(400) - io.WriteString(w, "'c' query string undefined.") - return - } + // if c == "" { + // w.WriteHeader(400) + // io.WriteString(w, "'c' query string undefined.") + // return + // } host := q.Get("host") q.Del("host")