Wowza Community

HTTPTranscoderThumbnail password protection

<?xml version="1.0" encoding="UTF-8"?>
<Root version="1">
        <VHosts>
                <VHost>
                        <Name>_defaultVHost_</Name>
                        <ConfigDir>${com.wowza.wms.ConfigHome}</ConfigDir>
                        <ConnectionLimit>0</ConnectionLimit>
                </VHost>
        </VHosts>
                <HTTPProvider>
                        <BaseClass>com.wowza.wms.transcoder.httpprovider.HTTPTranscoderThumbnail</BaseClass>
                        <RequestFilters>transcoderthumbnail*</RequestFilters>
                        <AuthenticationMethod>none</AuthenticationMethod>
                </HTTPProvider>
</Root>

why does this still ask for a password?

i got it, was editting the wrong file

Thanks for the update and glad to hear you sorted this out.

Salvadore