Resumable video upload to the Azure blob in Flutter application

122 Views Asked by At

how to achieve this?

I have tried tusc flutter packages. Everything has the same flow like pushing the video chuck to tus server https://master.tus.io/files

I need to push the video source to the Azure blob directly without tus server.

1

There are 1 best solutions below

0
On

Use resumable_upload package for resumable file upload to Azure Blob Storage