I am working on a sample project where I want to capture video from a webcam and upload it directly to the blob without saving the video locally.
It should work in a such a way that it should not store the video locally. Is there any way to keep uploading the video source streaming that is being captured to Blob storage in parallel?