We are creating a video hosting site using azure. Since the videos we intend to propagate are private mixed with public, we have decided to use encryption(Widevine and Playready) and a log in system. Since we also have public videos, we provided…
I am using Azure media player in my web app and I am trying to get it to do 3 things:
Show a poster (this works)
Hide the controls at the bottom of the screen when the poster is showing
Add a big play button centered on the poster.
I cant seem to…
I have created a simple live stream using Azure Media Services. I can view it from Azure Media Player but I want to be able to embed the video to my personal website using the HTML tag. I've been looking for a solution but I can't…
I get the error No compatible source found in this media. (Image attached) . Code provided below.
However, if I paste the Raw URL for Source in the HTML the video gets displayed. (Ex:
I have the following constellation:
Client: Angular + ngx videogular (I can switch to azure media player)
Server: .Net 6 + duende Identity Server for user authentication and authorization (Identity server 4)
Client app and the server are published…