Hi All,<div><br>I would like to simultaneously stream via RTSP and do onboard recording on Leopardboard DM365. </div><div>I am using the test-launch.c app and passing my plugin as argument i.e.: </div><div><br></div><div><span style="color:rgb(153,0,0);font-family:Calibri,sans-serif;font-size:15px;line-height:17px">./TEST "( v4l2src always-copy=FALSE input-src=composite chain-ipipe=true ! video/x-raw-yuv,format=(</span><span style="color:rgb(153,0,0);font-family:Calibri,sans-serif;font-size:15px;line-height:17px">fourcc)NV12, width=640, height=480 ! queue ! dmaiaccel ! dmaienc_h264 encodingpreset=2 ratecontrol=2 intraframeinterval=23 idrinterval=46 targetbitrate=</span><span style="color:rgb(153,0,0);font-family:Calibri,sans-serif;font-size:15px;line-height:17px">3000000 ! tee name=x ! queue ! rtph264pay name=pay0 pt=96 x. ! queue ! qtmux! filesink location=test1.mp4 sync=false enable-last-buffer=false )"</span>
</div><div><span style="color:rgb(153,0,0);font-family:Calibri,sans-serif;font-size:15px;line-height:17px"><br></span></div><div><span style="font-family:Calibri,sans-serif;font-size:15px;line-height:17px">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.</span></div>
<div><span style="font-family:Calibri,sans-serif;font-size:15px;line-height:17px"><br></span></div><div><span style="font-family:Calibri,sans-serif;font-size:15px;line-height:17px">Any help as to how would I go about recording and rescaling with this plugin. </span>
</div><div><span style="font-family:Calibri,sans-serif;font-size:15px;line-height:17px"><br></span></div><div><span style="font-family:Calibri,sans-serif;font-size:15px;line-height:17px">Thanks,<br>Maz</span></div>