Is it possible to save the session of a stream locally?
Since it isn’t possible to replay a stream, it would be nice to be able to upload it after the stream has finished. Is this possible already and I have missed a config or option to the asciinema command? Could I run both rec and stream at the same time?
Local saving isn’t implemented at the moment but I agree this would be very useful. I think something like asciinema stream --save foo.cast could work nicely. Is this what you were thinking about?
For anyone stumbling upon this topic, the latest asciinema CLI (Release v3.0.0-rc.4 · asciinema/asciinema · GitHub) includes a new session command which can do both: recording to a file and stream at the same time.