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.

How to change the default setting of H.264 (DVSDK 3.10.00.19 & gstreamer_ti)

Hi~

I'm using DVSDK 3.10 & gstreamer_ti to implement IP camera and I need to change the h.264 profile.

I was trying to change the h.264 profile(high --> baseline) but I couldn't find the proper point to change the setting. I think it is possible to add some dynamic params of h.264 before calling Venc1_create in 'gsttividenc1.c', but it seems not to be a good solution because the core source code will be modified.

So, if possible, I'd like to know where to change the default setting of h.264 or about any other solution.

Please give me any hint or comment about it. Thanks in advance.

 

 

 

 

 

  • Hi,

    Yes you will have to add the custom h264 dynamic parameters to the source code to achieve this, since the current plugin doesn't support control of the extended parameters. You can also check the DDOMPE branch, this is a different code base but provides already support for controlling the extended parameters with the use of gstreamer element properties.

    Diego

  • Hi Diego,

     

    I'll check and try what you recommend.. 

    I appreciate for your helpful reply.  

     

    Jinwon