Christian Benincasa

Results 61 comments of Christian Benincasa

I manually built an ARMv8 dummy binary and added it to the nexe pre-builds. Reusable Dockerfile in progress.

Hey! So we now have an ARMv8 image. The code is ready for the ARMv8 standalone binary release, I just need to hook it up to the workflow. For ARMv7...

Done with Bun.

This looks promising: https://github.com/AkashiSN/ffmpeg-docker

QSV is in decent working order. VAAPI is broken, but I will track that separately.

sqlite3 backup API: https://github.com/WiseLibs/better-sqlite3/blob/master/docs/api.md#backupdestination-options---promise

I think this is mostly handled now, right?

This won't happen proactively, but the previous stream will be cleaned up upon server restart. Might be good enough?

Since we have @iptv/xmltv as a library, we could parse our own xmltv into the data structure and only partially update it, which would make this a lot more doable!

Another thought I had while looking at the way this was implemented before was whether we could implement the result as an Generator