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:
Bram Veenboer
2011-03-02 15:58:47 +00:00
parent 1bb7cb7797
commit e098ed23b0
3 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -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());