Live data from Hacker News

Show HN: BigScreen sends pictures and music from OS X to ChromeCast

roguesavant.com

1–10 of 38 posts

Re: Show HN: BigScreen sends pictures and music from OS X to ChromeCast

#2
Was looking for an easy way to send pictures on my computer to my ChromeCast, and thought having a "native" app would be a nice way to do it without having to cast a Chrome tab. Since Google explicitly doesn't make SDKs available for anything other than iOS/Android/Chrome I ended up wrapping a couple of things together in a long little afternoon. Let me know what you think!

Re: Show HN: BigScreen sends pictures and music from OS X to ChromeCast

#3
post #2

Was looking for an easy way to send pictures on my computer to my ChromeCast, and thought having a "native" app would be a nice way to do it without having to cast a Chrome tab. Since Google explicitly doesn't make SDKs available for anything other than iOS/Android/Chrome I ended up wrapping a couple of things together in a long little afternoon. Let me know what you think!

Looks great. I'd use this for videos on my laptop that I want to cast, so definitely looking forward to video support!

Re: Show HN: BigScreen sends pictures and music from OS X to ChromeCast

#4
post #2

Was looking for an easy way to send pictures on my computer to my ChromeCast, and thought having a "native" app would be a nice way to do it without having to cast a Chrome tab. Since Google explicitly doesn't make SDKs available for anything other than iOS/Android/Chrome I ended up wrapping a couple of things together in a long little afternoon. Let me know what you think!

Looks great. I'd use this for videos on my laptop that I want to cast, so definitely looking forward to video support!

That is coming: ran out of time and didn't want to drag my feet on actually releasing it. Video is also complicated: transcoding becomes a real requirement and its just messy to do that in a performant way. But I have something like 40 apps and libraries I've written that are all 80% there but never get released, so for this one I set an explicit rule that it would be released in whatever stable state it is in by the end of July.

Re: Show HN: BigScreen sends pictures and music from OS X to ChromeCast

#6
Looks nice! I've been using https://github.com/googlecast/CastHelloVideo-chrome plus some custom Java code to stream video content for a few months now. I'd love to have something like this as a UI instead of my cobbled mess. Drop me a PM or email @gmail if you want to compare notes. Cheers!

Re: Show HN: BigScreen sends pictures and music from OS X to ChromeCast

#7
post #6

Looks nice! I've been using https://github.com/googlecast/CastHelloVideo-chrome plus some custom Java code to stream video content for a few months now. I'd love to have something like this as a UI instead of my cobbled mess. Drop me a PM or email @gmail if you want to compare notes. Cheers!

Thanks. Will reach out once I get a chance: the video transcoding/streaming will be the real heavy lifting. This was mostly just a node-webkit exercise, but not sure how cleanly it will merge with the Chrome code you linked to.

Re: Show HN: BigScreen sends pictures and music from OS X to ChromeCast

#8
post #5

If it was for Linux I'd gladly give it a spin.

It will be available for Linux (at least Ubuntu): I just need to brush off my old scripts for generating .deb packages and I'll have something. Just didn't want to dawdle and let it fall into my pile of neglected projects.

Re: Show HN: BigScreen sends pictures and music from OS X to ChromeCast

#10
post #4

Earlier quoted context omitted.

Looks great. I'd use this for videos on my laptop that I want to cast, so definitely looking forward to video support!

That is coming: ran out of time and didn't want to drag my feet on actually releasing it. Video is also complicated: transcoding becomes a real requirement and its just messy to do that in a performant way. But I have something like 40 apps and libraries I've written that are all 80% there but never get released, so for this one I set an explicit rule that it would be released in whatever stable state it is in by the…

in that case... congrats on shipping!
Post reply on HN