Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

bypass crossdomain.xml


Hi

We have a helix server located at http://69.50.67.100 which servers the streams and videos and we have another server whihc we use to fetch the streams from above server, following is the code we use

<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "http://69.50.67.100/Segments/HLS_TS/broadcast/rtsplive/mptslive/hgtv.m3u8?guid=oo6v7r89f5qy9q-px2ypc2cpw8kwbi712db-vtkd6a0krr8k0objq2w-ab1zjgbbsywjxrae-bn3nnjaf72-gxtq3a",
image: "/uploads/myPoster.jpg"
});
</script>

But when we use the above code, we get crossdomain.xml not found error though we have set the file here http://69.50.67.100/crossdomain.xml as this is the streaming server we do not want to change its setting for web root.

Is there anyway we can tell jwplayer not to look for crossdomain.xml and simply fetch the stream from helix server and start playing?

A quick help is appreciated.

Regards

5 Community Answers

Todd

JW Player Support Agent  
0 rated :

Are you using the cloud-hosted player? If so, you will need to allow jwpsrv.com to access 69.50.67.100

When I looked up your crossdomain.xml, all I got was: no_guid_found

Hope this helps,
Todd

zzeeshan

User  
0 rated :

No we are using locall hosted player. I have downloaded it and integrated within my code.

Todd

JW Player Support Agent  
0 rated :

What are the contents of your crossdomain.xml file? Do you have a public page with the embedded video?

zzeeshan

User  
0 rated :

Here is the live url

http://dev.whizpool.com/jwplayer/

and the crossdomain.xml is
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
<site-control permitted-cross-domain-policies="all"/>
</cross-domain-policy>

Todd

JW Player Support Agent  
0 rated :

Check the permissions on your 69.50.67.100/Segments folder.

Here’s the error I got: Failed to load resource: the server responded with a status of 403 (Forbidden)

Hope this helps,
Todd

This question has received the maximum number of answers.