We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87e341 commit d5aa1e0Copy full SHA for d5aa1e0
lib/device/tizen.js
@@ -151,7 +151,7 @@ shaka.device.Tizen = class extends shaka.device.AbstractDevice {
151
152
if (this.getVersion() === 3) {
153
config.streaming.crossBoundaryStrategy =
154
- shaka.config.CrossBoundaryStrategy.RESET;
+ shaka.config.CrossBoundaryStrategy.RESET_TO_ENCRYPTED;
155
}
156
config.streaming.shouldFixTimestampOffset = true;
157
// Tizen has long hardware pipeline that respond slowly to seeking.
0 commit comments