// startTime1 = correctTimeToSyncSample(track, startTime1, false);
// endTime1 = correctTimeToSyncSample(track, endTime1, true);
Why these are commented out. Causing error these lines if not used .
error message: The number of samples and the sum of all chunk lengths must be equal
// startTime1 = correctTimeToSyncSample(track, startTime1, false);
// endTime1 = correctTimeToSyncSample(track, endTime1, true);
Why these are commented out. Causing error these lines if not used .
error message: The number of samples and the sum of all chunk lengths must be equal