Versions Compared

Key

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

...

Please note that we are using in this table camel case options for legibility, but the case of the code is not relevant when creating your coecode.

Code

Option

Possible values

PlayerUidplayerUid

The uuid of the player defined in Player Manager: player manager is a service managed by Wedia Account Manager to define a player skin. The skin is defined by the control colors, and optionnaly by a watermark overlayed on the video in one corner of the player

MediaUidmediaUid

This is the unique asset identifier in the DAM

Widthwidth

The Width of the player, suffixed with the unit

640px, 1rem …

Heightheight

The Height of the player, suffixed with the unit

320px, 1rem …

autostart

When supported by the browser, starts the video upon loading

true, false

share

Display an “email” icon inside the player to allow the user to send a link to the video via email to a friend

true, false

TimeCodetimeCode

Starts the video at a given time position.

value in seconds

chapterCode

Starts the video at a given chapter

integer starting at 0 for the first chapter

loop

Should the video be played in a infinite loop. Default to false

true, false

volume

Sound volume at startup

integer

defaultLanguage

This functionality enables the specification of a particular language subtitle

a two letter code : French (fr), Spanish (es), German (de), Italian (it)…

forcedLanguage

Force the subtitle in a certain language, whatever the browser locale is

a two letter code : French (fr), Spanish (es), German (de), Italian (it)…

dnt

Force the “do not track” setting to true to comply with the request to not be tracked by analytics

true, false

Using the Content Picker to embed a simplified DAM in a CMS tool.

...

A noteworthy aspect of Wedia Video Player is its sophisticated analytics support, while also honouring "do not track" requests. This aspect allows businesses and individuals to gather insightful data about video usage and viewer behavior, enabling them to make informed decisions.

Analytics can be accessed in the Analytics dashboards :

...

“Do not track” privacy settings

At the same time, it The player respects user privacy and complies with "do not track" requests, thus balancing between valuable insights and user privacy.

...

Forcing the do not track on a particular can also be done in the embed code builder :

...

Activating do not track directly in the embed code :

...

Code Block
<iframe width="640" height="360" 
src="https://mediacloudapi-cea.azurewebsites.net:/api/media/play.html?PlayerUid=h5c530c2c88b87&MediaUid=cb77a89e-26ac-49da-b77b-527b12b7533f
&Width=640px
&Height=360px
&Autostart=false
&dnt=true
&Share=false" allow="autoplay; fullscreen" frameborder="0" scrolling="no" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" >
</iframe>

Advanced options

Advanced video management options are accessed with the back office, when editing a video metadata.

...

Subtitles and Video Transcripts

The Wedia Video Player is equipped with support for subtitles and video transcripts, working towards enhancing accessibility. It adheres to the RGAA 4 standards, an important benchmark in accessibility. This feature allows viewers with hearing impairments to comprehend video content effectively. It also provides convenience for viewers who prefer reading along with the audio.In its endeavor to provide a user-friendly experience, the

Subtitles and video transcripts serve different purposes in a video player.

  1. Subtitles: Subtitles primarily provide a real-time text version of the dialogues spoken in a video. They are often used by viewers who may be hard of hearing or those who wish to view content in a language they don't fully understand.

  2. Video Transcripts: Video transcripts, on the other hand, are a comprehensive text representation of all the auditory information in a video, not just the dialogues. This includes descriptions of sound effects, musical cues, and any other relevant audio information.

The player differentiates between subtitles, and video transcripts. Video transcripts are note in as “transcription” in the language list.

...

Subtitles list will appear with the “quote” icon in the player, and video Transcripts will appear with an “eye” icon:

...

The subtitle are managed though the back-office video edition screen :

...

Chaptering

The Wedia Video Player supports chaptering. This feature is a boon for lengthy videos, documentaries, and educational content as it allows users to easily navigate through different sections of the video. Users can skip to specific parts, enhancing their viewing experience and saving valuable time.

Chapters appear as “dots” in the timeline of the video. Each chapter has a name and a poster that is displayed when the user hovers on a chapter dot :

...

Chapters are managed though the back-office video edition screen :

...

Posters

The video player also supports custom posters, which gives users the option to choose the most appealing "waiting image". This feature allows the selection of a custom placeholder image that displays before the video begins to play. It adds a personal touch and can be used to grab the viewer's attention or convey a specific message.

Wedia Video Player also supports playlists, a handy feature for organizing and consuming related video content. It facilitates easy content categorization and seamless video playback, providing users with an uninterrupted viewing experience. Whether you want to binge-watch a series or categorize your content, the playlist feature makes it easy.

...