Live data from Hacker News

Show HN: Control Chromecasts from Linux

github.com

31–40 of 74 posts

Re: Show HN: Control Chromecasts from Linux

#31
post #15

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.

I already have one from TP-Link, but having the new Chromecast would allow me to shrink down on hardware even more.

Re: Show HN: Control Chromecasts from Linux

#33
post #14

Author 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

And thank you for giving us not only pychromecast but home-assistant :)

Re: Show HN: Control Chromecasts from Linux

#35
post #3

I 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?

If on Android, bubbleupnp. It is a solid and well maintained app.

Re: Show HN: Control Chromecasts from Linux

#36
post #28

If 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

This looks useful and to the point. Would you consider submitting it to f-droid?

Re: Show HN: Control Chromecasts from Linux

#38
post #14

Author 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

Thank you for pychromecast, balloob.

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

#39
post #15

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.

Most smartphones are also wifi routers

Re: Show HN: Control Chromecasts from Linux

#40
Shameless threadjack: does anyone know a way to cast _to_ a linux or windows desktop? We use chromecast on all our entertainment video monitors, but sometimes I would like to hang on the couch in my office and cast a video to my desktop monitor.
Post reply on HN