question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with DRM playback on Tizen 3 (2017)

See original GitHub issue

I am trying to get a video to playback on a test tizen 3 TV.

I have tested the Sintel Widevine protected video on your site loading into Tizen3 as a custom URL and it plays back without issue.

I am including the HTML I am using to test on the Tizen3 and wondering if you might be able to help work out why it is not playing. I will email through a copy of the file with the Authkey included.

FYI: If I tinker via the console and set currentTime a few seconds into the video and pause play a couple of times it actually starts playing without issue.

Any help greatly appreciated.

Kind regards,

Stuart

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:21 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
riksagarcommented, Sep 5, 2019

We had to make a couple of changes to the 01b calls to make it work on Tizen. Those would have been for 2016 TV.

The changes are in our dash-js fork, you can take a look at those and see if they’d help:

1reaction
mishazawacommented, Nov 7, 2019

@stuartflanagan Take a look to https://github.com/google/shaka-player/issues/1839. According to messages from @kevinscroggins-youi, he had similar bug on Tizen platform and fix it by pause-play on stall events.

I have same issue on Tizen (UE40MU6100U) and I fix it like this:

shakaInstance.playhead_.gapController_.stallDetector_.onStall_ = () => {
  video.pause();
  video.play();
}

On another Tizen (f.e. QE55Q80R) or WebOS this bug don’t reproduce.

It would be nice if shaka.media.StallDetector will provide API for custom behavior on stall events.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue with DRM playback on Tizen 3 (2017) #2131 - GitHub
I am trying to get a video to playback on a test tizen 3 TV. I have tested the Sintel Widevine protected video...
Read more >
Multimedia DRM Q&A - Samsung Developers
The following questions are related to implementing playback for media protected by digital rights management (DRM) technology.
Read more >
Key Considerations When Reaching Samsung Tizen
Deciding on a Player Strategy for Tizen: Key Takeaways​​ This becomes especially apparent when your use case includes DRM or SSAI. You can...
Read more >
Problems with Streaming App for Samsung TV(DASH & SS)
2. The error i got when i try with DRM is "PLAYER_ERROR_INVALID_OPERATION", in either app, and in various public streams. 3.
Read more >
Troubleshooting DRM error messages - discovery+ Help Center
If you are having video playback issues and receive an error message with the prefix "DRM," please try the following steps, in this...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found