I'm currently doing some tests on 2 differents IP.
For xml and tiles, I can display them.
I've added a .htaccess into the data directory (tiles+images+xml) with
|
Quellcode
|
1
|
Header set Access-Control-Allow-Origin *
|
to enable html5 player compatibility.
|
Quellcode
|
1
2
3
4
|
<security cors="">
<crossdomainxml url="http://192.168.1.201/crossdomain.xml" />
<allowdomain domain="*" />
</security>
|
tag is not suffisent for HTML5 player but must be enabled for the Flash player.