Product
Streams
Question
How do I create stream file in Azure storage account using Bitmovin.Api.sdk. All I see Amazon S3 bucket example but unable to find azure input and output connectivity.
Streams
How do I create stream file in Azure storage account using Bitmovin.Api.sdk. All I see Amazon S3 bucket example but unable to find azure input and output connectivity.
Hi @faizanbby you’ll just need to replace the S3 output with
AzureOutput output = new AzureOutput();
and set the mandatory fields listed here: Create Azure Output
Similarly for the inputs: Create Azure Input
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.