How to realize the accelerated playback of the independent window of Baidu network disk

Achieving this work requires two steps to complete

  • The first step is window independence
  • The second part is accelerated playback

The plug-in that can be used for window independence is Separate Window . This plug-in can realize the separation of windows and separate the webpage into an independent window.
The effect is as follows:
independent window

On youtube, this plug-in can achieve accelerated playback, but it cannot achieve this function for videos in Baidu network disk.

Again, use the method provided by weijifen000 to adjust. Specific steps are as follows:

  • Press F12 on the browser page to enter the browser debugging background
  • In the browser debug background, select the Terminal tab
  • Then type the following command to adjust the speed of Baidu network disk to 1.5 times, you can also make conditions according to your needs:
videojs.getPlayers("video-player").html5player.tech_.setPlaybackRate(1.5)

The above command can increase the playback speed of Baidu network disk to 1.5.

The specific effects are as follows:
Set interface

references:

Baidu network disk video online double speed playback

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325210603&siteId=291194637