[streaming] Re: help

Benjamin PRACHT bigben at via.ecp.fr
Mon Oct 13 02:36:36 CEST 2003


On Tue, Oct 07, 2003, Mauricio Gouvea wrote :
> Hi people,
> 
> I have to setup a streaming video server in my job and i am a newbie in this world. People here have .avi files and want to let them available on the web. I discovered VLS to do this job, installing the clients VLC on the users computers to see the videos. I installed VLS but i couldn´t understand the vls.cfg configuration. It seems i have to put an entry to each file i want to stream. Is it correct ? What is the TCP port i have to open in my server in order people can stream my files ?
> 
> I am totally lost with it. If someone knows about a good tutorial on how to configure vls, please tell me.
> 

Well, there  should be a sample  vls.cfg in the package.  Moreover, some
doc can be found on http://www.videolan.org/doc

About the port to open, udp streaming is a "push" technology, that means
that the client doesn't ask a  stream (this could be possible with RTSP,
which isn't implemented yet). You can  either unicast to a client, which
will receive  it whether he's asked  it or not, or  use multicast (then,
the receivers of the streams are set on the network layer).

Then you shouldn't  need to open any "input" port.  however, the default
destinbation port is 1234, the default source port 4321 (in UDP)

-- 
$(echo "BigBen")

Oui je quote, et alors ?

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the streaming mailing list