List of usage examples for org.apache.commons.net.telnet TelnetClient subclass-usage
From source file com.yen.actiondevice.endapplications.VLCControl.java
/**
*
*
* Exposes control of VLC media player (videolan.org) from java. VLC must be set
* up to open a telnet control on localhost:4444.
* <p>
From source file de.klemp.middleware.examples.receptor_software.vlc.VLCControl.java
/**
* This class is a copy from:
* https://forum.videolan.org/viewtopic.php?f=14&t=85347 Exposes control of VLC
* media player (videolan.org) from java. VLC must be set up to open a telnet
* control on localhost:4444.
* <p>
From source file ch.unizh.ini.jaer.projects.gesture.vlccontrol.VLCControl.java
/**
* Exposes control of VLC media player (videolan.org) from java. VLC must be set up to open a telnet control on localhost:4444.
* <p>
* For VLC 1.1.5, use the following setup to expose the remote control (rc) interrface for telnet control:
* <p>
* This setting is in VLC Tools/Preferences/Show settings (All)/Interface/Main interfaces. Select the "Remote Control Interface" and replace "oldrc" with "rc" in the text field.
From source file tools.vlc.VLCControlTelnet.java
public class VLCControlTelnet extends TelnetClient implements Runnable, TelnetNotificationHandler, VLCController { /** * Exposes control of VLC media player (videolan.org) from java. VLC must be * set up to open a telnet control on localhost:4212. This is done by * starting vlc with the following parameters: vlc --intf qt --extraintf
From source file de.klemp.middleware.controller.VLCControl.java
/**
* This class is a copy from:
* https://forum.videolan.org/viewtopic.php?f=14&t=85347 Exposes control of VLC
* media player (videolan.org) from java. VLC must be set up to open a telnet
* control on localhost:4444.
* <p>