im facing this error as my media is said to be non seekable - but it plays correctly after downloading
meaning its not playing directly when i open the url
im using this ffmpeg command as well
Ffmpeg() .input(inputProps.cover[i]) // Input video file path .videoFilters(['scale=1080:1920:force_original_aspect_ratio=increase', 'crop=1080:1920']) // Resize and crop video .videoCodec('libx264') // H.264 video codec .audioCodec('aac') // AAC audio codec .outputOptions([ '-preset veryfast', // Choose an appropriate preset for your needs '-crf 22', // Constant rate factor (CRF) for video quality '-b:a 128k', // Audio bitrate '-movflags +faststart', // Ensure the moov atom is at the beginning of the file for progressive playback ]) .output(