As many other commenters point out, I’m confused what this actually does? Does this allow me to turn a SBC into a Chromecast? Meaning, do I install this on a SBC, or any Linux machine, and magically I can cast YouTube to it from my phone? The README could use a quick FAQ of what this repo can and cannot do as it relates to the Chromecast/Google Cast ecosystem since they’re using that brand name in the description.
As far as i understand it, no. It allows to turn hardware running Linux ( like a Pi) into a Chromecast ( the dongle), to which you can stream video/audio from another device ( but not compatible with Google's protocol, so you can't click on YouTube's cast button to use it, you need extra software)
NymphCast – Open-source Chromecast Alternative
21–30 of 71 posts
Re: NymphCast – Open-source Chromecast Alternative
#22This has nothing to do with Chromecast, nor does it have anything to do with Google Cast, nor will it let or help you "Cast" anything like YouTube to your Cast capable devices.
What this is, is an (early) software implementation to stream media from a control device (your phone etc) to an SBC or other machine running the server code, and connected to a TV or monitor. It appears that the media must be resident on the controller and not the server.
It looks like they're aiming for multiple targets with "good" synchronisation, whatever that means.
Looks like a nice toy project for someone but there seem to be far more mature tools out there, at least for multi-room audio.
For video, if you don't need sync, Jellyfin (libre Emby fork) is quite capable.
Re: NymphCast – Open-source Chromecast Alternative
#23As many other commenters point out, I’m confused what this actually does? Does this allow me to turn a SBC into a Chromecast? Meaning, do I install this on a SBC, or any Linux machine, and magically I can cast YouTube to it from my phone? The README could use a quick FAQ of what this repo can and cannot do as it relates to the Chromecast/Google Cast ecosystem since they’re using that brand name in the description.
As far as i understand it, no. It allows to turn hardware running Linux ( like a Pi) into a Chromecast ( the dongle), to which you can stream video/audio from another device ( but not compatible with Google's protocol, so you can't click on YouTube's cast button to use it, you need extra software)
It turns it into a device that can receive control and streams from another device using software specific to this implementation.
Re: NymphCast – Open-source Chromecast Alternative
#24Re: NymphCast – Open-source Chromecast Alternative
#25Re: NymphCast – Open-source Chromecast Alternative
#26According to one of its creators, the device can be ordered partially pre-assembled for $10 and requires additional parts worth another $10 to be soldered on by yourself.
Re: NymphCast – Open-source Chromecast Alternative
#27Earlier quoted context omitted.
It doesn't expose a Google Cast device. It only allows streaming media from a Jellyfin instance to that device.
Oh, then it's very different from what I want...
Re: NymphCast – Open-source Chromecast Alternative
#28Now, that's an esoteric choice of language. I'm curious about the rationale to chose Angelscript over the more common scripting languages.
I've only ever seen Angelscript used in an extension to a 22-year old game. AFAIK it's purely interpreted and mostly just very simple to integrate. (And somewhat more secure by default because it's so simple and interpreted) Any serious product using it which depends somewhat on performance should probably integrate V8 or something similar instead. The Angelscript language is very similar to Javascript etc. but so ni…
Re: NymphCast – Open-source Chromecast Alternative
#29Sounds cool, though "nymph" gives it a vaguely erotic vibe, which might not be what you're after.
Re: NymphCast – Open-source Chromecast Alternative
#30There is clearly a lot of misunderstanding in the comments here. I feel like the repository is causing confusion by referring to Chromecast. This has nothing to do with Chromecast, nor does it have anything to do with Google Cast, nor will it let or help you "Cast" anything like YouTube to your Cast capable devices. What this is, is an (early) software implementation to stream media from a control device (your phone…
Jellyfin, based on their website, looks like just another media server.