On 6/5/23 11:06, Andrew Kilgore wrote:
Thanks Mike, will definitely check this out. I've been working on 1.3.0 so missed the addition of this.

I'm assuming that the playback is performed in a memory-efficient manner ...

Yes, all temporary data is stored using Blobs and data within auto-generated keyframes is compressed using PNG.

... and doesn't require the entire recording to be loaded prior to playback (as, if I recall correctly, was previously the case for the sample in-browser player)
No, it needs to at least fully download the recording and perform basic processing (enumeration of frames). You can cancel that process if you want to stop retrieving the recording and just play back what has been downloaded so far.

If you seek forward beyond where the player has already played back, the player will need to take some time to reconstruct the intermediate frames. You can cancel that process, too, and play back from wherever the player has reached.

- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to