Custom HTTPStreamer?

Is it possible to create a custom HTTPStreamer? In WMS3 there was a HTTPStreamer.xml which now has been moved in the wms-server.jar. I want to extend this with my own custom HTTPStreamer and custom request filter.

Hi Karel! Someone from Wowza can confirm this, but I believe if you copy the HTTPStreamer.xml into conf/ it replaces the one in wms-server.jar

Scott K

Thanks for your response.

I tried that; but I still couldn’t use my own HTTPStreamer with the configured request filter. I had also added it to the Application.xml in the tag, like
<HTTPStreamers>cupertinostreaming, mpegdashstreaming, myownstreaming</HTTPStreamers>