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 8556c5e commit 4340864Copy full SHA for 4340864
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