How to use VLC player as a client

Charlie X. Liu charlie at sensoray.com
Mon Aug 15 17:46:20 PDT 2011


Any well-working gst-launch commands for streaming using udp/rtp/rtsp from gst-launch to VLC? Thanks.

 

 

From: gstreamer-devel-bounces+charlie=sensoray.com at lists.freedesktop.org [mailto:gstreamer-devel-bounces+charlie=sensoray.com at lists.freedesktop.org] On Behalf Of Tom
Sent: Thursday, August 11, 2011 12:44 PM
To: Discussion of the development of and with GStreamer
Subject: Re: How to use VLC player as a client

 

vlc tcp:// <http://192.168.0.1:5000/> 192.168.0.1:5000
Thanks! It works!

On Thu, Aug 11, 2011 at 2:17 AM, Bernhard Graaf <bernhard.graaf at gmx.de> wrote:

It's very simple. Use: vlc tcp:///192.168.0.1:5000
Tcp is not a standard protocol (using the menus) for vlc but it's running
well

-----Ursprüngliche Nachricht-----
Von: gstreamer-devel-bounces+bernhard.graaf=gmx.de at lists.freedesktop.org
[mailto:gstreamer-devel-bounces+bernhard.graaf <mailto:gstreamer-devel-bounces%2Bbernhard.graaf> =gmx.de at lists.freedesktop.org]
Im Auftrag von Tom
Gesendet: Donnerstag, 11. August 2011 08:07
An: Discussion of the development of and with GStreamer
Betreff: How to use VLC player as a client


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

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110815/541bcc9c/attachment.htm>


More information about the gstreamer-devel mailing list