Jump to content
  • 0

ant media server installation error


jhuaca
 Share

Question

 

Good afternoon, when installing the ant media server I get the following error

image.png.505c7b3f5b4b68bad2faed872d0fb3dd.png

i have version 

dolphin@svant:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.6 LTS
Release:        20.04
Codename:       focal

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

First download ant-media-server.zip to a folder. How and from where did you get the zip file?

Then get the installation script and set its ownership with chmod.

wget https://raw.githubusercontent.com/ant-media/Scripts/master/install_ant-media-server.sh && chmod 755 install_ant-media-server.sh

Then run the script:

sudo ./install_ant-media-server.sh -i ant-media-server.zip

 
 
Edited by lastpeony
  • Like 1
Link to comment
Share on other sites

  • 0
  • Thanks, I'll try what you told me and comment. The Zip is obtained by a paid license, enterprise version. Probe with a zip that he gave me, maybe it must have been an old zip. now download another version ant-media-server-enterprise-2.5.0-20221012_1646 maybe that error was due to the old version anyway I comment thank you very much for your time and for the help
Link to comment
Share on other sites

  • 0


correct it was a matter of the zip file, I install normally thanks,
I have another question, you can change the installation directory of ant media server.
I would like to be able to install it on my SSDs since the ubuntu OS I have them on a Mechanical HDD
I explain myself like this
I currently have it like this

HDD / sda -> OS UBUNTU / ANT MEDIA SERVER


To speed up the loading and saving times of videos
HDD sda ->UBUNTU
SSD sdb -> ANT MEDIA SERVER

 

Link to comment
Share on other sites

  • 0

Ant Media can be run on any directory, as long as you copy the ant-media-server to your preferred directory. Afterwards, you can initiate it by executing ./start.sh

Remember to modify the antmedia.service file located in the directory /etc/systemd/system/ with the new directory where you have installed Ant Media. Neglecting to do so may result in issues when running the server as a service.

 

 

Edited by lastpeony
Link to comment
Share on other sites

 Share

×
×
  • Create New...