Tooloop Open Media Server

I am happy to announce that Tooloop, my open media server for public and live media installations, is now in alpha phase and ready to test.

Tooloop is an open media server framework.

  • a well defined range of industrial grade hardware.
  • a minimal Linux, customized for public multimedia installations.
  • a set of network management and monitoring tools.

It’s all open source and available on GitHub.

You can run pretty much any Linux application on Tooloop OS but Processing is specifically targeted and I would love to get your feedback before approaching a 1.0 release.

Many ideas of Tooloop OS are based on the article in the openframeworks book on keeping a linux installation up forever.

Project website:

2 Likes

Do you mind discussing a bit what one could do after following the VM installation? Does it come with examples? Any examples that are not hardware specific?

Great video, exciting work!

Kf

I wouldn’t mind at all :wink:

Tooloop is just the platform for your application so what you can test and play with is the management features, it has. E.g.

  • The settings in the browser
  • Confiednce monitoring (Screenshots and Screen sharing)
  • Turning the box on or off
  • Switching the display opn and off

However there’s some super simple, yet useful example apps that come shipped.

You can install those in the settings’ App center.

The code for those is here: https://github.com/vollstock/Tooloop-Examples
Use it to develop your own app bundle

Also, since this is the Processing forum, what you could do is test a Processing app.

http://tooloop.org/Documentation/App%20Development/Processing

You could try and build an app bundle or at least write a start and stop script so your app will start and stop correctly on boot or from the settings buttons.