Works if I mux restream to ts, not flv

This commit is contained in:
Gabe Kangas
2020-07-03 18:48:42 -07:00
parent 43d434747b
commit 0aa3159372
5 changed files with 59 additions and 107 deletions

View File

@@ -9,7 +9,7 @@ import (
//GetTemporaryPipePath gets the temporary path for the streampipe.flv file
func GetTemporaryPipePath() string {
return filepath.Join(os.TempDir(), "streampipe.flv")
return filepath.Join(os.TempDir(), "streampipe.ts")
}
//DoesFileExists checks if the file exists