I currently develop the nodes for a few conventions each year, using info-beamer to integrate with other services and provide dynamic session information. We typically have 5 to 10 TVs running info-beamer hosted, and it’s been a great platform. To develop the signage quickly, I’ve been compiling the open-source info-beamer in a fork. This lets me rapidly test the node on my Linux Mint desktop, or a laptop when traveling without an RPi, then push the package when it’s working.
Over the years, I’ve had to make small tweaks to keep it compiling (and compile Python 2.7), but recently ffmpeg deprecated some APIs required for the video functions. I tried to work through the changes myself in info-beamer/video.c at master · superlou/info-beamer · GitHub , and nothing seg faults anymore, but info-beamer only shows a white frame when calling video:draw.
This is kind of an awkward ask, and I understand the need to abandon support of the open source info-beamer code base, but does anyone have some tips on what I might be missing? My intent is not avoid licensing info-beamer hosted, as the hosted environment has been a great tool.