Hacker News new | ask | show | jobs
by VikingCoder 2015 days ago
I'm a HUGE fan of air-gap data transfer, and this is very nearly what I want.

Curious though, can't you make a web app to record the video, too?

1 comments

Definitely. I had to draw a line somewhere for an initial "does anyone care about this?" release, so there's some rough edges here.

There are a number of loose ends that I'd like to look into down the road, and more flexibility for different use cases is on the list.

edit: I should mention: the main reason the decoder is a native Android app and not a WebAssembly app is that decoding performance is a throughput bottleneck. I wasn't too eager to pay the wasm tax, when I wasn't sure if even native performance would be good enough. As it happens, I now think decode performance is going to be ok -- but it's still a bit of a weak spot in the scheme.