-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I display a web page? #132
Comments
I have never tried to load a web page before sorry, so I can't answer for sure. I've only been able to load video and audio files like mp3/4, avi, mkv etc. It might be possible to load a webpage like that, but usually the |
I have the same question |
I figured out a way, but not with go-chromecast. I installed catt (cast all the things) from https://github.com/skorokithakis/catt. Install with |
It looks like it is possible then. @fivestones not sure if you are able to, but if possible could you run |
Have been attempting to display a web page as a dashboard. It's hosted externally and accessible via https://podcasts.itmaze.com.au/clock.html - but I've been unable to determine how to tell
go-chromecast
to load the web page and display it.I've attempted to use
load
and set the content type using-c text/html
, I've triedload-app
with dozens of different apps.I'm clearly missing something obvious, but I understood that there is a default ChromeCast receiver that can display a web page.
If I use the
defaultChromecastAppID
that's shown in https://github.com/vishen/go-chromecast/blob/master/application/application.go on line 38"go-chromecast load-app -n test CC1AD845 https://podcasts.itmaze.com.au/clock.html
The debug output for watch shows:
What am I missing?
The text was updated successfully, but these errors were encountered: