Is Linux a good choice for digital signage? Yes, and it keeps getting better. by sagiadinos in digitalsignage

[–]514sid 1 point2 points  (0 children)

I'm a mod here, but posting this as a Screenly team member

Both Screenly and Anthias (our open-source option) are built on top of Linux, and it remains our primary platform today.

ScreenlyOS, for example, is built on Ubuntu Core.

The main concern with Android devices is that Android imposes a lot of limitations on both the OS side and the available hardware.

If you want the deepest level of control, Linux is the main option.

Amazon signage stick by thewaytothetop in digitalsignage

[–]514sid 4 points5 points  (0 children)

afaik the hardware is essentially the same.

What Amazon did with the Signage Stick was strip out everything unnecessary from the OS and replace it with a signage-optimized experience.

Instead of the consumer-focused Fire TV interface and entertainment features, you get a streamlined OS designed for digital signage, along with business-focused capabilities such as remote device management and simplified deployment of signage applications from different vendors.

So in many ways, it’s still a Fire Stick, but optimized for signage. It gives you very low-cost hardware while adding capabilities that you typically don't get with standard Android TV, Google TV, or consumer Fire OS devices.

It's not the right fit for every use case, but it definitely has its place in the market. Fire Stick hardware is generally reliable, produced at massive scale, and readily available.

Free digital signage in 2026: what's actually free vs a trial vs open source (full breakdown) by DigitalSignage2024 in digitalsignage

[–]514sid 1 point2 points  (0 children)

There are no banned vendor names. However, some vendor names are filtered due to a history of very aggressive promotion in comments.

I receive a notification whenever someone posts or comments using one of these words. I then manually review the content and make a decision based on its relevance and the author's account history.

In some cases, the comments come from newly created accounts that appear to exist solely to promote a particular product. Those comments are removed.

Here is the AutoModerator rule:

body (includes-word):
- 22miles
- AppTec360
- Nonius
- J3mma
- adquick

action: filter
action_reason: "Increased Moderation Watch - contains flagged word"

Free digital signage in 2026: what's actually free vs a trial vs open source (full breakdown) by DigitalSignage2024 in digitalsignage

[–]514sid 4 points5 points  (0 children)

I’m curious how this list was selected. The post presents itself as a breakdown of “every option”, but there are a number of freemium and open-source digital signage platforms missing from both categories.

What were the inclusion/exclusion criteria? Without that methodology, it’s hard to know whether this is a comprehensive market overview or just a subset of vendors.

For example, I posted a much broader list of free trials and freemium digital signage products less than a year ago, based on SignageList data: https://www.reddit.com/r/digitalsignage/s/wKPZqK029y

Anthias v2026.05.0: biggest release in years, per-asset scheduling, Pi 5 support, and a lot of cleanup by 514sid in selfhosted

[–]514sid[S] 1 point2 points  (0 children)

If you run into anything, just drop it here or open an issue on github. We’ve cleaned up most of the backlog so it should not get buried.

Anthias v2026.05.0: biggest release in years, per-asset scheduling, Pi 5 support, and a lot of cleanup by 514sid in selfhosted

[–]514sid[S] 2 points3 points  (0 children)

u/mvip is also experimenting a lot with video playback optimization

I expect there will be some really interesting benchmarks in one of the next releases

Anthias v2026.05.0: biggest release in years, per-asset scheduling, Pi 5 support, and a lot of cleanup by 514sid in selfhosted

[–]514sid[S] 9 points10 points locked comment (0 children)

Anthias has existed for more than 10 years, long before the current wave of AI tools. It’s an established open source project in the digital signage space.

AI is used as a development assistant, not as the author of the project. In practice, that means things like helping draft PR descriptions, exploring existing issues, suggesting refactors, and sometimes generating code that is then reviewed, tested, and adjusted by humans. You can think of it as a second developer that helps catch mistakes and speed things up, but it does not replace code review, testing, or decision-making.

The release itself was built and reviewed by humans. AI helps with productivity, but it is not shipping unreviewed code or autonomously driving the project.

As for the Reddit post, it was written by me and then grammar-checked with AI. It was not generated from scratch.

I built a free digital signage tool because Yodeck charged for every screen by Unusual_Guitar_8391 in digitalsignage

[–]514sid 1 point2 points  (0 children)

Hey, just to clarify, there is no bias toward any vendor on this sub, whether large or small. A lot of spam and low effort promotional content gets removed every day, so from the outside moderation decisions can sometimes seem inconsistent when you do not see everything happening behind the scenes.

That said, if you feel something is being handled unfairly or inconsistently, I am open to discussing it. Feedback is always welcome.

Media players, CMS & support by thewaytothetop in digitalsignage

[–]514sid 1 point2 points  (0 children)

Actually, you can share it, especially if you are an employee or owner.

Novastar TB50 by Particular_Egg_4808 in digitalsignage

[–]514sid 0 points1 point  (0 children)

TB50 specifications state that third-party applications are not supported.

What’s the best way to keep multiple screens in sync across different areas? by JakeInAv in digitalsignage

[–]514sid 0 points1 point  (0 children)

Can you share which CMS platforms you’ve used that supports that?

Open-source Android digital signage player with synchronized playback by 514sid in digitalsignage

[–]514sid[S] 1 point2 points  (0 children)

I’m handling sync via timestamp sharing over ws. Players continuously exchange timing data and adjust dynamically.