← Back to context

Comment by jedberg

1 year ago

It saves the inputs and outputs of the function, not the internal state, so most of what you asked isn't directly relevant. We do have async support coming soon though.

That being said, real time video processing is probably not a use case that we shine on. We'd be really good for managing everything around that, but not the actual video.

Yeah and that of course is the core thing here. Everything else is both quick and safe to retry/idempotent but when you interrupt a demuxer or an encoder, etc. you can’t restart it without feeding the container headers at least to a new instance.