Put suggested ffmpeg version into constants file
This commit is contained in:
@@ -3,11 +3,12 @@ package config
|
||||
import "path/filepath"
|
||||
|
||||
const (
|
||||
WebRoot = "webroot"
|
||||
PrivateHLSStoragePath = "hls"
|
||||
GeoIPDatabasePath = "data/GeoLite2-City.mmdb"
|
||||
ExtraInfoFile = "data/content.md"
|
||||
StatsFile = "data/stats.json"
|
||||
WebRoot = "webroot"
|
||||
PrivateHLSStoragePath = "hls"
|
||||
GeoIPDatabasePath = "data/GeoLite2-City.mmdb"
|
||||
ExtraInfoFile = "data/content.md"
|
||||
StatsFile = "data/stats.json"
|
||||
FfmpegSuggestedVersion = "v4.1.5" // Requires the v
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user