System variables have dynamic values that change based on the presentation that is being processed. These variables are included with the TechSmith Relay system and include the following:
Variable Name | Variable Value |
---|---|
{s:EncodeSettingTitle} | Title of the encode setting used to process a presentation. |
{s:PresentationDescription} | Description of the presentation. |
{s:PresentationDuration} | Duration, in milliseconds, of the presentation. |
{s:PresentationResolution} | Maximum resolution in the presentation. |
{s:PresentationTitle} | Title of the presentation. |
{s:PresenterEmailAddress} | Email address of the presenter associated with the presentation. |
{s:PresenterName} | Name of the presenter associated with the presentation. |
{s:PresenterUserName} | Username of the presenter associated with the presentation. |
{s:ProfileDescription} | Description of the profile used to process the presentation. |
{s:ProfileTitle} | Title of the profile used to process the presentation. |
{s:PublishDestinationTitle} | Title of the publish destination of the presentation. |
{s:PublishFileDuration} | The duration of the published presentation, in milliseconds. |
{s:PublishFileName} | File name of the presentation. |
{s:PublishFilePath} | The output path of the published presentation. |
{s:PublishFileSize} | The file size of the published presentation. |
{s:RecordDateTime} | Date and time the presentation was recorded. |
{s:RecorderComputerName} | Name of the computer that recorded the presentation. |
{s:RecorderIpAddress} | IP address of the computer that recorded the presentation. |
{s:RecordSettingTitle} | Title of the record setting used to record the presentation. |
{s:ServerUrl} | URL of the server that processed the presentation. |
{s:SourceFileSize} | Size of the original recording of the presentation. |
{s:StartProcessingDateTime} | Date and time the presentation started processing. |
Example Uses
-
Use the variable for the presenter’s username in a publish destination file path such as:
\media.company.com\presentations\{s:PresenterUserName}
When the presentation is published, the presenter’s username is substituted in the file path and places the presentation in that presenter’s network folder.
- Use the variable for the presenter’s email,
{s:PresenterEmailAddress}
, in the Recipient email field of an email notification. This notification is always sent to the presenter of the presentation, without having to create a notification for each user. - Use the variable for the presentation title in the Subject field of an email notification. Use something like “Presentation Ready for Viewing: {s:PresentationTitle}” to let the recipients know what presentation is ready from just the subject of the email.