How to use VLC player as a client

Tom fb8fb8 at gmail.com
Wed Aug 10 23:06:38 PDT 2011


Hi,

I use a Linux PC as server and run gst-launch on this server. This command
streams webcam video to the client.
gst-launch v4l2src ! videorate ! capsfilter name=vfps
caps=\"video/x-raw-yuv,framerate=15/1\"  ! ffmpegcolorspace  ! jpegenc !
multipartmux ! tcpserversink name=out-sink host=192.168.0.1 port=5000 On the
client, run following command to receive the video. gst-launch tcpclientsrc
host=x.x.x.x port=5000 ! multipartdemux ! jpegdec ! autovideosink But Now I
want to use VLC Player, Totem Player, or other video player on the client,
instead of running the command above. I tried to use RTP and RTSP on VLC
player, but failed. Anyone has any idea? Thanks! Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110811/6d4f072d/attachment-0001.htm>


More information about the gstreamer-devel mailing list