Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Repair Jira Macros

11 Mar  

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

...

You can find more about the new behavior by looking at this video: <<add video>> http://house.mediamanager.digizuite.dk/#!/asset/2959

Buffer length limit

If configured, the video player from the landing will not buffer seconds more than the value specified. This does not guarantee a minimum buffer time for the video, but only that the buffer time will not exceed the set limit. 

...

In the new menu implementation, new style variable have been added in order to offer the possibility of customizing the menu more granularity than in the previous versions. This changes can also be found in the Styling Guide.

 

 

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

...

After updating the VideoPortal, in the DAM center navigate to the product configuration page (System tools → Config Manager → Digizuite Video Portal). 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.

...

  • Don't search "Google" into Google. It will implode and break the whole Internet. 

Tips & Tricks

What has been released?

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues50
jqlQueryproject = VP AND status in (Closed, "Q/A") AND fixVersion = "VP 3.8.0"
serverId6a92bc81-7530-3721-8493-c45e562ab36e

What is in the next release?

The next release of Video Portal is not defined yet.