Replies: 2 comments 1 reply
-
Hi @BuzzerBoy Could you please try using the following script ? You can copy the file under /usr/local/antmedia/ Please don't forget to give some permission as follows.
Please let me know If It does not work for you. Regards. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This script worked perfectly. Thank you. You may want to add to your
quickstart documentation that you have to have port 80 open for inbound
traffic to get the ssl cert.
I have the server up and running for testing now. Another question,
I have an SDI capture card (Magewell) in my machine. When I use OBS to
push an RTMP stream into Ant Media server it looks fine. When I use our
"liveapp" sample webpage for ingest into the server, it squishes the
widescreen video format into a square format and distorts the image on
playback. Is there a tweak I can make to the sample ingest webpage that
allows for widescreen (1080p) video?
Thanks!
John
…On Wed, Oct 16, 2024 at 11:11 PM Murat Ugur Eminoglu < ***@***.***> wrote:
Hi @BuzzerBoy <https://github.com/BuzzerBoy>
Could you please try using the following script ? You can copy the file
under /usr/local/antmedia/
https://raw.githubusercontent.com/ant-media/Ant-Media-Server/ab65df06557ee948c16a903f9cb443132cd3dc37/src/main/server/enable_ssl.sh
Please don't forget to give some permission as follows.
chmod +x /usr/local/antmedia/enable_ssl.sh
Please let me know If It does not work for you.
Regards.
—
Reply to this email directly, view it on GitHub
<#6720 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ7HRSDN74TBCDMHXQNNFPDZ35IJFAVCNFSM6AAAAABP7X3C7OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOJWG4ZTAMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to install ant media server on Ubuntu 22.04.
Whenever I try to run the enable_ssl.sh script, I get the following error:
./enable_ssl.sh: line 208: check_marketplace: command not found
There is a problem with the script. Please re-run the enable_ssl.sh script.
Here is the full command line text:
fremantlemedia@ant-server:~$ cd /usr/local/antmedia/ && sudo ./enable_ssl.sh
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
jq is already the newest version (1.6-2.1ubuntu3).
iptables is already the newest version (1.8.7-1ubuntu5.2).
iptables set to manually installed.
The following NEW packages will be installed:
dnsutils
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 3,924 B of archives.
After this operation, 60.4 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dnsutils all 1:9.18.28-0ubuntu0.22.04.1 [3,924 B]
Fetched 3,924 B in 1s (6,418 B/s)
Selecting previously unselected package dnsutils.
(Reading database ... 181228 files and directories currently installed.)
Preparing to unpack .../dnsutils_1%3a9.18.28-0ubuntu0.22.04.1_all.deb ...
Unpacking dnsutils (1:9.18.28-0ubuntu0.22.04.1) ...
Setting up dnsutils (1:9.18.28-0ubuntu0.22.04.1) ...
./enable_ssl.sh: line 208: check_marketplace: command not found
There is a problem with the script. Please re-run the enable_ssl.sh script.
Someone else has posted this error, but there was no response.
Beta Was this translation helpful? Give feedback.
All reactions