how to copy already encoded assets(v3) from one AMS account to another AMS account.

Hemant Dutt 1 Reputation point
2022-10-06T06:23:10.757+00:00

I have encoded some videos. Now I want to copy these assets to another account. How can I do it? Say the assets get copied to another account, then do I need to encode them again or there is no need?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
313 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Xavier Pouyat 591 Reputation points Microsoft Employee
    2022-10-06T08:56:34.46+00:00

    Hello,
    No need to reencode. But you need to copy the asset files as blobs to another storage & container using the Azure Storage SDK. Once the copy is done, you can create a new asset in the second AMS account and use the container you created. You can test this workflow with Azure Media Services Explorer. It has a copy asset feature between two accounts. There is also the code for a replicator tool here.

    1 person found this answer helpful.

  2. David Bristol 971 Reputation points Microsoft Employee
    2022-10-06T14:15:47.347+00:00

    Take a look at https://github.com/ealmuneyeer/ReplicateAzureMediaServicesV3 to replicate assets from one account to another. No reencoding required.

    1 person found this answer helpful.
    0 comments No comments