PDA

View Full Version : Generic method of integrating 3rd party recording


keith
05-28-2008, 08:30 AM
WAVE generates a .pcm and a .xml with all the metadata embedded for the recording, both named with a unique GUID and found in a recordingcache folder on the Media Server. We use a tool called 'wmsstorerec' to process these .pcm and .xml files into our Management Server. We also have the ability to call another process that will move these files and process them accordingly. We will pass 2 parameters to the process: the directory the recordings are stored, and the GUID which has a corresponding .pcm and .xml.

I have included an example of a recording in the zip file attached. It has 3 files, the .pcm, .xml and a .cdr which is not required but some systems like that information as well.

This is the easiest method of integrating a generic 3rd party recorder into WAVE.