|
Hi All
I have cross compiled the gst-dmai-plugin for dm365. Then i tried the pipeline below mentioned for receiving video from rtsp server,after that i tried to display video in composite output.but i did not get video display in composite output
my pipeline is
gst-launch -v rtspsrc location=rtsp://192.168.1.134:8554/mpeg4 ! rtpmp4vdepay ! TIViddec2 engineName=decode codecName=mpeg4dec ! TIDmaiVideoSink displayStd=v4l2 displayDevice =/dev/video2 videoStd=D1_NTSC videoOutput=COMPOSITE resizer=FALSE accelFrameCopy=FALSE
VISA_create> local codec created (name='mpeg4dec', handle=0x15da28)
ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_create> return (0x173c60)
ti.sdo.dmai - [Vdec2] Video decoder instance created
decoding is working.only i am not able to get video display in composite output.
thanks and regards
Arasu.
|