Questions tagged [azure-media-player]
65 questions
3
votes
0 answers
Is it possible to provide a URL that returns an m3u8 file to azure media player?
I'm using azure media player to play AES encrypted videos on my website. However, I don't want to use the default HLS streaming uri that comes back.
What I'm doing is loading the m3u8 from the HLS endpoint and adding captions to it directly (Since…

Jared Germano
- 43
- 6
3
votes
1 answer
Azure Media Services - FairPlay configuration shows - Certificate validation failed
I have already setup DRM for Widevine and Playready. It is working perfectly.
Now I also want to enable FairPlay. But when I am trying to add the App Certificate to FairPlay Configuration in Content Protection blade in Azure Media Services it does…

Manish Gupta
- 1,405
- 14
- 32
3
votes
1 answer
Cannot find namespace 'amp'
I am writing a React/TypeScript project that uses Azure Media Player. Per the docs under Referencing the Player, I should be able to reference the player like this:
var myPlayer = amp('vid1');
I then get a compiler error:
TypeScript error in…

Super Jade
- 5,609
- 7
- 39
- 61
2
votes
1 answer
How to set up Azure Media Player typescript definition in Angular 10
I am having trouble setting up the typescript definition for the Azure Media Player in an Angular 10 project. I am using the *.d.ts file from the documentation
I tried setting up the definition using typeRoots in the tsconfig.json file:
"typeRoots":…

Bogdan Marcu
- 105
- 5
2
votes
0 answers
Pause/Stop Microsoft streams embed video in html page on model close
I have Microsoft stream video iframe embed on html page pop-up modal. The video is displayed on Modal pop-up when a button is clicked and plays with default controls. When i close the modal pop, the video still runs on the background. I need to…

daniel
- 55
- 1
- 5
2
votes
0 answers
Prevent skipping video on Azure Media Player
How can we prevent skipping the video on Azure Media Player? I have tried many tricks to do it but got failed every time.
Below are the events which I have…

Sagar Saini
- 84
- 1
- 6
1
vote
0 answers
Azure media player unable to play DRM content as a MS teams app
I'm trying to create a small app where I'm going to play a DRM encoded video using azure media player. It is showing error code "(0x10500001)"
[enter image description here][1]
FYI- Player is playing DRM video on all browsers perfectly.
Here is the…

Sonu Gupta
- 21
- 4
1
vote
1 answer
Azure media player drm protected video issue in iPhone
I am using azure media player 2.3.11 min js version for video in .Net6 technolgy.
The video is DRM protected and playing perfectly on Android and Ios(Mac).
But in iPhone its behaviour is random, sometime video is playing and sometime getting black…

Gitesh Mangla
- 11
- 1
1
vote
1 answer
Azure Media Player Video Shifted from Left on Android Devices Only
I placed 4 players on one page which are working good on desktop and iOS however on android devices there is a left shift can be seen in following image as black area.
It only appears when the screen width is less than 430px.
Following is the code…

Ahmad Nawaz
- 1,129
- 7
- 26
1
vote
1 answer
Get Video Width and Height from Azure Media Player
I have video's I'm streaming from Azure Media Services and are being rendered in my web page using Azure Media Player API.
I don't know ahead of time what the videos dimensions are (and they will vary). My issue is that when I play the video there…

Stanton
- 904
- 10
- 25
1
vote
1 answer
Is there a way to load video from azure media service at specific time via query params?
I have a video and a list of timestamps. The timestamps are not defined as an asset filter in Azure Media Service itself.
Is there a way to load the video from Azure Media Service with a specific start time without defining asset filters? Maybe…

Alexandru Stefan
- 635
- 1
- 9
- 22
1
vote
1 answer
Start a video at a particular time and keep track of the video
This is a 2 part question.
I am playing a video using Azure Media Player. The code is given below. I am just displaying the URL of the video and it starts to play.
I need to know how to play the video at a particular time (Let's say at 0.19…

Sharon Watinsan
- 9,620
- 31
- 96
- 140
1
vote
1 answer
Azure media player multiple instances volume issue
I am using multiple instances of azure media player. The problem is that I have multiple instances, the player's volume control stops working. Is there any workaround for this? I am using vuejs. Thanks.

Mr Khan
- 2,139
- 1
- 7
- 22
1
vote
1 answer
Cannot scroll webpage if cursor is over Azure Media Player element
When including Azure Media Player in a html webpage, I cannot scroll the webpage vertically with mouse wheel if the cursor is over the player element.
The goal is to achieve the opposite behavior, scroll the page even if the cursor is over the…

Buliko
- 11
- 2
1
vote
1 answer
How to properly setup Azure Media Player in React.js?
I'm currently integrating a React component with Azure Media Player. I followed the documentation and first, I added the required CDN urls to the index.html file. Then I added the sample code into the App. The problem is, it throws the error 'amp'…

David Johns
- 1,254
- 3
- 19
- 48