• hperrin@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    I started working on this yesterday.

    https://github.com/sciactive/soteria

    Locally, I’ve got it loading the stream from the camera, encoding, and muxing, then pushing to a filesystem write stream, but I’ve discovered software based encoding in single threaded WASM is just too slow for what I’m trying to do. I’m going to rewrite it today to use FFMPEG externally for encoding.