Earlier quoted context omitted.
I believe so, and it's less than useful on network with a captive portals like hotel rooms. At least the upcoming Chromecast with Google TV comes with a remote, so you should be able to interact with the captive portal and use it that way.
While the chromecast's inability to work with captive portals is it's own problem, they make tiny wifi routers, half as tall and twice as thick as a smartphone, and they're cheap. If you find yourself facing captive portals more than once, I'd recommend buying one so you can use your Chromecast in hotel rooms, among other use cases.
Show HN: Control Chromecasts from Linux
31–40 of 74 posts
Re: Show HN: Control Chromecasts from Linux
#32You can install the Steam Link on a smart TV and your computer (including Linux), switch the Steam window and stream whatever you want to stream.
Re: Show HN: Control Chromecasts from Linux
#33Author of pychromecast here, the underlying library that this project uses to control the Chromecast. I wrote this lib initially for use in Home Assistant, https://www.home-assistant.io For Home Assistant I made a rule that all device drivers are stand-alone Home Assistant agnostic Python packages. That way more projects can use it. Glad to see that strategy is working out and it powering projects like this
Re: Show HN: Control Chromecasts from Linux
#34Does this also allow you to cast arbitrary media to the Chromecast? I couldn't tell from the readme.
Re: Show HN: Control Chromecasts from Linux
#35I can't tell from this project's readme how to actually play things. It has an instruction for connecting to your chromecast...ok, and then what? In the past I've used https://github.com/keredson/gnomecast which is a standalone simple media player that transcodes if needed and streams to my Chromecast. Thoughts on what this provides that's better?
Re: Show HN: Control Chromecasts from Linux
#36If you don't want a Google device on your LAN and are willing to put in a little bit more work for that, I've found that remotely controlling an instance of mpv over the JSON IPC interface works well for me. I can send it URLs from the web or paths to local files. My client for this isn't currently public, but it's a rather easy interface that some of you may find it easy enough to integrate into your other systems.…
This is my preference as well! I even wrote an Android client app / Python server to control it from my phone. https://github.com/mcastorina/mpv-remote-app
Re: Show HN: Control Chromecasts from Linux
#37Title says 'from Linux', but the README says 'Linux / *BSD / macOS' under 'Requirements'. How would this work on macOS?
Re: Show HN: Control Chromecasts from Linux
#38Author of pychromecast here, the underlying library that this project uses to control the Chromecast. I wrote this lib initially for use in Home Assistant, https://www.home-assistant.io For Home Assistant I made a rule that all device drivers are stand-alone Home Assistant agnostic Python packages. That way more projects can use it. Glad to see that strategy is working out and it powering projects like this
I know there's no real requirement but I wish projects like this would give attribution where it's due. This project benefits hugely from pychromecast but there's nothing in the readme mentioning that. Just seems a bit off.
Re: Show HN: Control Chromecasts from Linux
#39Earlier quoted context omitted.
I believe so, and it's less than useful on network with a captive portals like hotel rooms. At least the upcoming Chromecast with Google TV comes with a remote, so you should be able to interact with the captive portal and use it that way.
While the chromecast's inability to work with captive portals is it's own problem, they make tiny wifi routers, half as tall and twice as thick as a smartphone, and they're cheap. If you find yourself facing captive portals more than once, I'd recommend buying one so you can use your Chromecast in hotel rooms, among other use cases.