xapi-videojs
xapi-videojs copied to clipboard
Example of xAPI Video Profile with the HTML5 / VideoJS Library
Results
2
xapi-videojs issues
Sort by
recently updated
recently updated
newest added
Reference: Issues #30
Currently in the reference implementation the function `fixed_play_time(time)` returns `played_segments_segment_end` if `Math.abs(played_segments_segment_end - time) < 1` example: - play segment: 16.268 _ 16.873 - seek to 15.973 - play to...