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. -- அகிலன் (Akilan R) [ blog.akilan.in ] *I should have no use for a paradise in which I should be deprived of the right to prefer hell.* --Jean Rostand _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
