Re-work RTMP for #34

This commit is contained in:
Gabe Kangas
2020-07-11 16:04:02 -07:00
parent 8f832dad5a
commit a0d27df8c6
4 changed files with 64 additions and 61 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.ts")
return filepath.Join(os.TempDir(), "streampipe.flv")
}
//DoesFileExists checks if the file exists