Ant-Media-Server icon indicating copy to clipboard operation
Ant-Media-Server copied to clipboard

Ubuntu 22.04 LTS (Jammy) support (libcrystalhd-dev not available)

Open Quppa opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. Ant Media Server can't be installed on Ubuntu 22.04 due to package libcrystalhd-dev being unavailable.

Package libcrystalhd-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Describe the solution you'd like The ability to install Ant Media Server on Ubuntu 22.04.

Describe alternatives you've considered Downgrading to Ubuntu 21.10 (support ends in July 2022) or 20.04 (standard support continues until April 2025).

Additional context N/A

Quppa avatar Jun 20 '22 09:06 Quppa

Thank you @Quppa

I think it's time for us to support 22.04. Moving to the backlog to schedule

mekya avatar Jun 20 '22 17:06 mekya

Hi @Quppa

You can install the libcrystalhd-dev package on Ubuntu 22.04 using the Ubuntu community repository. I'm dropping the steps below.

1. echo "deb http://ftp.ubuntu.com/ubuntu focal universe" >> /etc/apt/sources.list 2. apt-get update 3. Then try to install the Ant Media Server sudo ./install_ant-media-server.sh -i [ANT_MEDIA_SERVER_INSTALLATION_FILE]

We do not support Ubuntu 22.04 officially, so don't forget to edit the install script.

1. Open install_ant-media-server.sh with editor and go to line 140 2. Add Ubuntu 22.04 as follows if [ "$VERSION_ID" != "22.04" ] && [ "$VERSION_ID" != "20.04" ] && [ "$VERSION_ID" != "22.04" ] 3. Save then run the install script again.

Regards.

muratugureminoglu avatar Jul 04 '22 14:07 muratugureminoglu

It's time to update the installation script @muratugureminoglu

mekya avatar Feb 06 '23 11:02 mekya

It's supported and automation is added for 22.04.

Thank you for raising this issue @Quppa

I'm closing this issue now. Please let us know if you have any questions or feedbacks

mekya avatar May 22 '23 16:05 mekya