feat(video): first steps in supporting more modern versions of ffmpeg

This commit is contained in:
Gabe Kangas
2023-12-10 16:16:05 -08:00
parent 2217f0614a
commit d76b2b79b7
9 changed files with 313 additions and 52 deletions

View File

@@ -111,7 +111,7 @@ type serverConfigAdminResponse struct {
VideoServingEndpoint string `json:"videoServingEndpoint"`
S3 models.S3 `json:"s3"`
Federation federationConfigResponse `json:"federation"`
SupportedCodecs []string `json:"supportedCodecs"`
SupportedCodecs []models.VideoCodec `json:"supportedCodecs"`
ExternalActions []models.ExternalAction `json:"externalActions"`
ForbiddenUsernames []string `json:"forbiddenUsernames"`
SuggestedUsernames []string `json:"suggestedUsernames"`