Ant-Media-Server
Ant-Media-Server copied to clipboard
Ubuntu 22.04 LTS (Jammy) support (libcrystalhd-dev not available)
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
Thank you @Quppa
I think it's time for us to support 22.04. Moving to the backlog to schedule
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.
It's time to update the installation script @muratugureminoglu
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