LiveStreamRecord -- Want to call startRecording() from php

You also have to modify /conf/VHost.xml to add your HTTProvider

It’s not per application, it is per port and in Wowza Server 2, per RequestFilter:

http://{server IP}:1935/{filterCondition}

For example:

http://{server IP}:1935/crossdomain.xml

“crossdomain” is the RequestFilter in this case, which is met by an HTTProvider in /conf/VHost.xml.

You have to add your HTTProvider to this list.

Don’t make it last in the list though. The last item is catchall, so any HTTProvider with a RequestFilter should be above it.

Richard