I'm attempting to use the MediaSource API to concatenate separate mp4 files that was created via the MediarRecorder API. Problem is, that there appears to be a bug in the current Chrome Browser implementation of the MediaRecorder API that omits DURATION metadata from the recorded files and unfortunately a duration value is mandatory to concatenate files together using the MediaSource API
Are there any approaches to getting around this short of using FFMPEG to re-encode the files?