Hello,
I have two evm tms320dm365 and I want to transmit and receive video between both board, nowaday, I failed in the attempt with pipeline.
I used this pipeline:
EVM - Server:
gst-launch v4l2src always-copy=FALSE ! 'video/x-raw-yuv,format=(fourcc)NV12,framerate=(fraction)30/1, width=(int)1280, height=(int)720' ! TIVidenc1 engineName=codecServer codecName=h264enc contiguousInputFrame=TRUE ! rtph264pay pt=96 config-interval=1 ! udpsink host=175.14.0.209 port=5000 sync=false
EVM - Client:
gst-launch -v udpsrc port=5000 caps="application/x-rtp,media=(string)video, payload=96, clock-rate=90000" ! rtph264depay ! typefind ! TIViddec2 codecName=h264dec engineName=codecServer ! TIDmaiVideoSink useUserptrBufs=true numBufs=3 videoStd=720P_60 videoOutput=component sync=false hideOSD=true
Apparently run smoothly, but not observed in any extreme video.
And another question, What the error is "fatal bit error"?
Regards.