Server settings in httpd.conf for SWF verification with HDS
How do I enable SWF verification on Location level in the Apache2.2/conf/httpd.conf ?
I have tried this but it does not block the player even if I dont have any whitelist file in the whitelist folder:
<Location /phds-hds-vod>
HttpStreamingJITPEnabled true
HttpStreamingContentPath "../webroot/vod/phds"
JitFmsDirPath ".."
Options -Indexes FollowSymLinks
EncryptionScope server
ProtectionScheme phds
#######################
PHDSCommonKeyFile /opt/adobe/fms/phds/common-key.bin
PHDSSWFVerification true
PHDSSWFWhiteListFolder /opt/adobe/fms/whitelist/
</Location>
