This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5726: Changing Ducati H.264 encoder bitrate at runtime

Part Number: AM5726

Tool/software: Linux

Hello,

I have make gstreamer application, which takes input from v4l2src , crop it through videocrop element , encode it through ducatih264enc and display it over RTSP.

I can change croping data at run time through "g_object_set (G_OBJECT (element->video_crop), "left", crop_height, "right", crop_width, NULL);".

as i am going to change bitrate using "g_object_set (G_OBJECT (element->ducatih264enc), "bitrate", 4096, NULL);", it does not effect on rtsp.

Any solution for this.

Regards,

Prerak