Mixing videos received via tcp

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

Mixing videos received via tcp

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

Re: Mixing videos received via tcp

Stefan Sauer
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
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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