Verder geprobeerd de VLCApplication werkend te krijgen, maar lukt nog steeds niet. Elke actie wordt twee keer uitgevoerd, maar VLC reageerd niet. De webinterface geeft nu ook oppeens forbidden?!?!
Mooie set iconen gevonden voor de interface.
This commit is contained in:
@@ -13,7 +13,6 @@ import com.dt.iTunesController.iTunesEventsInterface;
|
||||
public class iTunesApplication extends Application implements iTunesEventsInterface {
|
||||
protected static final int POSTION_CHANGE_RATE = 1;
|
||||
protected static final int VOLUME_CHANGE_RATE = 5;
|
||||
protected static final int SEEK_TIME = 1000;
|
||||
|
||||
protected iTunes iTunes;
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ public class VLCApplication extends CMDApplication {
|
||||
public void command(String command) {
|
||||
String request = "GET /requests/status.xml?command=" + command + " /HTTP/1.1\r\n\n";
|
||||
output.println(request);
|
||||
//System.out.printf("Kijk eens VLC: %s\n", request);
|
||||
/*System.out.println(request);
|
||||
try {
|
||||
Scanner feedback = new Scanner(socket.getInputStream());
|
||||
|
||||
Reference in New Issue
Block a user