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
_______________________________________________ gstreamer-embedded mailing list gstreamer-embedded@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded