Fix video miss-cut because of start offset (#505)

This commit is contained in:
Zoe Roux
2024-05-20 01:41:00 +02:00
committed by GitHub
parent c8cc2fc057
commit 9061b2e8d9
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var safe_path = src.GetEnvOr("GOCODER_SAFE_PATH", "/video")
// Encode the version in the hash path to update cached values.
// Older versions won't be deleted (needed to allow multiples versions of the transcoder to run at the same time)
// If the version changes a lot, we might want to automatically delete older versions.
var version = "v2-"
var version = "v3-"
func GetPath(c echo.Context) (string, string, error) {
key := c.Param("path")