Re: Time to release :)
...then Maxim, snapshot OM 5.0.0 - 3252 it is the last before release? El mar, 21-07-2020 a las 09:56 +0700, Maxim Solodovnik escribió: > Hello All, > I had plans to fix OPENMEETINGS-2402 before release but it seems to > take too much time already > I would like to release, then do some fixes, improvements > Please let me know if you see any show-stoppers > > Thanks! > > -- > Best regards, > Maxim >
Re: Time to release :)
yes :) On Tue, 21 Jul 2020 at 16:06, Alvaro wrote: > ...then Maxim, snapshot OM 5.0.0 - 3252 it is the last > before release? > > > > > > El mar, 21-07-2020 a las 09:56 +0700, Maxim Solodovnik escribió: > > Hello All, > > I had plans to fix OPENMEETINGS-2402 before release but it seems to take > too much time already > I would like to release, then do some fixes, improvements > Please let me know if you see any show-stoppers > > Thanks! > > -- > Best regards, > Maxim > > -- Best regards, Maxim
Re: Time to release :)
Thank you! .. El mar, 21-07-2020 a las 16:06 +0700, Maxim Solodovnik escribió: > yes :) > On Tue, 21 Jul 2020 at 16:06, Alvaro wrote: > > ...then Maxim, snapshot OM 5.0.0 - 3252 it is the lastbefore > > release? > > > > > > > > El mar, 21-07-2020 a las 09:56 +0700, Maxim Solodovnik escribió: > > > Hello All, > > > I had plans to fix OPENMEETINGS-2402 before release but it seems > > > to take too much time already > > > I would like to release, then do some fixes, improvements > > > Please let me know if you see any show-stoppers > > > > > > Thanks! > > > > > > -- > > > Best regards, > > > Maxim > > -- > Best regards, > Maxim >
Re: Time to release :)
So far the main things I have seen is safari users and iPad users can’t use audio. iPad no browsers work to get around the audio issue. It seems they changed how to select audio devices. J > On Monday, Jul 20, 2020 at 9:58 PM, Maxim Solodovnik (mailto:solomax...@gmail.com)> wrote: > Hello All, > > I had plans to fix OPENMEETINGS-2402 before release but it seems to take too > much time already > I would like to release, then do some fixes, improvements > Please let me know if you see any show-stoppers > > Thanks! > > -- > Best regards, > Maxim
Problem With Recordings
Hello Maxim, I'm havin some problems with the Recordings. I start recording but when I go to the Recorded Files, they appear with an Damaged icon. I'm using the M4 released on the Official Website two months ago, I have the Kurento version required on the manual, and everything is working ok, I have followed the Steps one by one. My question is: Should I have to use the latest Snapshot ot OM? Where can I download it? Greetings, Jibsan.
Re: Problem With Recordings
Your problem is most probably caused by the fact KMS and OM are started by different users ... On Tue, 21 Jul 2020 at 22:54, Jibsan Joel Rosa Toirac wrote: > Hello Maxim, I'm havin some problems with the Recordings. I start > recording but when I go to the Recorded Files, they appear with an Damaged > icon. I'm using the M4 released on the Official Website two months ago, I > have the Kurento version required on the manual, and everything is working > ok, I have followed the Steps one by one. My question is: Should I have to > use the latest Snapshot ot OM? Where can I download it? > > Greetings, > > Jibsan. > -- Best regards, Maxim
Help in Flash OM 4.0.10
we have modified the setup as per the document suggested, for HTTPS while modifying, we got an error " *Illegal option: -keystorepass* " while running the below command keytool -import -alias root -keystore /opt/red5/conf/keystore.jks -keystorepass changeit -trustcacerts -file ca.crt We changed the command from *keystorepass* to *storepass*, it got executed (as shown below). keytool -import -alias root -keystore /opt/red5/conf/keystore.jks -storepass changeit -trustcacerts -file ca.crt Now when we try to access the application using https://localhost:5443, application is not accessible, *page can't be displayed* error in show on the browser. we have made sure the web-server is running by executing sudo /etc/init.d/red5-ubdeb2 start Your help is much appreciated in this. Ajay
Re: Problem With Recordings
So that means I have to start both services as the same user? Eg: root? On Tue, Jul 21, 2020 at 12:21 PM Maxim Solodovnik wrote: > Your problem is most probably caused by the fact KMS and OM are started by > different users ... > > On Tue, 21 Jul 2020 at 22:54, Jibsan Joel Rosa Toirac > wrote: > >> Hello Maxim, I'm havin some problems with the Recordings. I start >> recording but when I go to the Recorded Files, they appear with an Damaged >> icon. I'm using the M4 released on the Official Website two months ago, I >> have the Kurento version required on the manual, and everything is working >> ok, I have followed the Steps one by one. My question is: Should I have to >> use the latest Snapshot ot OM? Where can I download it? >> >> Greetings, >> >> Jibsan. >> > > > -- > Best regards, > Maxim >
Re: Problem With Recordings
Well I just started both, KMS and OM as “root” user, but it still doesn't work: sudo su /etc/init.d/kurento-media-server start /etc/init.d/tomcat3 start When I record, the error said this: “The have been errors while processing the recording” (It says The, just a little things) When I click the Error Icon it shows the message whit this below: “Recording file is not found” There is any way to fixed it out?? Greetings, Jibsan. On Tue, Jul 21, 2020 at 6:32 PM Jibsan Joel Rosa Toirac wrote: > So that means I have to start both services as the same user? Eg: root? > > On Tue, Jul 21, 2020 at 12:21 PM Maxim Solodovnik > wrote: > >> Your problem is most probably caused by the fact KMS and OM are started >> by different users ... >> >> On Tue, 21 Jul 2020 at 22:54, Jibsan Joel Rosa Toirac >> wrote: >> >>> Hello Maxim, I'm havin some problems with the Recordings. I start >>> recording but when I go to the Recorded Files, they appear with an Damaged >>> icon. I'm using the M4 released on the Official Website two months ago, I >>> have the Kurento version required on the manual, and everything is working >>> ok, I have followed the Steps one by one. My question is: Should I have to >>> use the latest Snapshot ot OM? Where can I download it? >>> >>> Greetings, >>> >>> Jibsan. >>> >> >> >> -- >> Best regards, >> Maxim >> >
Re: Problem With Recordings
...what is your OS server? ... El mar, 21-07-2020 a las 18:51 -0400, Jibsan Joel Rosa Toirac escribió: > Well I just started both, KMS and OM as “root” user, but it > still doesn't work: > > sudo su > > /etc/init.d/kurento-media-server start > > /etc/init.d/tomcat3 start > > When I record, the error said this: > > “The have been errors while processing the recording” (It says The, > just a little things) > > When I click the Error Icon it shows the message whit this below: > > “Recording file is not found” > > There is any way to fixed it out?? > > Greetings, > > Jibsan. > On Tue, Jul 21, 2020 at 6:32 PM Jibsan Joel Rosa Toirac il.com> wrote: > > So that means I have to start both services as the same user? Eg: > > root? > > On Tue, Jul 21, 2020 at 12:21 PM Maxim Solodovnik > .com> wrote: > > > Your problem is most probably caused by the fact KMS and OM are > > > started by different users ... > > > On Tue, 21 Jul 2020 at 22:54, Jibsan Joel Rosa Toirac > > mail.com> wrote: > > > > Hello Maxim, I'm havin some problems with the Recordings. I > > > > start recording but when I go to the Recorded Files, they > > > > appear with an Damaged icon. I'm using the M4 released on the > > > > Official Website two months ago, I have the Kurento version > > > > required on the manual, and everything is working ok, I have > > > > followed the Steps one by one. My question is: Should I have to > > > > use the latest Snapshot ot OM? Where can I download it? > > > > > > > > Greetings, > > > > > > > > Jibsan. > > > > > > > > > > -- > > > Best regards, > > > Maxim > > > > >
Re: Problem With Recordings
...Ubuntu 18.04? ... El mié, 22-07-2020 a las 08:26 +0200, Alvaro escribió: > ...what is your OS server? > > > ... > > > El mar, 21-07-2020 a las 18:51 -0400, Jibsan Joel Rosa Toirac > escribió: > > Well I just started both, KMS and OM as “root” user, but it > > still doesn't work: > > > > sudo su > > > > /etc/init.d/kurento-media-server start > > > > /etc/init.d/tomcat3 start > > > > When I record, the error said this: > > > > “The have been errors while processing the recording” (It says The, > > just a little things) > > > > When I click the Error Icon it shows the message whit this below: > > > > “Recording file is not found” > > > > There is any way to fixed it out?? > > > > Greetings, > > > > Jibsan. > > On Tue, Jul 21, 2020 at 6:32 PM Jibsan Joel Rosa Toirac > mail.com> wrote: > > > So that means I have to start both services as the same user? Eg: > > > root? > > > On Tue, Jul 21, 2020 at 12:21 PM Maxim Solodovnik > > il.com> wrote: > > > > Your problem is most probably caused by the fact KMS and OM are > > > > started by different users ... > > > > On Tue, 21 Jul 2020 at 22:54, Jibsan Joel Rosa Toirac > > > @gmail.com> wrote: > > > > > Hello Maxim, I'm havin some problems with the Recordings. I > > > > > start recording but when I go to the Recorded Files, they > > > > > appear with an Damaged icon. I'm using the M4 released on the > > > > > Official Website two months ago, I have the Kurento version > > > > > required on the manual, and everything is working ok, I have > > > > > followed the Steps one by one. My question is: Should I have > > > > > to use the latest Snapshot ot OM? Where can I download it? > > > > > > > > > > Greetings, > > > > > > > > > > Jibsan. > > > > > > > > > > > > > -- > > > > Best regards, > > > > Maxim > > > >