Wowza Community

How to stop running dvr conversion throuth REST api ?

Through /v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/dvrstores/{dvrStoreName}/actions/convert, We can start a

dvrstore conversion, how to stop it through REST api?

Hi,

Unfortunately, there is no current REST API method to stop a conversion. Are you running into performance issues? It may be best to break up the conversion in smaller segment durations to increase performance. You can do so by using the dvr conversion parameters for a start and end time.

Michelle