Wowza Community

Load transcoder template programmatically

Hello Guys,

I’m working with wowza for sports broadcasting. I would like to know if it’s possible to load (from server side) a transcoder template based on stram metadata (i.e size). I have not problem to read metadata sent for encoders but i’ve not found a way to load a template based on this.

Hi,

You can start with using the Server-side API to control which streams get transcoded

You can then provide a template for each different type of encode that you need based on certain stream criteria.

Daren