Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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.

<listClips>: Lists all the clips in the playlist.

<loadProject>: Loads the project from specified file.

<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.

<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



<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"












<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



<status>: Displays playback information.

Player@SUPPORT> status












<stop>: Stops player.

Player@SUPPORT> stop



<version>: Displays application version information.

Player@SUPPORT> version




  • No labels