-
Hi,
We are using many years FV Player Pro (WordPress) version.
Our membership website based on Apache protection and all videos we keep in protected apache folders.
We use it like this (.htaccess) to protect videos and pages:AuthUserfile /home/../../.htpasswd
<Limit GET>
require valid-user
</Limit>Problem: Airplay is not working in protected pages, but we have all videos protected.
If I put video to not protected folder then everything working.
Question: How to make airplay work in apache protected area?