Wowza Community

Is there's a function that triggered on every call to the server (not only session create)

Hello. I made a module that implement the function of HTTPSessionCreate. The problem is that it triggered only once for a session (Hence - Create :)), and I want it to triggered everytime the user is making a request (for example: seek, chunklist_XXX etc). Is there a function that I can implement to do it?

Hi,

This has been responded to in a ticket, but I wanted to add the response here for others as well. The interface IHTTPStreamerRequestNotify includes the onHTTPStreamerRequest method.

onHTTPStreamerRequest(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerRequestContext requestContext) <br>Called during an HTTP streaming request after the session has been created

Michelle