Other Parts Discussed in Thread: TVP5146, TVP7002
Hi all,
we are running custommade LeopardBoard DM368 running with DVSDK4_02_00_06.
tvp5146 and tvp7002 decoder drivers are registered successfully.
If we run any Gstreamer pipeline Application getting struck at encoding stage.
Can any one tell me what might be the problem?
Some additional information is , If I used to run pipeline
gst-launch -v v4l2src always-copy=FALSE input-src=composite ! "video/x-raw-yuv,format(fourcc)NV12,width=640,height=480" ! TIVidenc1 engineName=codecServer codecName=h264enc contiguousInputFrame=TRUE bitRate=2000000 rateControlPreset=2 encodingPreset=2 ! dmaiperf print-arm-load=true ! rtph264pay pt=96 ! udpsink host=192.168.1.15 port=3000 sync=false
Console window showing as follows
Setting pipeline to PAUSED ...
davinci_resizer davinci_resizer.2: RSZ_G_CONFIG:0:1:124
bytesperline 1440 width 720 height 480
vpfe-capture vpfe-capture: IPIPE Chained
vpfe-capture vpfe-capture: Resizer present
bytesperline 1440 width 720 height 480
bytesperline 1440 width 720 height 480
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0: queue-size = 3
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)25/1, width=(int)640, height=(int)480
Pipeline is live and does not need PREROLL ...
WARNING: from element /GstPipeline:pipeline0/GstDmaiperf:dmaiperf1: There is no codec present that can handle the stream's type.
Additional debug info:
gsttidmaiperf.c(285): gst_dmaiperf_start (): /GstPipeline:pipeline0/GstDmaiperf:dmaiperf1:
Engine name not specified, not printing DSP information
WARNING: from element /GstPipeline:pipeline0/GstDmaiperf:inputenc: There is no codec present that can handle the stream's type.
Additional debug info:
gsttidmaiperf.c(285): gst_dmaiperf_start (): /GstPipeline:pipeline0/GstDmaiperf:inputenc:
Engine name not specified, not printing DSP information
WARNING: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Video input device did not accept new frame rate setting.
Additional debug info:
v4l2src_calls.c(342): gst_v4l2src_set_capture (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
system error: Invalid argument
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)25/1, width=(int)640, height=(int)480
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)25/1, width=(int)640, height=(int)480
/GstPipeline:pipeline0/GstDmaiperf:inputenc.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)25/1, width=(int)640, height=(int)480
/GstPipeline:pipeline0/GstDmaiperf:inputenc.GstPad:sink: caps = video/x-raw-yuv, format=(fourcc)NV12, framerate=(fraction)25/1, width=(int)640, height=(int)480
Application getting struck here.
Regards.
Dasari