Wowza Community

RTP stream registration

Hi, I would like to have my module register some RTP streams from .sdp files depending on some external events. According to the documentation, it is possible to invoke IApplicationInstance.startMediaCasterStream. I thought I could do this in onAppStart, but it seems that this method is not invoked until there is an attempt to consume a stream. Is there a way to have onAppStart invoked immediately after Wowza has started ?

Hi,

You can use StartupStreams to start streams when Wowza starts up or you can use the following tutorial

https://www.wowza.com/docs/how-to-use-a-server-listener-to-load-and-lock-an-appinstance-serverlistenerloadandlockappinstances

This starts applications when Wowza starts up.

Andrew.