When I visit http://:1935/crossdomain.xml I am getting a 404.
I have:
<HTTPProvider>
<BaseClass>com.wowza.wms.http.HTTPCrossdomain</BaseClass>
<RequestFilters>*crossdomain.xml</RequestFilters>
<AuthenticationMethod>none</AuthenticationMethod>
</HTTPProvider>
as the first element in HTTPProviders in my VHost.xml, and I have a crossdomain.xml file available in the conf directory. I don’t see any errors anywhere. Any ideas how I can debug this further?