How to download and send blob video properly ? (Firefox / Chrome)
问题 I'm actually developing an application with Angular7 which capture the user webcam when he his watching a video directly on the website. When the video is over, I need to send the camera video directly to my firebaseStore. My problem is that I can download my video, but I have to download it first, and then upload it again in the app using an HTML input, because I'm using a blob URL in order to get the video, and I didn't find any way to send it automatically to my firebaseStore. I have