Hi All, I would like to simultaneously stream via RTSP and do onboard recording on Leopardboard DM365. I am using the test-launch.c app and passing my plugin as argument i.e.: ./TEST "( v4l2src always-copy=FALSE input-src=composite chain-ipipe=true ! video/x-raw-yuv,format=(fourcc)NV12, width=640, height=480 ! queue ! dmaiaccel ! dmaienc_h264 encodingpreset=2 ratecontrol=2 intraframeinterval=23 idrinterval=46 targetbitrate=3000000 ! tee name=x ! queue ! rtph264pay name=pay0 pt=96 x. ! queue ! qtmux! filesink location=test1.mp4 sync=false enable-last-buffer=false )" Now, neither I can tee with this plugin and record nor I can rescale. It does not show any error. It streams fine and there is some video file being generated too, but it cannot be opened. The test-launch.c example app uses Gst RTSP server internally. Any help as to how would I go about recording and rescaling with this plugin. Thanks, Maz -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/gstreamer-embedded/attachments/20120927/2c2eca6e/attachment.html>