Skip to content

Timeslice blobs are corrupted #376

@code-wizard

Description

@code-wizard

Hey, Am having issues with the timestamp event. I am trying to upload a "slice" of the recorded video. Below is what I noticed.

  1. The first slice of the player.recordedData contains a blob of size 1

  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions