Hello.
I am testing the dynamic bitrate with the command below to create a network adaptive system with gst-omx’s h264 and vp8 codecs.
g_object_set (G_OBJECT (encoder), "bitrate", 4000000, NULL);
As I confirmed, the dynamic bitrate change command is applied to the encoder only at 30 fps or less, and at faster fps, the dynamic bitrate change command is ignored and the actual bitrate is not changed (in the vp8 encoder).
Also, the dynamic bitrate change is not applied to all fps codecs in the h264 / vp9.
-
Is the dynamic bitrate of the gst-omx encoder plug-in related to the operation fps? (Ignored at high fps, etc.)
-
I need to use high fps, how can I make dynamic bitrate change at high fps?