Webm file could not play when MediaRecorder on Chrome does not provide the cluster?
问题 Background : I need to play each webm file individually which are created by MediaRecorder According to Brad’s suggestion, we need to split the data on the cluster element 0x1F43B675 , and prepend everything before the first cluster to a later cluster I have splitted the data on cluster instances, and made a webm file with header(data before first cluster) and splitted data. For this what I am doing inside the ondataavailable of MediaRecorder API, // below statements would be executed from