2019-03-10, 12:44
Hi,
I am sucesfully using custom delay, based on fps:
Unfortunatelly, except that, I need to have additional delay -75, when using specific codec: hevc/x265. Is there any option, to accomplish that via .xml, as the fps could be done?
I appretiate any help.
I am sucesfully using custom delay, based on fps:
xml:<video>
<latency>
<delay>0</delay>
<refresh>
<min>23</min>
<max>24</max>
<delay>-175</delay>
</refresh>
</latency>
</video>
Unfortunatelly, except that, I need to have additional delay -75, when using specific codec: hevc/x265. Is there any option, to accomplish that via .xml, as the fps could be done?
I appretiate any help.