Configure the vod multiple speed list and default multiple speed
- Configure the multiple speed list
- Configure the default double speed
- Front-end code examples
- H5 live on-demand player
Configure the multiple speed list
Player. playbackRates = new Array(” 1 “, “5”, “6”)
Configure the default double speed
Such as: playback – rate = “5”
Front-end code examples
< live - player id = "player01" playback - rate = "5" video - url = "http://192.168.2.135:10080/fvod/H5J1UAnMR/video.m3u8" live="false" aspect="16:9" stretch="true"></live-player> ..... <script> window.onload = function () {var player = document.getelementById ('player01'); player.playbackRates = new Array("1","5","6") } </script>Copy the code
H5 live on-demand player
Download the online usage guide of the integration portal