This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
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=[hidden email] [mailto:gstreamer-devel-bounces+bernhard.graaf=[hidden email]] 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 [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
In reply to this post by fb8fb8
L
Sent from my BlackBerry® wireless device -----Original Message----- From: Tom <[hidden email]> Sender: gstreamer-devel-bounces+harrison.declan=[hidden email] Date: Thu, 11 Aug 2011 01:06:38 To: Discussion of the development of and with GStreamer<[hidden email]> Reply-To: Discussion of the development of and with GStreamer <[hidden email]> Subject: How to use VLC player as a client _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by fb8fb8
Any well-working gst-launch commands for streaming using udp/rtp/rtsp from gst-launch to VLC? Thanks. From: gstreamer-devel-bounces+charlie=[hidden email] [mailto:gstreamer-devel-bounces+charlie=[hidden email]] On Behalf Of Tom vlc tcp://192.168.0.1:5000 On Thu, Aug 11, 2011 at 2:17 AM, Bernhard Graaf <[hidden email]> wrote: It's very simple. Use: vlc tcp:///192.168.0.1:5000
_______________________________________________ _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |