How to use VLC player as a client

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

How to use VLC player as a client

fb8fb8
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

AW: How to use VLC player as a client

BGraaf
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
Reply | Threaded
Open this post in threaded view
|

Re: How to use VLC player as a client

fb8fb8
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: How to use VLC player as a clientddd

harrison.declan
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
Reply | Threaded
Open this post in threaded view
|

RE: How to use VLC player as a client

Charlie X. Liu
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
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://192.168.0.1:5000
Thanks! It works!

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
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:[hidden email]=[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

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel