...
After you have established a successful connection with Metus Player via telnet, you can list all the available commands by typing <help>.
Example: (The commands user entered has been shown in bold text)
...
<loadProject>: Loads the project from specified file.
<moveClip>: Moves a clip to the specified position in the playlist.
<newProject>: Creates a new, empty project.
...
Player@SUPPORT> loadProject file:"D:\MPEG2HD\Sport List.mpprj" |
<moveClip>: Moves a clip to the specified position in the playlist.
Player@SUPPORT> moveClip index:1 newIndex:3 |
<newProject>: Creates a new, empty project.
...
<SetRate>: Sets the playback rate. The playback speed can be set between 0.1/between -0.1 -0.2 -0.3 -0.4 -0.5 -0.6 -0.7 -0.8 -0.9 to -1.0 -2.0 -3.0 -4.0 -5.0 to +0.1 +0.2 +0.3 +0.4 +0.5 +0.6 +0.7 +0.8 +0.9 to +1.0 +2.0 +3.0 +4.0 +5.0
Player@SUPPORT> SetRate rate:0.5 |
...