Search found 3 matches

Go to advanced search

by Challex
20 Mar 2013 17:36
Forum: General VLC media player Troubleshooting
Topic: VLC remote control via TCP
Replies: 4
Views: 2278

Re: VLC remote control via TCP

aahhh i got it :D

my problem was the ObjectOutputStream (also the ObjectInputStream). I changed it to BufferedWriter/Reader and now it works.
But thanks for your efforts.
by Challex
20 Mar 2013 14:56
Forum: General VLC media player Troubleshooting
Topic: VLC remote control via TCP
Replies: 4
Views: 2278

Re: VLC remote control via TCP

When i opened the InputStream the thread blocks =/

Code: Select all

inputStream = new ObjectInputStream(socket.getInputStream());
by Challex
17 Mar 2013 20:11
Forum: General VLC media player Troubleshooting
Topic: VLC remote control via TCP
Replies: 4
Views: 2278

VLC remote control via TCP

Hi, i'm trying to remote control my vlc player over a tcp socket. I enabled the Remote-Control-Interface (oldrc) and set the binding to localhost:2000 (with disabled console). http://imgur.com/1grGMwr,xGOLa3x#0 http://imgur.com/1grGMwr,xGOLa3x#1 Now i wrote a small java application which establishs ...

Go to advanced search