mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +08:00
Re-work RTMP for #34
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user