On Thu, 2011-10-27 at 21:56 +0530, Akilan R wrote: > On Thu, Oct 27, 2011 at 8:58 PM, Kumaran R <[email protected]> wrote: > > > I have a small requirement, I'd like to set up a video stream in > > my school, from one room to another. It doesn't need to be streaming > > technically, as it'll be only a short-term arrangement, for the > > culturals. > > > > VLC with just UDP/RTP would do. Select UDP(legacy) at producer end, input > the client machine's ip address and select a port(1234 - default). > At the client side enter "vlc udp://@:<port_no>". Done. This should work > perfectly fine for a fixed address machine in a LAN. >
I'm not sure, but there is a way with gst-launch, see gst-launch(1). In that man page, section PIPELINE EXAMPLES have a subsection 'Network Streaming', it gives the exact commandline. However, we need to install packages which will provide those gst elements in that gst pipeline. 'ffmpeg' is a must. Cheers, Mohan R _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
