1

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.

James Z
  • 12,209
  • 10
  • 24
  • 44
Gowtham M
  • 11
  • 4

1 Answers1

0

Use resumable_upload package for resumable file upload to Azure Blob Storage

Jenish MS
  • 357
  • 2
  • 13