php - Automatically move uploaded file on Azure -


i have video file, i'm uploading php blob windows azure. there way make azure move file in media storage, re-encode , publish?

thanks!

you can follow c# example in azure media services github repository . https://github.com/windowsazure/azure-sdk-for-media-services/tree/master/samples/copyblobsintoanasset.

once asset in storage account (which associated media service) has been created, can create required job encode asset,then publish output asset can streamed or downloaded. http://www.windowsazure.com/en-us/develop/media-services/how-to-guides/deliver-streaming-content/


Comments