cannonbeach / ott-packager

OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS
GNU General Public License v2.0
228 stars 42 forks source link

installation Error #32

Closed Marco-LB closed 3 years ago

Marco-LB commented 3 years ago

Hi I'm trying to install it on a debian server 9, unfortunately I only have this version of debian. when I try to run the make clean and make command (after removing # from # ENABLE_TRANSCODE = 1)

cannonbeach @ insanitywave: $ make clean cannonbeach @ insanitywave: $ make the system gives me this error: Makefile:17: *** recipe commences before first target. Stop.

cannonbeach commented 3 years ago

Can you please check that you ran the "setuptranscode.sh" script and that it completed successfully? Line 17 in the Makefile is checking for the libfdk_aac and it appears that it isn't installed.

On Tue, Nov 17, 2020 at 8:53 AM Marco-LB notifications@github.com wrote:

Hi I'm trying to install it on a debian server 9, unfortunately I only have this version of debian. when I try to run the make clean and make command (after removing # from # ENABLE_TRANSCODE = 1)

cannonbeach @ insanitywave: $ make clean cannonbeach @ insanitywave: $ make the system gives me this error: Makefile:17: *** recipe commences before first target. Stop.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cannonbeach/ott-packager/issues/32, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJ3YIIZLCSQP57JH4U34U3SQKFANANCNFSM4TYVSXKQ .

Marco-LB commented 3 years ago

hi thanks for the quick reply, when I start setuptranscode.sh it completes successfully. I have seen the script and manually started the installation of "fdk-aac" and it is not successful, I have installed Automake and I was able to finish it without problems, now I have restarted the setuptranscode.sh script, I am waiting for the result. as soon as I can I update you

cannonbeach commented 3 years ago

I am glad you figured out the issue. I only build and test using Ubuntu so you may run into other issues with slight package differences when using Debian Server 9.