Using only the REST API, I am able to upload a file to Azure Media Services from my local machine and start an encoding job. Then I need to poll the job for status to see when it is done. But, what I really want is for Azure Media Services to send a request to my callback URL when it is done. Is there way to do this?
相关问题
- Azure Media Services and HTML5 Video
- Organising Azure Media assets in Blob storage
- Azure Media Player Silverlight fallback not workin
- Azure Media Services content protection using Azur
- Approach to secure access to azure media streaming
相关文章
- How to upload Stream to Azure Media Services
- Can't upload to Azure Media Services - File No
- Azure的媒体播放服务(Azure media Services player)
- Azure的媒体服务编码的MP4文件的大小是10倍的原(Azure Media Services e
- 与Azure的媒体服务流(Streaming with Azure media services)
- Azure Media Services - 3gp file returns error “Fil
- Azure media player(AMP) not working on chrome if s
- Playback video encrypted by Azure Media Service wi
Take a look at our Notifications features which supports WebHooks.
https://docs.microsoft.com/en-us/azure/media-services/media-services-dotnet-check-job-progress-with-webhooks
It integrates well with Azure Functions also - if you want to host your callback in Azure Functions and just leverage the WebHook trigger in there. We have some examples of doing that up here: https://github.com/Azure-Samples/media-services-dotnet-functions-integration/tree/master/101-notify-webhooks