ObjectNode recordingState = getRecordingState(currentRecordingDoc);
recordingState.put("postProcessingStarted", new Date().getTime());
connector.update(currentRecordingDoc);
}
EventBus.publish(new UploadingStartedEvent());
String revision = currentRecordingDoc.get("_rev").getTextValue();
try {
// mp3
FileInputStream fis = new FileInputStream(t.getRecordings()[0]);