Other Parts Discussed in Thread: TMS320DM368
hi!
I need help regarding a gstreamer pipeline (given below) i am not getting a real time video. there is a lag of approx 1 sec when i play the h.264 encoded transport stream in VLC. i am taking input from composite camera and i am streaming transport stream via lan to VLC running on a windows based PC.
gst-launch -vvv v4l2sc input-src=COMPOSITE ! video/x-raw-yuv, height=576, width=720, pitch=736, format=\(fourcc\)NV12, framerate=\(fraction\25/1 ! TIPrepEncBuf ! queue ! TIVidenc1 engineName=codecServer codecName=h264enc contiguousInputFrame=TRUE bitRate=9000000 ! mpegtsmux ! udpsink host=192.168.8.2 port=8787
i removed the queue in above pipeline but still no change removed contiguousInputFrame=TRUE property but still no change in lag of the video.
I am running TMS320DM368 evaluation module and i am running DVSDK 4.02.x and my vpfe_capture.bufsize=829440
guidance required please.
Asad