Issue with DRM playback on Tizen 3 (2017)
See original GitHub issueI 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:
- Created 4 years ago
- Reactions:1
- Comments:21 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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:
@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:
On another Tizen (f.e. QE55Q80R) or WebOS this bug don’t reproduce.
It would be nice if
shaka.media.StallDetectorwill provide API for custom behavior on stall events.