0

I'm building a webpage where I can upload an image and put a fog of war on top of it.

There are two views, one where the fog of war is semi-transparent and one where it's completely opaque. I'd like to be able to cast the opaque version.

So far, the only solution I've been able to get working is to render the opaque version on the server and then send a url to the chromecast to load that image using the default media receiver.

Is there a way to build my own receiver that could render an image and fog of war on a canvas? I've tried to find examples of custom html in the receiver, but all I've found so far is custom css styling.

1
  • Also, if this is a dumb question, please let me know. I'm just struggling to figure out how to get chrome cast to do what I want. Commented Feb 22, 2020 at 1:26

1 Answer 1

0

I found https://github.com/nlcamarillo/castDeck and from their code was able to get mine to work.

Not the answer you're looking for? Browse other questions tagged or ask your own question.