RTP Tasks - Installation

Installing the Task Package

The tasks are provided as PureLoad custom tasks. This means that the tasks should be installed into the extensions directory.

Install by extracting the distribution tar or zip file info <pureload-home>/extensions, (where <pureload-home> is where you have installed PureLoad/PureTest)

Loading And Using Custom Tasks in PureLoad

The tasks are delivered as PureLoad custom tasks, meaning that they are not included by default in the list of standard tasks. Custom task can be loaded into PureLoad/PureTest in one of two ways:

  1. Loading a PLC-file that includes the custom task types
  2. Using the Task Types sub tab of the scenario editor and choose "Task->Load All Custom Tasks" and the extensions directory will be searched for the custom task class.

To load all provided RTP custom tasks load the example PLC file: test/rtp/rtp.plc found in the extensions directory.

When a PLC-file is saved, make sure to include the option "Task Types" so that the task types for all custom tasks is saved.


Examples

The following example PLC files are provided:

test/rtp/rtp.plc
Example using RTP to send data between two clients within the same scenario
test/rtp/sip-rtp.plc
Example using SIP for signalling and the RTP tasks to exchange data using RTP. (requires the SIP extension tasks package)