Capture to a stream instead of file #33
-
Hi, The lib looks nice. Any way to capture the video to a stream instead of writing it directly to file? Would be useful to e.g. send it over the network. |
Beta Was this translation helpful? Give feedback.
Answered by
NiiightmareXD
Apr 11, 2024
Replies: 1 comment 3 replies
-
By default, the API is a stream that was redirected to a file. Do you think it would be better to redirect it to a callback function? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added
VideoEncoder::new_from_stream
.