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