Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

How to configure ffmpeg in sun solaris so that the AEM instance can play the video files

Avatar

Level 1

Hi All,

 

Good Day

We are trying to use the out of box video component on an AEM 5.6.1 instance installed on Solaris 10 platform.

As per the http://docs.adobe.com/docs/en/cq/current/wcm/default_components/editmode.html documentation I have successfully configured ffmpeg for my local instance installed on windows 7.However no idea how to proceed with the configuration for the test instance installed  on the solaris paltofrm

 

Can some throw light / Or guide me to the documentation to acheive this?

1 Accepted Solution

Avatar

Correct answer by
Level 10

For testing purpose I use http://ffmpeg.gusari.org/static/64bit/ to get binary & install. Some thing like [1] & make sure to replace <yyyy-dd-mm> with current build.

cd /cq/others/
wget http://ffmpeg.gusari.org/static/64bit/ffmpeg.static.64bit.<yyyy-dd-mm>.tar.gz
tar -zxvf ffmpeg.static.64bit.<yyyy-dd-mm>.tar.gz
sudo ln -s /cq/others/ffmpeg /usr/bin/ffmpeg
 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

For testing purpose I use http://ffmpeg.gusari.org/static/64bit/ to get binary & install. Some thing like [1] & make sure to replace <yyyy-dd-mm> with current build.

cd /cq/others/
wget http://ffmpeg.gusari.org/static/64bit/ffmpeg.static.64bit.<yyyy-dd-mm>.tar.gz
tar -zxvf ffmpeg.static.64bit.<yyyy-dd-mm>.tar.gz
sudo ln -s /cq/others/ffmpeg /usr/bin/ffmpeg