Versions Compared

Key

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

Story

As a author I can manage videos in the DAM so that I can use them in pages.

Initial Task (Phase 1)

A user is able to create a new Video Asset.

Video Have to be played in Video Players

Open Points (For Phase 2)

Preview a video Image.

Info
titleTest

We have to use an external lib in order to handle videos (change format, extract preview image....). One potential candidate is xuggler. This lib uses the excellent FFmpeg library for decoding and encoding video extremely quickly, and it is only available as a native library. We need to make sure it is available on your system. On top of that, Xuggler adds extra native code to quickly figure out left-out time stamps in audio and video, and to make it safe to access FFmpeg from Java. That's why it needs to install a DLL or Shared Library for a Java application. This is currently causing us issues (We are able to extract an image from most of the videos, but for mp4 for example code get stocked. We face this issue). So we have to define a building/delivering strategy in order to use this lib. 

Question:
  - Should we use this lib?
    - if yes, how should we handle the dependency with the installed DDL ?

...