This commit is contained in:
Samuel Newman
2025-03-06 19:49:51 +00:00
committed by GitHub
parent 8eb1f8f1fc
commit 153fc17676
4 changed files with 18 additions and 12 deletions
+3
View File
@@ -168,6 +168,9 @@ export const MAX_LABELERS = 20
export const VIDEO_SERVICE = 'https://video.bsky.app'
export const VIDEO_SERVICE_DID = 'did:web:video.bsky.app'
export const VIDEO_MAX_DURATION_MS = 3 * 60 * 1000 // 3 minutes in milliseconds
export const VIDEO_MAX_SIZE = 1000 * 1000 * 100 // 100mb
export const SUPPORTED_MIME_TYPES = [
'video/mp4',
'video/mpeg',