Hi everyone. I'm new here and I am a software engineer from India. I noticed that many of you are having trouble installing XBMC on chromecast. XBMC is now called Kodi. So there is a way to do it. If you follow the steps clearly, it is very straightforward. And this method works only on Android phones. Check out this link to see how you can do so
https://www.techwhoop.com/install-kodi-on-chromecast/
Once you install, you might find that the stream is a little laggy. So make sure you have a connect with a minimum speed of 10 MBPS. Also the distance of the router from your phone also affects the streaming quality. If you still experience lag, you can try changing the advanced settings from the xml file. This requires a little bit of coding. You can copy paste the content below for your convenience.
<advancedsettings>
<network>
<buffermode> 1 </buffermode>
<readbufferfactor> 1.5 </readbufferfactor>
<cachemembuffersize> 104857600 </cachemembuffersize>
</network>
</advancedsettings>
Have a great day everyone!