I install 2 copy of VLC (D:\Videolan_1 and D:\videolan_2)
I can run 2 VLC at the same time, but how can I control 2 different vlc with HTTP interface?
I can control one vlc with localhost:8080 (or myweb:8080)
but when I try to run vlc with other host name I get error.
I read Chapter 5. The HTTP interface:
% vlc -I http (--http-src /directory/ --http-host host:port)
And try to run vlc with
% vlc -I http --http-host videolan_1:8080
but it don`t work
Maybe I shoud use web server? (for example Apache)
Please help me.