URL Cast Receiver
Step 1:
Step 2: Send url
Details
There are two methods for casting, with pros and cons:
- Load an iframe (You will have trouble loading a url with x-frame-options: same origin.)
- Change the window location (You will lose control when you load the url over the receiver.)
Also, notice the chromecast viewport is 1280x720 and the default background is black before the receiver loads.
« GitHub