Plex, Jellyfin, LibreELEC, Kodi... those are the best solutions for those wanting to manage their own destiny and TV experience. You can run them on practically anything and there are Tiny PCs, stick-form-factor Raspberry Pi devices (like CM4 TV Stick), and other silent small boxes you can attach to a TV for a thin client interface or just a shared media library / TV experience. It'd be nice if Amazon, Apple, Netflix…
TV: Now What?
31–40 of 168 posts
Re: TV: Now What?
#32The fragmentation is both a flaw and a feature. It means we have diversity in media vendors, at the cost of a pretty high cognitive load to just watch something… which app is it on? What’s the account login? Search the device main search, then go to each app and do its own individual search. All while dodging ads and autoplay and “what’s new” and “for you.” It sucks for users. But it also sucks for developers, who ha…
It’d be purely a feature if we banned shared ownership of distribution and production, like we did with movie studios and movie theaters for decades.
Re: TV: Now What?
#33Earlier quoted context omitted.
“Huge cable bills” - we’re already back there. Netflix is $23, Apple TV just increased to $10c Disney+ is now $14, Hulu is $20, Max is $16, Paramount is $10, Peacock is $6. You can easily spend $100 /mn on streaming services.
No one says you have to subscribe to ALL of the streaming platforms at once. If cost is an issue, pick 1 or 2 services, watch the shows you’re interested in, then cancel those and pick 1 or 2. Rince and repeat. You have choice with this approach and you don’t need every service offered.
The industry simply recycling its business model in new delivery methods is a valid complaint/perception.
Re: TV: Now What?
#34Earlier quoted context omitted.
No one says you have to subscribe to ALL of the streaming platforms at once. If cost is an issue, pick 1 or 2 services, watch the shows you’re interested in, then cancel those and pick 1 or 2. Rince and repeat. You have choice with this approach and you don’t need every service offered.
While perhaps a nominal iteration of improvement, cable was this way too. You didn’t have to have the $100 /month service package. There was always the $30 /mo basic cable (no guide box). The industry simply recycling its business model in new delivery methods is a valid complaint/perception.
Re: TV: Now What?
#35About 2/3 of our users are on some version of Android (which excludes fire tv) so will still be our most relevant target platform.
Re: TV: Now What?
#36Earlier quoted context omitted.
Correct me if I am wrong, but hasn’t it been found (In the US) that making a digital copy of a DVD you own totally okay?
Sure, and the "water pipe" they sell on the boardwalk is for "tobacco use only". Let's be honest, most people use this software to serve up their library of pirated content. The number of people who are even still buying physical media is relatively tiny. That is why retailers like Best Buy are abandoning that market. The population of people who buy that physical media and then manually rip it has to be miniscule.
Re: TV: Now What?
#37> Roku uses a proprietary language and UI toolkit I thought Roku was originally based on Silverlight, but I may be misremembering. I can't find any source to validate that. But Roku still quietly has the biggest market share in this space.
Notable quirks include the XML companion files for code interface descriptions (in the newer SDK, anyway), and single = doing double-duty as assignment and comparison.
[edit] oh but my understanding is that big players get a different SDK with the ability to e.g. use C libraries, which is how they’re able to look & work so much like they do on other platforms.
Re: TV: Now What?
#38Earlier quoted context omitted.
No one says you have to subscribe to ALL of the streaming platforms at once. If cost is an issue, pick 1 or 2 services, watch the shows you’re interested in, then cancel those and pick 1 or 2. Rince and repeat. You have choice with this approach and you don’t need every service offered.
While perhaps a nominal iteration of improvement, cable was this way too. You didn’t have to have the $100 /month service package. There was always the $30 /mo basic cable (no guide box). The industry simply recycling its business model in new delivery methods is a valid complaint/perception.
Re: TV: Now What?
#39This seems likely to me as well. > To me, this level of fragmentation, coupled with the nature of content-centric TV apps, suggests that a server-defined UI approach might work well.
There still has to be some client side interface, an OS, a browser, thin client, I/O, some layer right? Trying to thing of another example where a screen is just a dumb-as-can-be terminal
CarPlay and Android Auto come to mind.
Re: TV: Now What?
#40Server-driven UI is a thing that's been gaining traction in recent years. To my knowledge, at least a few FAANG companies have adopted this for the reasons mentioned in the article (AirBnB, Lyft, Expedia) https://github.com/csmets/Server-Driven-UI There are a few frameworks that cater to this -- most of them are variations on an API that returns JSON describing view components and state/actions. For instance, DivKit:…
The second generation Apple TV's app runtime was all server-driven XML. TVMLKit is the "modern" replacement for this style of Apple TV app (mostly to make it easier to port I guess) https://developer.apple.com/documentation/tvmlkit
Archived example https://web.archive.org/web/20170813035144/http://trailers.a...
TV's "native" platforms are also similar, or just straight up HTML/CSS/JS.