A fancy self-hosted digital signage tool. Free, simple and working.
Go to file
2024-07-21 21:32:11 +02:00
.github funding github 2024-07-18 23:31:44 +02:00
data working dyn video duration 2024-07-21 21:32:11 +02:00
docs change logic 2024-07-21 18:42:20 +02:00
lang working dyn video duration 2024-07-21 21:32:11 +02:00
plugins doc 2024-07-18 20:17:04 +02:00
src working dyn video duration 2024-07-21 21:32:11 +02:00
system fix storage mounting 2024-07-21 19:42:27 +02:00
var/run no dummy file anymore, use /dev/null instead 2024-05-12 22:53:53 +02:00
views working dyn video duration 2024-07-21 21:32:11 +02:00
.dockerignore add git keep 2024-05-25 19:11:51 +02:00
.env.dist change logic 2024-07-21 18:42:20 +02:00
.gitignore ok 2024-07-21 01:25:40 +02:00
docker-compose.dev.yml remove autoconfigure player file + add demo mode 2024-07-19 01:16:34 +02:00
docker-compose.headless.yml remove autoconfigure player file + add demo mode 2024-07-19 01:16:34 +02:00
docker-compose.yml remove autoconfigure player file + add demo mode 2024-07-19 01:16:34 +02:00
Dockerfile change logic 2024-07-21 18:42:20 +02:00
LICENSE Create LICENSE 2024-04-25 17:23:27 +02:00
obscreen.py fix path 2024-03-04 17:26:04 +01:00
package-lock.json css to sass with vitejs 2024-06-21 13:56:19 +02:00
package.json css to sass with vitejs 2024-06-21 13:56:19 +02:00
README.md change logic 2024-07-21 18:42:20 +02:00
requirements.txt better sysinfo & console log handler 2024-05-26 02:13:31 +02:00
version.txt bump 2.0.4 2024-07-19 01:16:45 +02:00
vite.config.js dark/light mode 2024-07-18 01:35:38 +02:00

Obscreen

Obscreen is a user-friendly self-hosted digital signage tool. Manage a fleet of Raspberry Pi devices to transform your screens into a professional digital signage network.

🕹️ Live Demo

Try it!

Demo Server (Location: Roubaix - France): https://demo.obscreen.io

It is a temporary live demo, all data will be deleted after 30 minutes (~30secs downtime) . Sponsored by myself.

Features

  • Dead simple chromium webview inside
  • Fancy graphical user interface
  • Very few dependencies
  • Embeddable SQLite database
  • Fleet screen management
  • Playlist management
  • Authentication management
  • Plugin system to extend capabilities
  • Multi Languages
  • No costly monthly pricing plan per screen or whatever, no cloud, no telemetry

👨‍🍳 Cookbooks

🔴 I want to power a RaspberryPi and automatically see my slideshow on a screen connected to it and manage the slideshow

🔵 I just want a slideshow manager and I'll deal with screen and browser myself

📸 More Screenshots

Light Mode:

Content Explorer:

Settings Page:

Add Content Modal:

🫡 Motivation

  • I was searching for a self-hosted monitoring tool similar to "Screenly", but struggled with "Anthias" (formerly Screenly OSE) due to compatibility issues on some webpages. Chromium does a great job at rendering webpages, so I decided to create my own solution based on browsers.
  • Enjoy a beautiful graphical interface
  • My goal was to keep the code as simple as possible, using reliable technology with minimal dependencies.
  • Aim to showcase the power of the Raspberry Pi 5.
  • Deploy my first true Docker image to Docker Hub using a continuous deployment pipeline.

If you value this project, please think about awarding it a . Thanks ! 🙏

🛟 Discussion / Need help ?

Join our Discord

Open an Issue

Troubleshoot

Videos aren't playing why ?

This is "normal" behavior. Videos do not play automatically in Chrome because it requires user interaction with the page (a simple click inside the webpage is enough). If you open the console, you'll see the error: Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first...

To resolve this, you need to use the Chrome flag --autoplay-policy=no-user-gesture-required. When connecting a Raspberry Pi with Obscreen Player autorun, this issue doesn't occur because the flag is handled automatically for you.You need to enable this flag yourself otherwise.


👑 Contributions

Create Pull Requests

We accept all types of pull requests.

Test Beta Version

Check out the latest beta release here: https://github.com/jr-k/obscreen/releases

Translations

If you want to translate Obscreen into your language, please visit Languages Files.

Spelling & Grammar

Feel free to correct the grammar in the documentation or code. My mother language is not English and my grammar is not that great.