Hello,
I am using TMS320DM8148 video processor to stream the live video capturing from a camera. For streaming am using the gstreamer framework, the Host code and the client code are written but i am in a confusion that the code is correct or not.
Host code:
gst-launch v4l2src device=”/dev/video0”!’video/x-raw-yuv,format=(fourcc)YUY2,width=320, height=240,framerate=(fraction)30/1’!omx_noisefilter!omx_h264enc force-idr-period=300 i-period=100 bitrate=12000000!queue!rtph264pay!udpsink host=192.168.235.102 port=5000
Client code:
gst-launch udpsrc location=rtp://192.168.235.102:5000/ testvideo ! rtph264depay ! queue ! omxh264dec ! xvimagesink
What is this "force-idr-period=300 i-period=100" in the Host code?
Any one please help me out ....Thanks in advance.
-Anvesh Rao.