locked
How to copy uploaded blob to asset for AMS processing using PHP SDK RRS feed

  • Question

  • I'm using Azure PHP SDK for Azure Media services and having problem with uploading large files (< 64 mb). So i tried using Blob service to upload as a chunk and commit it as a single file. It also works fine, and now media services won't directly take blob as a input. So i need to convert it into an Asset.

    I'm following the link https://msdn.microsoft.com/en-us/library/azure/jj933290.aspx which has example using .NET, is there a PHP sdk library support available for copying blob to asset. If yes please let me know the class and its methods or link.

    Please advice


    Mohanraj

    Thursday, February 12, 2015 10:55 AM

Answers

  • Hi Mohanraj,

    This problem is fixed: you can now pull from dev branch: https://github.com/Azure/azure-sdk-for-php/commit/972e09c74308411602027280ededb3048b1e2fc4. We are merging this into release branch as well. 

    Thanks,

    Mingfei Yan

    Wednesday, February 18, 2015 6:13 PM

All replies

  • Hi Mohanraj,

    We recently had a fix for the problem you mentioned above: https://github.com/Azure/azure-sdk-for-php/commit/972e09c74308411602027280ededb3048b1e2fc4. We will try to release it asap but you can now try to upload by using this code pulled from dev branch.

    Monday, February 16, 2015 6:14 PM
  • Hi Minigfeiy,

    Thanks for the reply. Are you meaning to say that upload limit is relaxed? What would be the maximum file size can be uploaded as a Asset using PHP SDK?


    Mohanraj

    Tuesday, February 17, 2015 4:21 AM
  • Hi Mohanraj,

    This problem is fixed: you can now pull from dev branch: https://github.com/Azure/azure-sdk-for-php/commit/972e09c74308411602027280ededb3048b1e2fc4. We are merging this into release branch as well. 

    Thanks,

    Mingfei Yan

    Wednesday, February 18, 2015 6:13 PM