Solution to the cumulative delay problem of playing flv video with EasyPlayer.js without plug-in player for H265/WebVR video web pages

The EasyPlayer player project is a huge player project developed by TSINGSEE Green Rhino Video, covering web playback, iOS playback, Android playback and other playback formats, and it already supports H265 playback.

Of course, EasyPlayer.js also supports testing. Some users have suggested that when EasyPlayer.js is playing some flv, they found that there is a cumulative delay in playback. Check the flv related code and find that the version of flv.js is 1.4.2, while flv The latest version of .js is 1.5.0.

EasyPlayerJS.png

The version printed on the Console console is indeed 1.4.2, so you need to upgrade flv.js to the latest 1.5.0 to solve the cumulative delay problem mentioned in the previous article.

102.png

In order to confirm that the currently used 1.4.2 version of flv.js has not been modified compared with the official flv.js, you need to download the official 1.4.2 version of flv.js first. After comparison, there is no modification, and then the 1.5.0 version of flv.js is overwritten, and the package can be re-issued if the test is correct.

In addition, EasyPlayer.JS player has realized the function of VR video playback, and will be merged and released to the main branch of EasyPlayer.js. EasyPlayer.JS's support for WebVR is part of the evolution of our industry. In the future development, EasyPlayer.JS will not only allow users to experience online VR content without downloading and installing, but also maintain the familiar characteristics of the Internet: open and easy to use.

EasyPlayer.png

The EasyPlayer project has become more complete in the playback integration of ordinary web pages. If you need it, you can download and try it. At the same time, you are also welcome to learn more about video players or video-related solutions.

Guess you like

Origin blog.csdn.net/TsingSee/article/details/115330052