I am trying to cast videos from my html video player to TV via chromecast. Sender: CastVideos-chrome https://github.com/googlecast/CastVideos-chrome Receiver: CastReferencePlayer (registered as a Custom receiver, hosted on my github, https://github.com/PhilSSOO/052617_CastReferencePlayer and the app ID was input to the sender's CastVideos.js file) The whole sender folder was put to my server applied from Apache. The path is C:\Apache24\htdocs\CastVideos-chrome
Putting http//localhost/CastVideos-chrome/ to the address bar of the chrome browser and hit Enter, the app is up and running with videos being cast to TV. Now, my question is: How can I know my custom receiver is functioning? I tried to do some modifications on my css file (receiver app consists of player.html, player.js, player.css) but nothing seemed to be changing on my TV screen. Please help!