Skip to main content
Vijay_Kachhawal
Participant
January 27, 2016
Question

Need help with ffmpeg library installation on RHEL5

  • January 27, 2016
  • 1 reply
  • 1153 views

Hello Adobe Support Team,

I have used out of box CQ5 Video Player in my application which require ffmpeg library to be installed and available on unix machine for proper transcoding of the video file into DAM in order to be supported in all browser. I tried installing this library as per the steps mentioned at the adobe documentation site link (http://docs.adobe.com/docs/en/cq/5-6-1/wcm/default_components/editmode.html - Search for ffmpeg on this page to reach to the correct section) but facing issues with several dependencies which I am not able to resolve even after various attempts (as I am not very much familiar with Unix/Linux OS). So it will be very helpful if you can provide with a single bundle with all dependencies in the form of rpm file format or other unix format supported by RHEL 5 machines for this library or please help me with some alternate set of steps which will provide some easier steps for installing this library.

Thank you all in advance. Your quick response is highly appreciated. Please update, if more details are needed from my end.

Thanks,

Vijay

    This topic has been closed for replies.

    1 reply

    sinious
    Legend
    January 27, 2016

    Right off the ffmpeg site they have a download link for Fedora and RH EL5/6. Click the link there and you're able to download the package source or 34/64 bit RPM fusions (works with yum) for ffmpeg: https://www.ffmpeg.org/download.html

    Vijay_Kachhawal
    Participant
    January 28, 2016

    Hello Sinious,

    I tried the steps mentioned at the above link too but when I downloaded the package from the above provided link, the installation fails showing lots of dependencies. I tried downloading each dependent library one by one and tried installing manually them but some libraries in turn showing dependencies on other libraries which I am not able to resolve. Please find below the error log when I tried installing the rpm present at above location:

    error: Failed dependencies:

            libavcodec.so.55()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavcodec.so.55(LIBAVCODEC_55)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavcodec55 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavdevice.so.55()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavdevice.so.55(LIBAVDEVICE_55)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavdevice55 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavfilter.so.4()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavfilter.so.4(LIBAVFILTER_4)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavfilter4 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavformat.so.55()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavformat.so.55(LIBAVFORMAT_55)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavformat55 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavutil.so.52()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavutil.so.52(LIBAVUTIL_52)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavutil52 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libpostproc.so.52()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libpostproc.so.52(LIBPOSTPROC_52)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libpostproc52 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libswresample.so.0()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libswresample.so.0(LIBSWRESAMPLE_0)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libswresample0 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libswscale.so.2()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libswscale.so.2(LIBSWSCALE_2)(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libswscale2 = 2.2.1-65.el5 is needed by ffmpeg-2.2.1-65.el5.x86_64

            libvdpau.so.1()(64bit) is needed by ffmpeg-2.2.1-65.el5.x86_64

            libavutil.so.50()(64bit) is needed by (installed) ffmpeg-libpostproc-0.6.5-1.el5.rf.x86_64

            libavutil.so.50(LIBAVUTIL_50)(64bit) is needed by (installed) ffmpeg-libpostproc-0.6.5-1.el5.rf.x86_64

    This being the reason, I requested to this group to help me with the single installer with all dependencies for installing this library.

    Please update me, if any more details are needed. Your quick help on this is highly appreciated.

    Thanks,

    Vijay

    sinious
    Legend
    January 28, 2016

    In the (long ago) past I received a lot of these simply because the 64bit version of the library needed was not available. Have you tried 32bit?