I am using JWPlayer to stream videos from Azure blob storage, JWPlayer needs crossdomain.xml to play the video.
I tried to place crossdomain.xml file in the root directory and the code in http://127.0.0.1:10000/devstoreaccount1/crossdomain.xml but JWPlayer looks for it in http://127.0.0.1:10000/crossdomain.xml.
Is there anyway to redirect JWPlayer to http://127.0.0.1:10000/devstoreaccount1/crossdomain.xml rather than the default http://127.0.0.1:10000/crossdomain.xml?
I often use this code snippet to Create Crossdomainpolicy:
In the ConfigKey i will pass my Actual Azure storage account key or Uselocalstorage=true