-
-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Labels
Description
Hey, Am having issues with the timestamp event. I am trying to upload a "slice" of the recorded video. Below is what I noticed.
-
The first slice of the
player.recordedDatacontains a blob of size 1 -
The subsequent slices contain blob array of size + 1
I did the following
var binaryData = player.recordedData[player.recordedData.length - 1];
The first blob is playable but the subsequent blobs are not playable.
I only want to send a particular slice at a time and not the total recorded file. How do I achieve this?