How to dynamically change encoding bitrate while streaming in Gstreamer?

I am developing a c program for performing adaptive streaming, but I cannot change the "bitrate" property of the x264enc element with the g_object_set () function. How can i change this?

Thanks.

+4
source share
1 answer

Install the git version of the carbon monster plugin gstreamer. Then the g_object_set() function works fine.

+3
source

Source: https://habr.com/ru/post/1347363/


All Articles