-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
What do you want to do with Hls.js?
I have a video streaming web application and I've used hlsjs for playing video. It can play drm protected videos on web browser but it fails to play drm protected video on Samsung Tizen tv. What happens is, the app does not throw any error but it just gets stuck in the player. I am using widevine drm.
What have you tried so far?
I have followed the code from hls documentation. It looks like this:
getDrmLicense(single_movie, function () {
PLAYER.player_options.emeEnabled = true;
PLAYER.player_options.widevineLicenseUrl = drm_license_url;
PLAYER.start(url, bongo_id, true);
});
Metadata
Metadata
Assignees
Type
Projects
Status
Done