How to configure ffmpeg in sun solaris so that the AEM instance can play the video files | Community
Skip to main content
jaleelzee
October 16, 2015
Solved

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

  • October 16, 2015
  • 1 reply
  • 633 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

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
 

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

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