Skip to content

DRM Video Playback in Samsung Tizen TV #4962

@Shihab-Github

Description

@Shihab-Github

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

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions