[Ilugc] Streaming video over LAN

  • From: mohan43u@xxxxxxxxx (Mohan R)
  • Date: Fri, 28 Oct 2011 02:22:21 +0530

On Thu, 2011-10-27 at 21:56 +0530, Akilan R wrote:

On Thu, Oct 27, 2011 at 8:58 PM, Kumaran R <kumaran at kums.in> 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


Other related posts: