Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

As part of the 3.8.0 release of Video Portal, besides a couple of bug fixes, there were also introduced few features:

...

Code Block
languagecss
titleAvailable variables for customization(with their default values)
linenumberstrue
// Background of the menu
@leftmenu-background-color: #1e1e1e;

// Styling of the left menu header
@leftmenu-top-background-color: #1e1e1e;
@leftmenu-top-border-bottom: 1px solid #353535;
@leftmenu-top-text-color: #fff;
@leftmenu-top-icon-color: #8f8f8f;
@leftmenu-top-icon-hover-color: #fff;

// Styling of the menu items
@leftmenu-item-background-color: #282828;
@leftmenu-item-border-bottom: 1px solid #353535;
@leftmenu-item-text-color: #ffffff;
@leftmenu-item-background-color-hover: #333333;
@leftmenu-item-background-color-active: #000000;
@leftmenu-item-background-color-inPath : #000000;
@leftmenu-item-icon-folder-color: #f1c312;

// Styling of favorites
@leftmenu-myfavorites-counter-background-color: #434343;
@leftmenu-myfavorites-counter-text-color : #fff;
@leftmenu-item-icon-heart-color: #f34642;

...

Note: the variable @leftmenu-back-icon-color was renamed to @leftmenu-top-icon-color. 

 

 

 

Buffer length limit

After updating the VideoPortal, in the DAM center navigate to the product configuration page. In there, a new text configuration named "Adaptive Bitrate Maximum Buffer Length(seconds)" will be available. In there you can insert a number that will represent the maximum number of seconds the video player will buffer. If left blank, it will default to 600 seconds.

...