Skip to content

dinony/videojs-vimeo-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

videojs-vimeo Issues

durationchange / loadedmetadata: Issue 135

  1. Clone project
  2. Open console and cd to directory
  3. Checkout issue-durationchange tag
  4. Run npm i && npm run dev
  5. Open browser
  6. Click Vimeo video button and observe in console
  • durationchange 0 (EXPECTED: duration of video)
  1. Click Custom videobutton and observe in console
  • durationchange NaN (Hmm, not expecting a NaN value here)
  • durationchange 42.562177 (Here duration is available)
  • loadedmetadata 42.562177 (Here duration is available)

change source: Issue 136

  1. Clone project
  2. Open console and cd to directory
  3. Checkout issue-changesource tag
  4. Run npm i && npm run dev
  5. Open browser
  6. Click SRC 1 button and observe in console
  • SET SRC 1
  1. Click SRC 2 button and observe in console
  • SET SRC 2
  • Uncaught exception: VIDEOJS: TypeError: this.tech_[method] is not a function