zhw2590582/FlvPlayer

总时间显示错误

jiajun00 opened this issue · 1 comments

截屏2019-10-2312 51 18

Environment

  • Browser:chrome
  • Version:77.0.3865.120
  • Operating System:mac
  • Version:

Console errors (if any)

Link to where the bug is happening

应该是flv文件里没有带有duration属性,你可以在实例化的时候直接传入一个duration,单位为秒,比如:

var flv = new FlvPlayer({
    duration: 100
})