Skip to content

New ControlBar.js Project.

Vinay Rosenberg requested to merge github/fork/dsparacio/development into development

Created by: dsparacio

This is a pretty simple yet elegant control bar for video (IMO). It includes a caption menu for multiple selections. It allows for displaying time and duration (relative and UTC) and to work with Live DVR Window seeking. (timeShiftBufferDepth). It is built to work easily with players using Dash.js! It can drop into a page with just two lines of code, one css/js include and some HTML. (I am going to programmatically create all HTML in next version so it will be easier to use.)

Known issue: controls are missing in fullscreen on IE only. (to be fixed soon.)

NOTE: This is a work in progress but usable at this point. There are a lot of IE only solutions in the control bar and all my testing thus far is in a VM running windows 10. I am not sure what else may be found. @KozhinM Please let me know what you find if you have time.

I have added a README.md and will add a working sample soon.

Also with this commit: Added code to EME and Index.html Ref player to use new control bar.

Merge request reports