I worked at Google when Chromebook shipped. They put out a call for decorations for the lobby and I proposed something similar to this but they said "no" :( Maybe because I asked for 40-64 machines :P I would not have tried to sync video though. Instead I'd have made time based animations and use the network the synchronize the clocks. you can see an example here: https://www.youtube.com/watch?v=64TcBiqmVko It's 8 ma…
The most unhinged video wall, made out of Chromebooks
21–30 of 64 posts
Re: The most unhinged video wall, made out of Chromebooks
#22Re: The most unhinged video wall, made out of Chromebooks
#23Earlier quoted context omitted.
I operate a digital signage company based around the Pi. Curious what problems you run into. SD cards?
The deprecation of OMXPlayer has been problematic for one, since I rely on some custom applications which need to be able to have some fairly precise/low latency requirements between when you tell it to start playing vs when the playback actually starts, etc. I haven’t found a suitable mechanism which meets our reqs on a Pi for controlling/playing videos yet since that deprecation. The lack of a regular HDMI output i…
Yeah. The Pi3 -> Pi4/5 jump was quite a massive change in how things work. I've been writing my own playback engine for 10 years now and that one was quite challenging. Precise playback start is something my software supports: You control everything in Lua and can, for example, preload a video and then start it based on either internal logic or based on an external trigger. Up to the Pi3, my software also supports dynamically adjusting the HDMI clock, so the vsyncs of multiple displays are synchronized. Customers have been using that for almost 10 years for video wall playback.
If you go with the hosted version of the software, provisioning is as simple as extracting a single 60MB zip file to an empty SD card and placing that into the Pi. If needed you can even use the API to preconfigure that ZIP file to include settings like WiFi.
Re: The most unhinged video wall, made out of Chromebooks
#24Re: The most unhinged video wall, made out of Chromebooks
#25This one from 2013 when the Chromebook Pixel was announced was pretty great too. https://tomsepe.com/portfolio/google-pixeltree/
[0] https://hackaday.com/2015/05/02/excruciating-quest-turns-chr...
Re: The most unhinged video wall, made out of Chromebooks
#26Excellent work, and a great read. What videos did you end up playing on this after your testing was complete? Do you have any recordings to share of this in action?
Thank you! We haven’t figured out what to play on it yet actually - I think the plan is to build out all the tools so that our school can create and upload their own videos (eg. montages of students work - this is in the Design workshop after all) to display on the screen. It could be self-service even after we graduate in June.
Re: The most unhinged video wall, made out of Chromebooks
#27I wonder if it would have been easier to make just one video and have the computer zoom in to different parts of the video. And then run the video simultaneously through a web browser
Re: The most unhinged video wall, made out of Chromebooks
#28Excellent work, and a great read. What videos did you end up playing on this after your testing was complete? Do you have any recordings to share of this in action?
Thank you! We haven’t figured out what to play on it yet actually - I think the plan is to build out all the tools so that our school can create and upload their own videos (eg. montages of students work - this is in the Design workshop after all) to display on the screen. It could be self-service even after we graduate in June.
Re: The most unhinged video wall, made out of Chromebooks
#29Earlier quoted context omitted.
Thank you! I didn’t get the chance to mention them in the blog post, but yes we checked out the price tags on the commercial solutions :) It’s crazy! I’ve always wondered how much of the cost is hardware vs software… and I would imagine professional digital signage is also designed for reliability longevity and all that.
Reliability is a big part of it - but they are not really all that expensive for what you get IMO, especially in an enterprise context. A BrightSign is effectively a very sandboxed Linux box (you can SSH into them!) which has extremely reliable video and audio output, plus a huge amount of customizability, networking, scripting etc - plus various fleet provisioning/management software that goes with it. In terms of $…