Page 1 of 1

both rc and telnet extra interfaces at same time

Posted: 12 Nov 2006 00:28
by StevieG
This command line:
vlc --extraintf rc,telnet --rc-host :4444 --telnet-host :5555
- only allows a connection to either rc or telnet interface but not both (whichever is first in the list).

I would like to be able to connect to both in the same instance of vlc in order to control both the vlm and the local instance of vlc.

What is the limitation on this? Is it something I could modify in the code?

Maybe the telnet interface could simply have a command to switch between the current interfaces:
mode rc
mode vlm

Posted: 12 Nov 2006 17:40
by dionoea
what if you try rc:telnet ?

Posted: 15 Nov 2006 23:06
by StevieG
Thank you that worked in both 0.8.5 and 0.9 svn