Integration with VidiCore
The file state of the files generated by Spectrum correspond with the start and end of the recording. The file is generated when the recording is started and finished when the recording is finished. Because of that, the file handling in this case should be done in the workflows started by VidiControl as follows:
In the workflow started for event RecorderSpectrum.recordingStarted, the VidiCore FILE-entity should be created. File state should be set to “OPEN”.
In the workflow started for event RecorderSpectrum.recordingFinished, the file state should be set to “CLOSED”.
To avoid conflicts in the interaction between those workflows and VidiCore’s mechanics and increase performance, the file’s storage should be configured as browse=false in Vidicore and should have a closeLimit, which is higher than the maximum recording length.