I have built a custom receiver app using Google's example for the chromecast. I am trying to stream SmoothStreaming on it. Problem is, that I see the networking debugger and I see that for every chunk of SS it fetches, it does HTTP OPTIONS before the HTTP GET.
Is there a way to use a CORS xml or something so that the chromecast will not do these overhead calls?
Thanks