[vlc-devel] Re: vlm and vlc telnet interface

Mateus Krepsky Ludwich mkludwich at gmail.com
Fri Jul 7 19:24:47 CEST 2006


Yan Lu wrote:

> Hi All,
>
> I am trying to build a VOD server using VLM with following command 
> options, but I have got nothing happen.
>
> vlc.exe --ttl 255 -vvv --color -I telnet --telnet-password videolan 
> --rtsp-host 10.0.10.41:44444
>
> So my first problem is to know how to launch vlc telnet interface. I 
> even tried command, such as:
>
> Vlc.exe –intf telnet
>
> It still shows nothing.
>
> Could anyone tell or explain me what is the reason, what I need to be 
> configure to launch VLC telnet interface successfully?
>
> Thanks in advance.
>
> Yan
>
Hello,
to launch the VLC with telnet interface, the command is:
./vlc --intf telnet
or
./vlc -I telnet

so something like:

[00000257] main interface: creating vlm
[00000257] telnet interface: Using the VLM interface plugin...
[00000257] telnet interface: Telnet interface started on interface 4212

should be appear.

So in anoter shell you need run a telnet program, with:
telnet <host> 4212
the password is: admin

I hope this can help you.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list