Is it possible to handle/read/interpret MediaRecorder video dataavailable event blobs (recorded chunks) in real-time without awaiting the final chunk?
A media element such as a HTML5 video tag can be recorded with the Media Stream Recording API. A straightforward example is provided here by the helpful people at Mozilla: