Florian Wesch

The 35C3 info beamer setup

Posted Jan 04 2019 by Florian Wesch

As is tradition, I've been running the info screens at the anual 35C3 conference again.

info-beamer hosted, running on the Raspberry Pi controlled the intermission content in five conference halls. The image above showing the setup was taken by seokai.

A quick recap, again

I've been running the info-beamer screens on the chaos communication congress for the last seven events. You can read about the two previous installations in the 33c3 and 34c3 blog posts. This year's setup was pretty simple as basically all of its components already existed from earlier installations or as info-beamer open source projects. Most of the work was getting content and trying to apply the design guidelines.

The 35c3 setup

This year I've been using the Scheduled Player package for all content. So there was almost no custom programming involved this time. All I had to do was create the content on the web dashboard.

This looks similar to how the setup last year was built: The Scheduled Player package is the top-level package controlling the content. Added as two child packages is a custom twitter package as well as the self service package.

The twitter package is needed as Twitters API has stupid rate limits making the API pretty useless if you have multiple devices polling it at once. So instead I set up a central poller on a dedicated machine. It pulled tweets and their linked media files, placed them in a publicly reachable url and I just imported this package into the info-beamer service using the package link mechanism. Every few minutes a cron job would update the tweets and finally trigger a package update using the package specific web hook url from the twitter package detail page.

The twitter importer basically looked like this:

#!/bin/sh
./update-tweets /export/twitter && \ 
    curl https://info-beamer.com/api/v1/package/XXXX/sync/YYYYYYYYYYYYYYYYYY

The user content worked pretty similar. I set up a web service at 35c3.infobeamer.com and used a slightly modified version of the 33c3 CMS I created two years ago. Visitors could log into the CMS using their github account and upload images or short videos.

Every 5 minutes a curl call similar to the above one triggered an import of new content into the info-beamer system which then distributed the files to all Pis. This year more than 100 people uploaded around 220 image and videos. You can fetch all of them in a ZIP file here (81MB).

This year I enabled peer-to-peer support on all Pis and a lot of files were only downloaded once from the internet and transferred among the Pis instead. This saved a lot of bandwidth - not that it really mattered in this case :-)

In-house streaming

One problem last year was that we didn't have access to the already install TV screens inside the congress center. They run some Windows based digital signage system and we couldn't attach our Pis to the screens directly and were forced to carry around USB sticks with PowerPoint on them. Ugh. Unfortunately this didn't change but we managed to find a somewhat working solution:

One dedicated Pi was attached to an Helo hardware encoder. The HDMI output of the Pi was converted into an HLS playlist. Their Windows software was able to play such streams. Due to HLS the stream did have quite a delay (10 seconds or so). Additionally some bandwidth limit made the stream a bit sluggish from time to time and their Windows installation had a few update notifications and visitors wondered if info-beamer created them for fun: no, it didn't. Those were real :-)

Next year

Next year I'll try to put something more interactive together. In earlier installations I had a massive multiplayer pong game running. I think something that allows visitors to waste a bit of time while waiting for the next talk would be nice.

It would also be great if more screens or projectos in additional locations would show schedule or other useful information. Let's see what we can do 2019.


Read more...


Community comments


info-beamer.com offers the most advanced digital signage platform for the Raspberry Pi. Fully hosted, programmable and easy to use. Learn more...


Get started for free!

Trying out the best digital signage solution for the Raspberry Pi is totally free: Use one device and 1GB of storage completely free of charge. No credit card required.


Follow @infobeamer on twitter to get notified of new blog posts and other related info-beamer news. It's very low traffic so just give it a try.

You can also subscribe to the RSS Feed RSS feed.


Share this post:

Share using Twitter


Questions or comments?
Get in contact!