I'm trying to play a .mp4 video hosted on my NGINX server with the Default Receiver App for Chromecast.
I'm able to cast the videos used in their example apps just fine, but my own video fails without returning any error. I'm guessing this has to do with the CORS configuration on my server.
I'm using this config to enable cors on my server. I've tried adding gstatic.com to allowed origins aswell but it doesn't help. I took a look on the headers one of their example videos and tried to reverse engineer what headers I'm missing and still can't get it to work.
What headers do I need to enable for the Chromecast to play my files?