[
https://issues.apache.org/jira/browse/OPENMEETINGS-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17076327#comment-17076327
]
Maxim Solodovnik commented on OPENMEETINGS-2224:
------------------------------------------------
You have to be the root OR have special permissions to use ports below 1024
To make change like this you need to change server.xml NOT
applicationContext.xml
According to KMS: my {{netstat }} output looks the same and everything works:
{code}
telnet localhost 8888
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
^]
telnet> Connection closed.
{code}
{code}
curl -i -N \
> -H "Connection: Upgrade" \
> -H "Upgrade: websocket" \
> -H "Host: 127.0.0.1:8888" \
> -H "Origin: 127.0.0.1" \
> http://127.0.0.1:8888/kurento
HTTP/1.1 500 Internal Server Error
Server: WebSocket++/0.7.0
{code}
I'm out of ideas :(
> Multimedia Server Is Inaccessible (CentOS 7)
> --------------------------------------------
>
> Key: OPENMEETINGS-2224
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2224
> Project: Openmeetings
> Issue Type: Bug
> Components: Audio/Video, Recordings
> Affects Versions: 5.0.0-M3
> Environment: Here are my basic specs: CentOS Linux release 7.7.1908,
> MySQL version: 10.1.44-MariaDB.
> Reporter: Appdev
> Assignee: Maxim Solodovnik
> Priority: Major
> Attachments: image-2020-04-06-07-08-17-107.png,
> image-2020-04-06-07-13-34-216.png
>
>
> Hi:
> I notice this issue has been discussed in a number of previous threads but I
> do not see a resolution in those threads. Sorry to have to open this up
> again. I have installed OM5.0.0-M3 on Centos7. I followed the
> [instructions|https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M3%20on%20Centos%207.pdf?version=3&modificationDate=1579175324000&api=v2]
> and the process completed "successfully". I was able to log into the
> application and effect the customizations. No problem there.
> KMS is running. (I have started, stopped and restarted it to confirm it is
> running.) I have changed permissions on the OM files to the user account.
> 1) However, when I start a conferencing session I get "Multimedia Server Is
> Inaccessible". There are usually several warnings at once indicating that
> several processes are failing. (You can go through the setup of a conference
> but once you enter a room, that failure occurs, and does so frequently during
> a session.)
> 2) Also I am unable to get the video feed of ANY participants in a
> conferencing session to work.
> Please assist on how to resolve this. Clearly this is an issue with KMS but
> it's unclear how to proceed.
> Thanks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)