自动在Azure上移动上传的文件

时间:2013-07-11 14:31:45

标签: php azure blob azure-storage-blobs azure-media-services

我有一个视频文件,我用php作为blob上传到Windows Azure。有没有办法让Azure在媒体存储中移动此文件,重新编码并发布?

谢谢!

1 个答案:

答案 0 :(得分:2)

您可以在Azure Media Services GItHub存储库中关注c#示例。 https://github.com/WindowsAzure/azure-sdk-for-media-services/tree/master/samples/CopyBlobsIntoAnAsset

创建存储帐户(与媒体服务相关联)中的资产后,您可以创建编码资产所需的作业,然后发布输出资产,以便进行流式处理或下载。 http://www.windowsazure.com/en-us/develop/media-services/how-to-guides/deliver-streaming-content/