Microsoft Azure Media Services is an extensible cloud-based platform that enables developers to build scalable media management and delivery applications. Media Services is based on REST APIs that enable you to securely upload, store, encode and package video or audio content for both on-demand and live streaming delivery to various clients (for example, TV, PC, and mobile devices).
Questions tagged [azure-media-services]
806 questions
5
votes
1 answer
Azure media service asset management
After reading all official documentation on azure media services using .net sdk
I'm unable to manage assets under scenario say in a music streaming application.
Problems:-
When new Asset with single AssetFile is created then new task can encode it…

gitesh.tyagi
- 2,271
- 1
- 14
- 21
5
votes
1 answer
How to get the publish url after uploading video to azure media service?
i am able to upload the video to windows azure media service by web HTTP rest API. but after uploading i am unable to get the URL to run this uploaded video in my browser. but video is running after the manually publish in the azure port for this…

SHIBSANKAR
- 61
- 1
- 4
4
votes
1 answer
Azure media services price calculation
I want to use azure media services for video streaming but the azure docs are quite ambiguous regarding the pricing. Kindly let me know:
what are Streaming units
How do we calculate the cost with streaming units?
What is the data transfer cost and…

Mr Khan
- 2,139
- 1
- 7
- 22
4
votes
2 answers
FairPlay license URL in Azure Media Services
I'm working on a project where I need to set up DRM content protection for my videos. It's working fine for Widevine and PlayReady and now I need to configure FairPlay.
I followed the instructions in the FPS Credential Creation Guide, so I have the…

Lucas Silva
- 81
- 10
4
votes
1 answer
How to generate Sprite Thumbnails using Azure Media Services
I will cut to the basic, I have the following TransformOutput which encodes the Videos(SD/HD) and also creates Thumbnail.
TransformOutput[] outputs = new TransformOutput[]
{
// Create a new TransformOutput with a custom Standard Encoder Preset
…

Ali
- 2,702
- 3
- 32
- 54
4
votes
3 answers
Azure Media Service Fairplay DRM AVPlayer swift implementation
I am trying to play a Fairplay DRM protected (encrypted through Azure Media Services) HLS video stream on iOS Device.
I have used the code and process described in the following…

Jatin Mishra
- 71
- 7
4
votes
0 answers
Azure Media Services DRM Integration With 3rd Party Unified Streaming Server
Overview
We are building a music streaming application that will be primarily targeted at Android devices. The main aim is to sell music subscriptions while protecting the media assets we are providing our end-users, thus A DRM solution is core to…

Iruku Kagika
- 583
- 1
- 7
- 17
4
votes
1 answer
Azure Media Services - The video playback was aborted due to a corruption... (0x20400003)
I have uploaded my MP4 files to Azure then converted them to H264 1080p Streaming format.
When I try to play it from the player, it gives me the following error:
The same for all browsers. When I download the processed MP4 files from the underlying…

Adam Szabo
- 11,302
- 18
- 64
- 100
4
votes
1 answer
Max output size in Azure Media Encoder
Is there a built in way to prevent AME from encoding an output size from the config file if the source video is smaller than the target, or is it necessary to have a bunch of presets with each one having the maximum res then I query the media file…

Stephen York
- 1,247
- 1
- 13
- 42
4
votes
2 answers
How to integrate Azure media player in android
I have a manifest streaming url which I have to play. How can I integrate azure media player in android to play the streaming video?

code_geek
- 71
- 9
4
votes
1 answer
Ingesting videos via bulk uploading into Azure media services from HTML5
I am working on a project (web api, Angularjs, HTML5, CSS3) that currently allows a user to upload a video file one at a time by getting a locator from a web api call and upload the video in blocks via chunking using the locator url.
Now I have to…

user1790300
- 2,143
- 10
- 54
- 123
4
votes
2 answers
Use ffmpeg to stream live content to azure media services
I've been trying to stream content to azure media services using ffmpeg as it's one of the options described here : http://azure.microsoft.com/blog/2014/09/18/azure-media-services-rtmp-support-and-live-encoders/
My command is :
ffmpeg -v verbose -i…

Dadicool
- 133
- 1
- 6
4
votes
3 answers
Using Node.js for Azure Media Services/Handling Media Upload and Streaming
I am in the middle of developing services that will deal with media files (audio/video) . These services are responsible for uploading and then streaming media files uploaded by client (IOS, Android but not limited to these devices/platforms).
We…

Tabish Sarwar
- 1,505
- 1
- 11
- 18
4
votes
1 answer
Azure Media Services and HTML5 Video
I want to use Azure Media Services to allow my users to upload a video (in any file format -- supported by the media services of course) and then perform the following steps:
Create MP4, WEBM, and OGV converted endpoints to allow any browser to…
user400055
3
votes
5 answers
Azure Media Service : Retry failed after 6 tries. (The operation was canceled.)
To learn about Azure Media Service I'm following Tutorial: Upload, encode, and stream videos with Media Services v3.
But currently stuck as code given in this article UploadEncodeAndStreamFiles is throwing Retry failed after 6 tries. (The operation…

Vivek Sharma
- 59
- 2
- 6