
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