Actually, it's even easier than that. Swift provides, out of the box, a 
crossdomain middleware so that you can return the appropriate domain-wide 
policy for your content.

See 
http://docs.openstack.org/developer/swift/middleware.html#module-swift.common.middleware.crossdomain


--John




On Sep 10, 2014, at 7:34 AM, Brent Troge <brenttroge2...@gmail.com> wrote:

> 
> When calling swift hosted media files through flash or silverlight, the 
> player makes a call to the root directory for clientaccesspolicy.xml or 
> crossdomain.xml. 
> 
> For example, if my flash player calls:
> 
> http://192.168.1.1:8080/v1/AUTH_xxx/media/index.m3u8 
> 
> The player will then look for:
> 
> http://192.168.1.1:8080/crossdomain.xml
> 
> I assume I would have to host the proxy server via apache httpd, and make the 
> needed adjustments.
> 
> Thoughts?
> 
> Thanks!
>  
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to