Hi,<br><br>I use a Linux PC as server and run gst-launch on this server. This command streams webcam video to the client.<br><span class="Apple-style-span" style="font-family: monospace; font-size: 13px; white-space: pre; "><font class="Apple-style-span" color="#008800">gst-launch v4l2src ! videorate ! capsfilter name=vfps caps=\&quot;video/x-raw-yuv,framerate=15/1\&quot;  ! ffmpegcolorspace  ! jpegenc ! multipartmux ! tcpserversink name=out-sink host=192.168.0.1 port=5000
</font>
On the client, run following command to receive the video.<font class="Apple-style-span" color="#008800">
gst-launch tcpclientsrc host=x.x.x.x port=5000 !  multipartdemux   ! jpegdec  ! autovideosink

</font>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

</span>