Channel Recorder supports the following sets of Multiport Video Computer Protocol (MVCP) commands:
Supported Global MVCP Commands
Command | Function |
---|---|
| Closes the current connection. |
| Initiates event monitoring mode. |
| Returns the supported media ports. |
| Creates a new unit. |
| Returns the existing VST units. |
Supported Unit MVCP Commands
Command | Function |
---|---|
| Gets the current status of the VST Clip Cache (the numbers displayed are bytes used/available). |
| Cues recording of the unit’s currently loaded clip. |
| Loads a clip into a unit. |
| Sets controls for the unit: |
| Stops playback or recording. |
| Closes a unit. |
| Unloads the unit’s currently loaded clip. |
| Returns the status of a unit. |
Example MVCP Commands Sent by Viz Dart
UADD CS_ENCODER1 * SHAR dart
DISC global U1
UERR U1
SET U1 MED vtr.media.clip.format
"movie/stream/mxf"
SET U1 MED vtr.media.video.input.compression.type
"mpeg2-ibp-422p@hl"
SET U1 MED vtr.media.audio.input.channels
4
SET U1 MED vtr.media.audio.input.sample.width
16
LOAD U1 LUTAS_-_GLORY_62_-_SPORTV.mxf IN CRTE NOEX
SET U1 MED vtr.media.clip.start.mode
"time-of-day"
SET U1 MED vtr.media.input.trigger.duration.out
"04:00:00:00"
CUER U1
@
14
:
50
:
00
:
00
REC U1
USTA U1
UCLS U1
UNLD U1
See Also
The Video Server Toolkit Developer’s Guide on ftp.sgi.com (alternate link).