Table of Telnet Commands
Telnet Commands;
Using a Telnet client applications, users can easily connect to Metus Player. In this section, we will use Microsoft Telnet Client application to connect to Metus Player. In order to connect the Metus Player, the user should enter the below command;
o <hostname> <portnumber>
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)
<help>: Display help information for available commands.
<exit>: Closes the terminal connection.
<addClip>: Adds a new clip to the playlist.
<cue>: Cues the specified item.
<jump>:Â Jumps to the specified item.
<listClips>: Lists all the clips in the playlist.
<loadProject>: Loads the project from specified file.
<moveClip>: Moves a clip to the specified position in the playlist.
<newProject>: Creates a new, empty project.
<pause>: Pauses player.
<playBackward>: Decreases playback rate.
<play>: Starts player.
<playForward>:Â Increases playback rate.
<previousFrame>: Goes to previous frame.
<removeClip>: Removes the specified clip from the playlist.
<saveProjectAs>: Saves the project to a new file.
<saveProject>: Saves the project file.
<SetRate>: Sets the playback rate.
<status>: Displays playback information.
<stop>: Stops player.
<version>: Displays application version information.
<addClip>: Adds a new clip to the playlist.
Player@SUPPORT> addClip file:"D:\Clip 1.mov" |
<cue>:Â Cues the specified item.
Player@SUPPORT> cue index:2 |
<jump>:Â Jumps to the specified item.
Player@SUPPORT> jump index:2 |
<listClips>: Lists all the clips in the playlist.
Player@SUPPORT> listClips |
<loadProject>: Loads the project from specified file.
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.
Player@SUPPORT> newProject |
<pause>: Pauses player.
Player@SUPPORT> pause |
<playBackward>: Decreases playback rate.
Player@SUPPORT> playBackward |
<play>: Starts player.
Player@SUPPORT> play |
<playForward>:Â Increases playback rate.
Player@SUPPORT> playForward |
<previousFrame>: Goes to previous frame.
Player@SUPPORT> previousFrame |
<removeClip>: Removes the specified clip from the playlist.
Player@SUPPORT> removeClip index:3 |
<saveProjectAs>: Saves the project to a new file.
Player@SUPPORT> saveProjectAs file:"D:\MPEG2HD\Sample List" |
<saveProject>: Saves the project file.
Player@SUPPORT> saveProject |
<SetRate>: Sets the playback rate. The playback speed can be set between -0.1 -0.2 -0.3 -0.4 -0.5 -0.6 -0.7 -0.8 -0.9 -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 |
<status>: Displays playback information.
Player@SUPPORT> status |
<stop>: Stops player.
Player@SUPPORT> stop |
<version>: Displays application version information.
Player@SUPPORT> version |