Questions tagged [azure-media-player]

65 questions
1
vote
2 answers

How to setup DRM Protection with Azure Media Services to prevent screen capture

:) My goal is to host videos with Widevine and PlayReady DRM protection to prevent screen capture like Netflix. Only authorized users should be able to receive licenses to watch the videos. I'm struggling to get started. What I've tried: play the…
user644361
  • 272
  • 1
  • 5
  • 15
1
vote
1 answer

What is the preferred way for playback of a web video in Xamarin Forms?

I want to: play videos in my Xamarin Forms app (iOS + Android + UWP) follow best practices and use maintained code be able to secure my content (subscription based access) if possible, style the transport controls to have a the same look and feel…
1
vote
1 answer

How to run azure media player on android

I have a requirement to integrate azure media player in an android app. All I can see in the documentation is sample and information on how to add this in an HTML file. I have a "...mainfest" file, and I need to play it from the android app. I need…
1
vote
1 answer

Can i place more than 1 Azure media player on a wordpress page?

i'm trying to embed Azure Media Player in my Wordpress page, so that i can access the videos i'm hosting on Azure using the Azure Media service. I'm embedding the video using standard HTML tags, however, i'm running in to a couple problems. When i…
1
vote
1 answer

Azure Media Services : Media/Video fails to decrypt on Safari/Edge browsers but works well in Chrome

So, we have been testing our Azure Media Services implementation on Google Chrome all this while (which has been working very well), and now found out that it doesn't work in Safari & Edge browsers! It fails to decrypt the video. Not sure what is…
amsDeveloper
  • 177
  • 4
  • 14
1
vote
1 answer

Azure media service. How to stream from web browser

I am new to video streaming and trying to implement simple app to stream video from web browser. I decided to use Azure Media Service for this purpose and found a lot of tutorials on their side how to stream to Chanel using desktop encoders like…
carpics
  • 2,272
  • 4
  • 28
  • 56
1
vote
1 answer

Why should a video uploaded to Azure Media Service be encoded?

I have recorded a video on my phone, I don't get why it needs to be encoded at all. Doesn't the format persist? Maybe I missing the point of encoding here. After the recording is it not already in format that is viewable to users?
Naveen
  • 71
  • 5
1
vote
3 answers

Azure media player How to get the source url for the player

I have an azure media services account with some uploaded videos, but these videos only play on the browser with some additional parameters like these (?sv=2017-04-17&sr=c&sig=QMSr...) something like authentication keys. I want a generic permanent…
Mohamad Al Asmar
  • 1,107
  • 1
  • 16
  • 35
0
votes
0 answers

Azure Media Player Options - How can i enable a functionality similar to theater mode in youtube using Azure Media Player Options

Not able to find something that i can use in options of azure media player to have a theater mode icon. Researched about available options to have theater mode icon enabled. Is this really possible? How to achieve this functionality?
k57
  • 1
  • 2
0
votes
0 answers

Azure Media Player throws exception for video format?

I am developing with Azure Media Player 2.3.11 on Windows 10. I have the following code: // JQuery function initVideo(videoElementId, src, type, options, errorImageId) { var myPlayer = amp(videoElementId, options); …
Scott
  • 924
  • 3
  • 8
  • 28
0
votes
0 answers

Problem with playing videos from OneDrive in my HTML page using AzureMediaPlayer

When I get an embedded link from a video on my OneDrive and use the link to show the video (changing the embedded to download in the link), everything seems to be okay. the video gets played and works fine, although when I run the same code the day…
Farzam
  • 51
  • 5
0
votes
1 answer

Azure Media Services Stream not displaying in Blazor App using Azure Media Player

I have a stream that I have tested and is working. However I can get it to display in this test site for Azure Media Player (https://ampdemo.azureedge.net/azuremediaplayer.html) but I cannot get it to work on my blazor app I am building to view the…
0
votes
1 answer

I cant track events on Application Insights via Javascript

Im currently working on a plugin for azure media player to track events like when a user starts to play a video and some stuff like that. But first of all, my events arent being tracked. I reduced the problem to the minimun and i put this in a…
0
votes
1 answer

How to get the data from Application Insights in a C# class (Azure Media Player Plugin)

im currently trying to get event data from application insights from a c# class. Im going to save information about the assets reproduced in azure media player, like visits count, time watched and other stuff like that. My tracking data and my code…
0
votes
3 answers

Azure Media Player displays caption names incorrectly

I add two captions (English and Japanese) to the asset. However, the Azure Media Player shows caption names incorrectly. The caption popup showed IMSC1 instead of English and Japanese. https://i.stack.imgur.com/iw0ac.png How I can show the caption…