Wowza Community

Listener for IDvrConverter?

Hello!

https://www.wowza.com/docs/how-to-extract-mp4-formatted-files-from-dvr-streams-using-wowza-streaming-engine-java-api

Is there a way to do some action after dvrConverter has finished converting VOD from DVR?

I have an external management tool that can run dvrConverter.

I’d like for dvrConverting to send a signal for this external control upon completion.

Then that external tool will send the result mp4 file to our transcoding system for creating multibitrate vod.

I know, I can check status periodically, but it isn’t so convenient

What is it you are looking to do?

Unfortunately there is a setup that prevents a hook being called when the conversion is complete, so you would need to poll the rest api to get the status. I am sorry for that inconvenience and will add this as feature request.

Ok, let me see if I can find a method for you…