FCast: Casting Made Open Source
fcast.org
FCast: Casting Made Open Source
1–10 of 67 posts
Re: FCast: Casting Made Open Source
#2Re: FCast: Casting Made Open Source
#3Could this end up on an embedded smart tv device, like a Roku?
Re: FCast: Casting Made Open Source
#4Re: FCast: Casting Made Open Source
#5I wish I could use this with local videos.
Re: FCast: Casting Made Open Source
#6Is it currently usable in anything other than GrayJay? I wish I could use this with local videos.
Re: FCast: Casting Made Open Source
#7NymphCast has been around for years but it's still basically unheard of. This has more polished marketing (and a less weird name) but other than that I don't see what makes it any more likely to succeed. * https://news.ycombinator.com/item?id=22457351 * https://news.ycombinator.com/item?id=27482699
Re: FCast: Casting Made Open Source
#8 In FCast, a "client" is a device or software application that discovers and
communicates with a "receiver".
The client, which can be a terminal client or an Android application, uses
the FCast protocol to send media content to the receiver, such as a TV or
media top box. The client initiates the media streaming by connecting to the
receiver, launching the media, and then the receiver begins playing the media.
Once the media is launched, the client can control the playback, allowing
operations like pause, resume, seek, and volume adjustment.
Seems like basically a client-server relationship, but with the "client" acting as a server and a "receiver" acting as a er... client?But with the "client" being the thing to control the start/stop/etc of the media, which is a weird thing for a server to do.
Re: FCast: Casting Made Open Source
#9Seems to use confusing terminology? In FCast, a "client" is a device or software application that discovers and communicates with a "receiver". The client, which can be a terminal client or an Android application, uses the FCast protocol to send media content to the receiver, such as a TV or media top box. The client initiates the media streaming by connecting to the receiver, launching the media, and then the receiv…
Re: FCast: Casting Made Open Source
#10Seems to use confusing terminology? In FCast, a "client" is a device or software application that discovers and communicates with a "receiver". The client, which can be a terminal client or an Android application, uses the FCast protocol to send media content to the receiver, such as a TV or media top box. The client initiates the media streaming by connecting to the receiver, launching the media, and then the receiv…
What in the above makes you think that? The receiver is the "server". Playback happens on the "server" (just like mpd, if that helps).
ie: give me file XYZ
With the FCast project, it seems like the bulk of the transmitted data is from the "client" to the "receiver"?
At least, that's what it sounds like from this description?
The client [...] uses the FCast protocol to send media content
to the receiver, such as a TV or media top box.
Is my reading of this wonky? :)