|
@@ -46,7 +46,6 @@ func TranscodeAndStream(w http.ResponseWriter, r *http.Request, inputFile string
|
|
|
w.Header().Set("Content-Type", "video/mp4")
|
|
|
w.Header().Set("Transfer-Encoding", "chunked")
|
|
|
w.Header().Set("Cache-Control", "no-cache")
|
|
|
- w.Header().Set("Accept-Ranges", "bytes")
|
|
|
|
|
|
// Get the command output pipe
|
|
|
stdout, err := cmd.StdoutPipe()
|