Add eac3 to list of supported codecs

This commit is contained in:
Zoe Roux
2024-05-12 17:47:21 +02:00
parent cd46050c94
commit 83b1c6b398
2 changed files with 7 additions and 1 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 = "v1."
var version = "v2-"
func GetPath(c echo.Context) (string, string, error) {
key := c.Param("path")