Product
Encoding - VOD
Question
We have azure blob storage where our media content is residing, we want to encode those media content and store them on our azure blob storage please guide us to the appropriate API’s which can suit our use case.
Encoding - VOD
We have azure blob storage where our media content is residing, we want to encode those media content and store them on our azure blob storage please guide us to the appropriate API’s which can suit our use case.
Hi Sameer,
As you can see from our documentation, Azure Blob storage is supported for Input and Ouput. - Supported Input and Output Storages
You can use the following example as a starting point - bitmovin-api-sdk-examples/java/src/main/java/FixedBitrateLadder.java at main · bitmovin/bitmovin-api-sdk-examples · GitHub
You’d need to create an Azure input and an Azure output using the following API endpoints
Input - Create Azure Input
Output - Create Azure Output
I hope that answers your question
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.