Can't preview the video recorded when downloaded - RecordRTC
问题 steps that will reproduce the problem : I am recording a video using camera of my device using recordRTC and save and download the recorded video. After downloading the recorded video, I can only hear the audio but cannot see the video in my ipad/windows 10 machine . (Suspecting that webm video format is not supported.) initMediaRecorder(mediaStream: MediaStream) { this.mediaRecorder = new window['MediaRecorder'](mediaStream, mimeType: 'video/webm'); const recordedChunks = []; // zone.js