1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added recodings manager and recording improvements.

This commit is contained in:
Ylian Saint-Hilaire 2020-05-05 13:00:51 -07:00
parent 69736ca4da
commit efc378be6b
7 changed files with 410 additions and 126 deletions

View file

@ -94,6 +94,7 @@
var recFileMetadata = null;
var recFileProtocol = 0;
var recFileIndexBasePtr = null;
var recFileExtras = null;
var agentDesktop = null;
var amtDesktop = null;
var playing = false;
@ -427,7 +428,6 @@
cleanup();
recFile = files[0];
recFilePtr = 0;
readNextBlock(processFirstBlock);
readLastBlock(function (type, flags, time, extras) {
if (type == 3) {
// File is ok