Re: Is it right this command?

2020-07-19 Thread Alvaro
Thanks Maxim, but i mean for tomcat3 script. sudo -u nobody $CATALINA_HOME/bin/startup.sh ...this command is for running from terminal, butfor tomcat3 script, how? Is it right this?: $CATALINA_HOME/bin/startup.sh -u nobody If i put the first command i get: [root@archi]: /home/guadal>#

Re: How to start OpenMeetings on Startup

2020-07-19 Thread Maxim Solodovnik
I would recommend this script https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/main/assembly/scripts/openmeetings.service You need to correct paths basic instructions are here

RE: How to start OpenMeetings on Startup

2020-07-19 Thread Jibsan Toirac
Hello Maxhuni, what I did was add some codes to the “tomcat3” file and them I ran some commands on the terminal, them you have to restart the server and that’s it. It worked for me on the M3 version perfectely, anyhow, I’ll let you what I did: Steps: 1) Add next code at the Top of your

Re: Is it right this command?

2020-07-19 Thread Maxim Solodovnik
Hello Alvaro, On Sun, 19 Jul 2020 at 17:00, Alvaro wrote: > Hello Maxim, > > Is it right this cpmmand to run OM as nobody user?: > > $CATALINA_HOME/bin/startup.sh -u nobody > No this will not work this way you need to run ir as `sudo -u nobody $CATALINA_HOME/bin/startup.sh` > > Thanks > > >

Re: Connecting external video source in 5.0.0-M4

2020-07-19 Thread Maxim Solodovnik
Hello Zhirong, On Sun, 19 Jul 2020 at 14:24, Zhirong Tong wrote: > Hi Maxim, > > I know that openmeetings uses API functions of Media Server for Remoting > and Streaming (Red5 or Kurento). > Currently users stream video directly through web browser, > yes > so, is there a way for video

How to start OpenMeetings on Startup

2020-07-19 Thread mentor maxhuni
I installe OM from this on Ubuntu 18.04 from this tutorial https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M4%20on%20Ubuntu%2018.04%20LTS.pdf?version=5=1588003937000=v2, and it's working but when i restart Ubuntu server i need manualy to

Re: UNSUBSCRIBE

2020-07-19 Thread Maxim Solodovnik
To unsubscribe please use link from here https://openmeetings.apache.org/mailing-lists.html On Sun, 19 Jul 2020 at 22:22, Tom Wagner wrote: > UNSUB > -- Best regards, Maxim

UNSUBSCRIBE

2020-07-19 Thread Tom Wagner
UNSUB

Re: RTMPS security

2020-07-19 Thread Online Use
Yes you are right, I just needed to refresh the page. So to summarize, I'm waiting for confirmation regarding: - Use of wss / tls for KMS connection- Traffic sniffer results, if possible. Thanks. بتاريخ الأحد، 19 تموز 2020 8:02:52 ص غرينتش+2، Maxim Solodovnik كتب: On Sun, 19 Jul

Is it right this command?

2020-07-19 Thread Alvaro
Hello Maxim, Is it right this cpmmand to run OM as nobody user?: $CATALINA_HOME/bin/startup.sh -u nobody Thanks

Re: Connecting external video source in 5.0.0-M4

2020-07-19 Thread Zhirong Tong
Hi Maxim, I know that openmeetings uses API functions of Media Server for Remoting and Streaming (Red5 or Kurento). Currently users stream video directly through web browser, so, is there a way for video being streamed right through original Android apps instead of web browser with API in

Re: RTMPS security

2020-07-19 Thread Maxim Solodovnik
On Sun, 19 Jul 2020 at 12:41, Online Use wrote: > I used WebRTC Internals (about:webrtc in Firefox) to log WebRTC activity, > but nothing got logged when I opened an audio & video session using OM. > Why, if WebRTC is actually utilized? > just have checked using latest FF at Ubuntu 20.04