UI: add clearBuffer option to configure
See original GitHub issueThis will allow the player to change the quality without playback blinking.
ui/controls.js:
shaka.ui.Controls.prototype.onTrackSelected_ = function(track) {
// Disable abr manager before changing tracks.
let config = {abr: {enabled: false}};
this.player_.configure(config);
let clearBuffer = this.player_.getConfiguration().clearBuffer; // <-- changed
this.player_.selectVariantTrack(track, clearBuffer); // <-- changed
};
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
UI: add clearBuffer option to configure · Issue #1733 - GitHub
This will allow the player to change the quality without playback blinking. ui/controls.js: shaka.ui.Controls.prototype.
Read more >Clear Buffer - SAP Community
Hi, When we get dump error of system_no_task_storage through SE22 what we do is restart the application server to clear the buffer.
Read more >Using applescript to clear ITerm2 buffer - Stack Overflow
Tested under macOS 10.13.5 using iTerm2 Build 3.1.7, the default keyboard shortcut for the Clear Buffer command is ⌘K, as shown in the ......
Read more >Chapter: Configuring Packet Capture - Cisco
When you enter the capture command with the decode and display option, the Wireshark output is returned to Cisco IOS and displayed on...
Read more >WeeChat user's guide
When you run WeeChat for the first time, the default configuration files are created in ~/.config/weechat with default options and values (see Files...
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

Gotcha! Spasibo, we’ll work on it.
Sorry this took forever 😦 uiConfig.clearBufferOnQualityChange setting is at your service!