We host an intranet web-site within our manufacturing plant and I came across this solution to display a URL on a Chrome-cast device using a cast sender app. It works well but I'd like to automate it in two ways:
I want the sender app to send the URL directly to a Chrome-cast device instead of having to select the device from a prompt.
If 1. can be done, I would create a web-page with a button on it that would send a message to the sender app to load up the URL (using SignalR to send the request to the sender app).
Thanks in advance!