Mixing videos received via tcp

Stefan Sauer ensonic at hora-obscura.de
Sun Feb 5 07:05:10 PST 2012


On 01/30/2012 10:33 AM, Jayakrishnan wrote:
> Hi,
> I am new to gstreamer.I am doing a project in which ,videos received from
> different sources via tcp should be received by a server.I want to display
> those videos(three of them), on one window.I tried with gstreamer
> videomixer.It is showing error
Why don't you tell us what error you receive?

Also you probably want to use udp instead of tcp and you probably want
to use a streaming protocol such as rtp.

Stefan
> This is the command I have tried:-
>
> gst-launch -e tcpclientsrc host=IPaddr1 port=5000 ! jpegdec !
> ffmpegcolorspace ! video/x-raw-yuv, framerate=30/1, width=320, height=240 !
> videomixer name=mix ! \
>    ffmpegcolorspace ! xvimagesink tcpclientsrc host=Ipaddr2 port=5001 !
> jpegdec ! ffmpegcolorspace ! \
> 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! ffmpegcolorspace !
> mix.
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Mixing-videos-received-via-tcp-tp4340471p4340471.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list