You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Video player can´t play videos with AES token restriction only (no DRM). This is the base protection you need for you video stream if you are not using DRM.
If you are hosting a commonly used player framework like HLS.js, DASH.js, Video.js, you have to put the correct format string on the URL. The default URL manifest that comes back from a Live event preview URL is going to be Smooth Streaming format. /manifest
To get HLS, you have to add /manifest(format=m3u8-cmaf) to get an HLS playlist. Some players require you to add the .m3u8 extension to that as well.
To get DASH, you have to add /manifest(format=mpd-time-cmaf) to get an actual DASH MPD manifest. Some players require you to add a .mpd extension to that.
My recommendation... use HLS.js or Dash.js or Video.js and move over to React and Next.js - life will be much easier than Blazor for video stuff.
Here I´m getting the live stream (Dash in this case) using AES token but the Blazorise Video player can´t play that, or I at least can´t figure it out.
And yes for this video stuff, Blazor is causing me a world of headache! But for now I´ll stick with IFrame since this functionality is not for the massess but just for the streamer to see if the stream is working or not. The front facing app in in .net Razor pages.
Video player can´t play videos with AES token restriction only (no DRM). This is the base protection you need for you video stream if you are not using DRM.
When this works
this (or any permutation I tried) doesn´t (of course).
Hls.js supports AES-128 token encryption
The text was updated successfully, but these errors were encountered: