[vlc] Re: remote command interface

Benjamin PRACHT bigben+spam at videolan.org
Wed Sep 29 16:55:50 CEST 2004


On Wed, Sep 29, 2004, Johann Ransay wrote :
> Hello,
> 
> Can someone tell me if and how it is possible to configure
> a vlc player so that it plays a stream sent over another port
> that the default 1234 with remote command interface, that is
> with startup command line option: vlc --intf rc
> 
> I tried:
> add udp://10.2.0.230:1235
> but it does not work (nothing happens)
> 
> if I send the stream over the default port 1234 then the line
> add udp://10.2.0.230 works perfectly
> 

UDP streaming is "push" video streaming. That means that the list of
clients is specified server side, and that a client cannot make any
request to the server. the only thing it can do is listening on a UDP
port, waiting for data to be sent. 

Therefore, "udp://10.2.0.230:1235" is a meaningless playlist item, and
VLC prints a warning message, telling that this url won't be parsed
completely. As a consequence, the default 1234 port is used.

try "add udp://:1235" instead.

-- 
BigBen

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



More information about the vlc mailing list