Download encoded video locally

Product

Encoding - VOD

Question

Hi how can I download encoded video(is it possible to download directly to my local server) using c# and then delete this video from bitmovin account?

  • Is it possible to define encoding template(in bitmovin account) and pass it during encoding using c#?

@vilnis.leonovs
Direct download is not really supported. The best way is to use a cloud storage, then use a client to download it locally.

To limit the amount of requests you can reuse some configuration objects such as codecs, input, output, filters, etc…, but will need to recreate every other objects such as streams, muxings, encoding, etc for each encoding.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.