[
https://issues.apache.org/jira/browse/OPENMEETINGS-2431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196813#comment-17196813
]
Maxim Solodovnik commented on OPENMEETINGS-2431:
------------------------------------------------
in this part:
{code}
start)
$CATALINA_HOME/bin/startup.sh -Dcatalina.base$CATALINA_BASE
#sudo -u nobody $CATALINA_HOME/bin/startup.sh
{code}
you need to comment second line and un-comment third, so the result will be
{code}
start)
#$CATALINA_HOME/bin/startup.sh -Dcatalina.base$CATALINA_BASE
sudo -u nobody $CATALINA_HOME/bin/startup.sh
{code}
optionally you can add {{-Dcatalina.base$CATALINA_BASE}} not sure why is this
required ....
> Recordings are not available
> ----------------------------
>
> Key: OPENMEETINGS-2431
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2431
> Project: Openmeetings
> Issue Type: Bug
> Components: Audio/Video, Converters, Recordings
> Affects Versions: 5.0.0
> Environment: ubuntu 18.04
> Reporter: Ali Alhaidary
> Assignee: Maxim Solodovnik
> Priority: Major
> Attachments: Screenshot_2020-09-11 مَوْقِعُ النُّجُومِ الخمسه
> (أَصْحَابُ الكساء صَلَوَات اللّه وَسَلَامِه عَلَيْهُمْ).png, tomcat3
>
>
> when finishing screen recording, the output can not be played. It reports
> that it does not exist.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)