Micro Signage is a lightweight software suite that can be used as the basis for creating digital signage appliances, such as advertisement screens and full software systems. It is intended to be used to control the playback of media files and be managed over the network through a socket server, which is included.
| Tags | digital signage playlist av Player digital screens |
|---|---|
| Licenses | Artistic |
| Operating Systems | Linux |
| Implementation | C C++ XML |
| Translations | English |
Recent releases


Release Notes: This release adds an interface for managing MicroSignage remotely. You can now connect to it through a socket interface and send it commands for it to play a specific file, stop the playback, update the playlist, or restart the playback. A simple client application is included to show how this can be done automatically.


Release Notes: This is the first release. It currently features the core functionality on top of which you can build a full suite. It uses TinyXml to read configuration files where you define the command with which to play media files and where to find them and also to process the playlist. The playback and other components run in parallel, so you don't need to worry about interruptions between playback of media.