Framerate on mosaic of multiple RTSP stream
adrien Schwartzentruber
adrien.schwartzentruber at gmail.com
Fri Jan 25 20:26:50 PST 2013
Hello,
My goal is to display a mosaic of different RTSP stream. This is my
gst-launch command line to create this :
gst-launch videomixer name=mixer ! queue ! ffmpegcolorspace ! autovideosink
uridecodebin uri=rtsp://localhost:8554/stream ! queue ! videoscale
add-borders=TRUE ! video/x-raw-yuv, width=200, height=200 ! videobox top=-1
left=-1 ! mixer. uridecodebin uri=rtsp://localhost:8555/stream ! videoscale
add-borders=TRUE ! video/x-raw-yuv, width=200, height=200 ! videobox top=-1
left=-200 ! mixer. uridecodebin uri=rtsp://localhost:8556/stream ! queue !
videoscale add-borders=TRUE ! video/x-raw-yuv, width=200, height=200 !
videobox top=-201 left=-1 ! mixer. uridecodebin
uri=rtsp://localhost:8556/stream ! queue ! videoscale add-borders=TRUE !
video/x-raw-yuv, width=200, height=200 ! videobox top=-201 left=-201 !
mixer.
I observed that the framerate of the display is very low (like 1 image / 2
sec).
Someone can explain to me why ?
Thanks.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Framerate-on-mosaic-of-multiple-RTSP-stream-tp4658160.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list