Re: Recording function is not working properly in the openmeetings

2019-05-31 Thread Maxim Solodovnik
"webm" files are being recording while recording is in progress
As soon as recording is stopped
Conversion is started and other files are being created

On Fri, 31 May 2019 at 15:42, Tajuddin Bennur  wrote:
>
> Hi, Maxim and other all friends,
> As I said my recording function is working and I am able to play the 
> recordings also,
> When I checked it again, it is working when I am alone in the meeting room.
> But I am facing an issue with recording functionality when there are other 
> users in the room.
>
> When I am recording alone, on the server four files are getting created for 
> every recording.
> rec_24_855b3655-831c-424d-b9f9-d4bd088be230_FINAL_WAVE.wav
> rec_24_348d69ff-6e33-415f-a517-076f6e62859b_WAVE.wav
> rec_24_348d69ff-6e33-415f-a517-076f6e62859b.webm
> rec_24_855b3655-831c-424d-b9f9-d4bd088be230.webm
>
> But when I checked the recording functionality with having another one user 
> in the meeting room that time only three files get created and those with 
> .webm extension only.
> rec_26_0fa7716c-340a-4b4f-a0cc-23a9775150c0.webm
> rec_26_a2785be6-c4f3-4155-a338-6d5322aeac95.webm
> rec_26_1aa58bc7-e8e6-4820-ab5b-f8657b06e7f9.webm
>
> Kindly help me to resolve this issue.
>
> On Thu, May 30, 2019 at 9:44 AM Maxim Solodovnik  wrote:
>>
>> Great :)
>>
>> On Wed, 29 May 2019 at 20:04, Tajuddin Bennur  wrote:
>>>
>>> Hi Maxim,
>>>
>>> Appreciate your assistance in giving detailed information.
>>>
>>> I have implemented it and now I am able to record and play those recordings.
>>>
>>> On Tue, May 28, 2019 at 10:03 PM Maxim Solodovnik  
>>> wrote:

 There is no need to change owner of the /etc/default/kurento-media-server

 you have to _edit_ the file
 change this line

 DAEMON_USER="kurento"  # User as whom Kurento Media Server will run


 On Tue, 28 May 2019 at 20:13, Tajuddin Bennur  wrote:
>
> Hi Maxim,
>
> I installed the coturn server on the same server where my KMS and OM is 
> running. Also configured the 
> "/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new 
> credentials.
>
> After restarting the KMS server and Tomcat, I am able to communicate with 
> another user in the meeting room. But this time also I have failed to 
> record. My recordings are not storing anymore.
>
> Kindly resolve my issue.
>
> On Tue, May 28, 2019 at 5:39 PM R. Scholz 
>  wrote:
>>
>> Hello,
>>
>> now the file is created, but the size is 0 - also after stop the 
>> recording.
>>
>> An error appears after stop:
>> ...
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 
>> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending 
>> WebSocket message to room: recordingToggled.
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220 
>> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::
>> ^[[1;31mERROR^[[0;39m 05-28 14:06:56.601 
>> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m - 
>> [startConversion]
>> org.apache.openmeetings.core.converter.ConversionException: 
>> screenMetaData is Null recordingId 13
>> <-->at 
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>> <-->at 
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>> <-->at 
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>> <-->at 
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>> <-->at java.base/java.lang.Thread.run(Thread.java:834)
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.604 
>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for 
>> room 11
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.604 
>> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103 
>> [Thread-311]^[[0;39m -  :: hasPoll :: 11
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97 
>> [Thread-311]^[[0;39m -  :: getArchived :: 11
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.616 
>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for 
>> room 11
>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.616 
>> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!
>> ...
>>
>> Best regards,
>>
>> René
>>
>>
>> Am 28.05.2019 um 13:05 schrieb Tajuddin Bennur:
>>
>> Hi Maxim
>>
>> I changed the user of /etc/default/kurento-media-server like,
>> -rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server
>>
>> And tried to work in the room, but I was unable to talk with another 
>> user through the meeting.
>>
>> When I revert my changes 

Re: Recording function is not working properly in the openmeetings

2019-05-31 Thread Tajuddin Bennur
Hi, Maxim and other all friends,
As I said my recording function is working and I am able to play the
recordings also,
When I checked it again, it is working when I am alone in the meeting room.
But I am facing an issue with recording functionality when there are other
users in the room.

When I am recording alone, on the server four files are getting created for
every recording.
rec_24_855b3655-831c-424d-b9f9-d4bd088be230_FINAL_WAVE.wav
rec_24_348d69ff-6e33-415f-a517-076f6e62859b_WAVE.wav
rec_24_348d69ff-6e33-415f-a517-076f6e62859b.webm
rec_24_855b3655-831c-424d-b9f9-d4bd088be230.webm

But when I checked the recording functionality with having another one user
in the meeting room that time only three files get created and those with
.webm extension only.
rec_26_0fa7716c-340a-4b4f-a0cc-23a9775150c0.webm
rec_26_a2785be6-c4f3-4155-a338-6d5322aeac95.webm
rec_26_1aa58bc7-e8e6-4820-ab5b-f8657b06e7f9.webm

Kindly help me to resolve this issue.

On Thu, May 30, 2019 at 9:44 AM Maxim Solodovnik 
wrote:

> Great :)
>
> On Wed, 29 May 2019 at 20:04, Tajuddin Bennur  wrote:
>
>> Hi Maxim,
>>
>> Appreciate your assistance in giving detailed information.
>>
>> I have implemented it and now I am able to record and play those
>> recordings.
>>
>> On Tue, May 28, 2019 at 10:03 PM Maxim Solodovnik 
>> wrote:
>>
>>> There is no need to change owner of the /etc/default/kurento-media-server
>>>
>>> you have to _edit_ the file
>>> change this line
>>>
>>> DAEMON_USER="kurento"  # User as whom Kurento Media Server will run
>>>
>>>
>>> On Tue, 28 May 2019 at 20:13, Tajuddin Bennur 
>>> wrote:
>>>
 Hi Maxim,

 I installed the coturn server on the same server where my KMS and OM is
 running. Also configured the "
 /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new
 credentials.

 After restarting the KMS server and Tomcat, I am able to communicate
 with another user in the meeting room. But this time also I have failed to
 record. My recordings are not storing anymore.

 Kindly resolve my issue.

 On Tue, May 28, 2019 at 5:39 PM R. Scholz <
 rene.sch...@abakus-edv-systems.de> wrote:

> Hello,
>
> now the file is created, but the size is 0 - also after stop the
> recording.
>
> An error appears after stop:
> *...*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596
> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending
> WebSocket message to room: recordingToggled.*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220
> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::*
> *^[[1;31mERROR^[[0;39m 05-28 14:06:56.601
> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m -
> [startConversion]*
> *org.apache.openmeetings.core.converter.ConversionException:
> screenMetaData is Null recordingId 13*
> *<-->at
> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
> *<-->at
> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
> *<-->at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
> *<-->at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
> *<-->at java.base/java.lang.Thread.run(Thread.java:834)*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
> room 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103
> [Thread-311]^[[0;39m -  :: hasPoll :: 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97
> [Thread-311]^[[0;39m -  :: getArchived :: 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
> room 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
> *...*
>
> Best regards,
>
> René
>
>
> Am 28.05.2019 um 13:05 schrieb Tajuddin Bennur:
>
> Hi Maxim
>
> I changed the user of /etc/default/kurento-media-server like,
> -rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server
>
> And tried to work in the room, but I was unable to talk with another
> user through the meeting.
>
> When I revert my changes It worked again.
>
> Maybe this will not help to enable the recordings.
>
> Regards,
>
> Tajuddin
>
>
> On Tue, May 28, 2019 at 3:44 PM Maxim Solodovnik 
> wrote:
>
>> You can change kms user under /etc/default/kurento-media-server (or
>> something like 

Re: Recording function is not working properly in the openmeetings

2019-05-29 Thread Denis Noctor
Thanks Maxim. That’s what I would have thought... Will check and get back to 
you tomorrow. All the best.

Sent from my iPhone

> On May 30, 2019, at 12:03 AM, Maxim Solodovnik  wrote:
> 
> Hello Denis,
> 
> to be able to upload office documents you need (Ubuntu server)
> 1) libre office (headless)
> 2) imagemagic+ghostscript
> 3) ensure pdf files allowed at /etc/ImageMagick-6/policy.xml
> that's it
> 
> ps jodconverter is bundled into OM, no need to configure
> 
>> On Thu, 30 May 2019 at 11:50, Denis Noctor  wrote:
>> Hi there Maxim and Tajuddin,
>> 
>> Successfully got the whole Turn Server working (video and audio) and am 
>> working on instructions for other users  based on your suggestions 
>> however, as I have been experimenting on a few on a few AWS instances, I 
>> decided to do a fresh install (using Alvaro's Ubuntu 18.04 (ver 9 install) - 
>>  and while audio and video is working a treat (haven't tested recording 
>> yet)... I appear to be back to the beginning regarding a few old threads 
>> whereby documents (png, jpg, pdf etc are hanging on the "converting 
>> stage"... I read all the threads regarding the "paths" for JodConverter" to 
>> work but with no joy.The most recent installation I did was based on  
>> Alvaro's Ubuntu 18.04 (ver 9 install but using the last successful build 
>> (Build #2836 (May 19, 2019 1:27:08 PM)). I was able to put up ONE ".jpg" 
>> image but after that everything seems to be stuck on "converting"...
>> 
>> I think I am so close to the finishing line that I am starting to requestion 
>> the whole Ubuntu 18.04 or to be more specific 18.04.01 installation 
>> (which is now the only available option from AWS... is it possible that some 
>> other reconfiguration is needed for this version in order to upload images, 
>> docs , etc to this version?
>> 
>> I am hoping @Tajuddin might be able to shed some light here. The reason I 
>> decided to set up a fresh install on a new instance was simply to see if I 
>> overlooked anything... but unfortunately, despite now being able to view and 
>> hear audio and video, which was a big issues, I am not unable to upload docs.
>> 
>> ANy feedback, help would be appreciate.
>> 
>> Talk soon
>> 
>>  Virus-free. www.avg.com
>> 
>>> On Wed, May 29, 2019 at 11:14 PM Maxim Solodovnik  
>>> wrote:
>>> Great :)
>>> 
 On Wed, 29 May 2019 at 20:04, Tajuddin Bennur  wrote:
 Hi Maxim,
 
 Appreciate your assistance in giving detailed information.
 
 I have implemented it and now I am able to record and play those 
 recordings.
 
> On Tue, May 28, 2019 at 10:03 PM Maxim Solodovnik  
> wrote:
> There is no need to change owner of the /etc/default/kurento-media-server
> 
> you have to _edit_ the file
> change this line
> 
> DAEMON_USER="kurento"  # User as whom Kurento Media Server will run
> 
> 
>> On Tue, 28 May 2019 at 20:13, Tajuddin Bennur  
>> wrote:
>> Hi Maxim,
>> 
>> I installed the coturn server on the same server where my KMS and OM is 
>> running. Also configured the 
>> "/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new 
>> credentials.
>> 
>> After restarting the KMS server and Tomcat, I am able to communicate 
>> with another user in the meeting room. But this time also I have failed 
>> to record. My recordings are not storing anymore.
>> 
>> Kindly resolve my issue.
>> 
>>> On Tue, May 28, 2019 at 5:39 PM R. Scholz 
>>>  wrote:
>>> Hello,
>>> 
>>> now the file is created, but the size is 0 - also after stop the 
>>> recording.
>>> 
>>> An error appears after stop:
>>> ...
>>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 
>>> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending 
>>> WebSocket message to room: recordingToggled.
>>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220 
>>> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::
>>> ^[[1;31mERROR^[[0;39m 05-28 14:06:56.601 
>>> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m - 
>>> [startConversion]
>>> org.apache.openmeetings.core.converter.ConversionException: 
>>> screenMetaData is Null recordingId 13
>>> <-->at 
>>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>>> <-->at 
>>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>>> <-->at 
>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>> <-->at 
>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>> <-->at java.base/java.lang.Thread.run(Thread.java:834)
>>> ^[[39mDEBUG^[[0;39m 05-28 14:06:56.604 
>>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - 

Re: Recording function is not working properly in the openmeetings

2019-05-29 Thread Maxim Solodovnik
Hello Denis,

to be able to upload office documents you need (Ubuntu server)
1) libre office (headless)
2) imagemagic+ghostscript
3) ensure pdf files allowed at /etc/ImageMagick-6/policy.xml
that's it

ps jodconverter is bundled into OM, no need to configure

On Thu, 30 May 2019 at 11:50, Denis Noctor  wrote:

> Hi there Maxim and Tajuddin,
>
> Successfully got the whole Turn Server working (video and audio) and am
> working on instructions for other users  based on your suggestions
> however, as I have been experimenting on a few on a few AWS instances, I
> decided to do a fresh install (using Alvaro's Ubuntu 18.04 (ver 9 install)
> -  and while audio and video is working a treat (haven't tested recording
> yet)... I appear to be back to the beginning regarding a few old threads
> whereby documents (png, jpg, pdf etc are hanging on the "converting
> stage"... I read all the threads regarding the "paths" for JodConverter" to
> work but with no joy.The most recent installation I did was based on
> Alvaro's Ubuntu 18.04 (ver 9 install but using the last successful build
> (Build #2836 (May 19, 2019 1:27:08 PM)). I was able to put up ONE ".jpg"
> image but after that everything seems to be stuck on "converting"...
>
> I think I am so close to the finishing line that I am starting to
> requestion the whole Ubuntu 18.04 or to be more specific 18.04.01
> installation (which is now the only available option from AWS... is it
> possible that some other reconfiguration is needed for this version in
> order to upload images, docs , etc to this version?
>
> I am hoping @Tajuddin might be able to shed some light here. The reason I
> decided to set up a fresh install on a new instance was simply to see if I
> overlooked anything... but unfortunately, despite now being able to view
> and hear audio and video, which was a big issues, I am not unable to upload
> docs.
>
> ANy feedback, help would be appreciate.
>
> Talk soon
>
>
> 
>  Virus-free.
> www.avg.com
> 
> <#m_-6729293900296254525_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Wed, May 29, 2019 at 11:14 PM Maxim Solodovnik 
> wrote:
>
>> Great :)
>>
>> On Wed, 29 May 2019 at 20:04, Tajuddin Bennur 
>> wrote:
>>
>>> Hi Maxim,
>>>
>>> Appreciate your assistance in giving detailed information.
>>>
>>> I have implemented it and now I am able to record and play those
>>> recordings.
>>>
>>> On Tue, May 28, 2019 at 10:03 PM Maxim Solodovnik 
>>> wrote:
>>>
 There is no need to change owner of
 the /etc/default/kurento-media-server

 you have to _edit_ the file
 change this line

 DAEMON_USER="kurento"  # User as whom Kurento Media Server will run


 On Tue, 28 May 2019 at 20:13, Tajuddin Bennur 
 wrote:

> Hi Maxim,
>
> I installed the coturn server on the same server where my KMS and OM
> is running. Also configured the "
> /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new
> credentials.
>
> After restarting the KMS server and Tomcat, I am able to communicate
> with another user in the meeting room. But this time also I have failed to
> record. My recordings are not storing anymore.
>
> Kindly resolve my issue.
>
> On Tue, May 28, 2019 at 5:39 PM R. Scholz <
> rene.sch...@abakus-edv-systems.de> wrote:
>
>> Hello,
>>
>> now the file is created, but the size is 0 - also after stop the
>> recording.
>>
>> An error appears after stop:
>> *...*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596
>> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending
>> WebSocket message to room: recordingToggled.*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220
>> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::*
>> *^[[1;31mERROR^[[0;39m 05-28 14:06:56.601
>> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m -
>> [startConversion]*
>> *org.apache.openmeetings.core.converter.ConversionException:
>> screenMetaData is Null recordingId 13*
>> *<-->at
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
>> *<-->at
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
>> *<-->at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
>> *<-->at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
>> *<-->at java.base/java.lang.Thread.run(Thread.java:834)*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
>> room 

Re: Recording function is not working properly in the openmeetings

2019-05-29 Thread Denis Noctor
Hi there Maxim and Tajuddin,

Successfully got the whole Turn Server working (video and audio) and am
working on instructions for other users  based on your suggestions
however, as I have been experimenting on a few on a few AWS instances, I
decided to do a fresh install (using Alvaro's Ubuntu 18.04 (ver 9 install)
-  and while audio and video is working a treat (haven't tested recording
yet)... I appear to be back to the beginning regarding a few old threads
whereby documents (png, jpg, pdf etc are hanging on the "converting
stage"... I read all the threads regarding the "paths" for JodConverter" to
work but with no joy.The most recent installation I did was based on
Alvaro's Ubuntu 18.04 (ver 9 install but using the last successful build
(Build #2836 (May 19, 2019 1:27:08 PM)). I was able to put up ONE ".jpg"
image but after that everything seems to be stuck on "converting"...

I think I am so close to the finishing line that I am starting to
requestion the whole Ubuntu 18.04 or to be more specific 18.04.01
installation (which is now the only available option from AWS... is it
possible that some other reconfiguration is needed for this version in
order to upload images, docs , etc to this version?

I am hoping @Tajuddin might be able to shed some light here. The reason I
decided to set up a fresh install on a new instance was simply to see if I
overlooked anything... but unfortunately, despite now being able to view
and hear audio and video, which was a big issues, I am not unable to upload
docs.

ANy feedback, help would be appreciate.

Talk soon


Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Wed, May 29, 2019 at 11:14 PM Maxim Solodovnik 
wrote:

> Great :)
>
> On Wed, 29 May 2019 at 20:04, Tajuddin Bennur  wrote:
>
>> Hi Maxim,
>>
>> Appreciate your assistance in giving detailed information.
>>
>> I have implemented it and now I am able to record and play those
>> recordings.
>>
>> On Tue, May 28, 2019 at 10:03 PM Maxim Solodovnik 
>> wrote:
>>
>>> There is no need to change owner of the /etc/default/kurento-media-server
>>>
>>> you have to _edit_ the file
>>> change this line
>>>
>>> DAEMON_USER="kurento"  # User as whom Kurento Media Server will run
>>>
>>>
>>> On Tue, 28 May 2019 at 20:13, Tajuddin Bennur 
>>> wrote:
>>>
 Hi Maxim,

 I installed the coturn server on the same server where my KMS and OM is
 running. Also configured the "
 /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new
 credentials.

 After restarting the KMS server and Tomcat, I am able to communicate
 with another user in the meeting room. But this time also I have failed to
 record. My recordings are not storing anymore.

 Kindly resolve my issue.

 On Tue, May 28, 2019 at 5:39 PM R. Scholz <
 rene.sch...@abakus-edv-systems.de> wrote:

> Hello,
>
> now the file is created, but the size is 0 - also after stop the
> recording.
>
> An error appears after stop:
> *...*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596
> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending
> WebSocket message to room: recordingToggled.*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220
> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::*
> *^[[1;31mERROR^[[0;39m 05-28 14:06:56.601
> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m -
> [startConversion]*
> *org.apache.openmeetings.core.converter.ConversionException:
> screenMetaData is Null recordingId 13*
> *<-->at
> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
> *<-->at
> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
> *<-->at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
> *<-->at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
> *<-->at java.base/java.lang.Thread.run(Thread.java:834)*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
> room 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103
> [Thread-311]^[[0;39m -  :: hasPoll :: 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97
> [Thread-311]^[[0;39m -  :: getArchived :: 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m 

Re: Recording function is not working properly in the openmeetings

2019-05-29 Thread Maxim Solodovnik
Great :)

On Wed, 29 May 2019 at 20:04, Tajuddin Bennur  wrote:

> Hi Maxim,
>
> Appreciate your assistance in giving detailed information.
>
> I have implemented it and now I am able to record and play those
> recordings.
>
> On Tue, May 28, 2019 at 10:03 PM Maxim Solodovnik 
> wrote:
>
>> There is no need to change owner of the /etc/default/kurento-media-server
>>
>> you have to _edit_ the file
>> change this line
>>
>> DAEMON_USER="kurento"  # User as whom Kurento Media Server will run
>>
>>
>> On Tue, 28 May 2019 at 20:13, Tajuddin Bennur 
>> wrote:
>>
>>> Hi Maxim,
>>>
>>> I installed the coturn server on the same server where my KMS and OM is
>>> running. Also configured the "
>>> /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new
>>> credentials.
>>>
>>> After restarting the KMS server and Tomcat, I am able to communicate
>>> with another user in the meeting room. But this time also I have failed to
>>> record. My recordings are not storing anymore.
>>>
>>> Kindly resolve my issue.
>>>
>>> On Tue, May 28, 2019 at 5:39 PM R. Scholz <
>>> rene.sch...@abakus-edv-systems.de> wrote:
>>>
 Hello,

 now the file is created, but the size is 0 - also after stop the
 recording.

 An error appears after stop:
 *...*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596
 ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending
 WebSocket message to room: recordingToggled.*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220
 [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::*
 *^[[1;31mERROR^[[0;39m 05-28 14:06:56.601
 ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m -
 [startConversion]*
 *org.apache.openmeetings.core.converter.ConversionException:
 screenMetaData is Null recordingId 13*
 *<-->at
 org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
 *<-->at
 org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
 *<-->at
 java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
 *<-->at
 java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
 *<-->at java.base/java.lang.Thread.run(Thread.java:834)*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
 ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
 room 11*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
 ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103
 [Thread-311]^[[0;39m -  :: hasPoll :: 11*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97
 [Thread-311]^[[0;39m -  :: getArchived :: 11*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
 ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
 room 11*
 *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
 ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
 *...*

 Best regards,

 René


 Am 28.05.2019 um 13:05 schrieb Tajuddin Bennur:

 Hi Maxim

 I changed the user of /etc/default/kurento-media-server like,
 -rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server

 And tried to work in the room, but I was unable to talk with another
 user through the meeting.

 When I revert my changes It worked again.

 Maybe this will not help to enable the recordings.

 Regards,

 Tajuddin


 On Tue, May 28, 2019 at 3:44 PM Maxim Solodovnik 
 wrote:

> You can change kms user under /etc/default/kurento-media-server (or
> something like this)
>
> On Tue, May 28, 2019, 16:47 Tajuddin Bennur 
> wrote:
>
>> Hi Maxim,
>>
>> I can see, on my server also these are under different users i.e.
>> `nobody` for OM and `kurento` for KMS.
>>
>> What could be the solution to that?
>>
>> Regards
>>
>> On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik <
>> solomax...@gmail.com> wrote:
>>
>>> This is usually happens when OM and KMS are run under different
>>> users (for ex. `nobody` for OM and `kurento` for KMS)
>>>
>>> On Tue, 28 May 2019 at 11:39, Rene Scholz <
>>> rene.sch...@abakus-edv-systems.de> wrote:
>>>
 Hello Maxim,
 the directory is empty. The file was not created.
 Best regards,
 Rene

 Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
 solomax...@gmail.com>:
>
> Does the file */opt/open500/webapps/*
> *openmeetings/data/streams/11/**rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm
> *has been created?
>
> On Tue, 28 May 2019 at 00:58, R. Scholz <

Re: Recording function is not working properly in the openmeetings

2019-05-29 Thread Tajuddin Bennur
Hi Maxim,

Appreciate your assistance in giving detailed information.

I have implemented it and now I am able to record and play those recordings.

On Tue, May 28, 2019 at 10:03 PM Maxim Solodovnik 
wrote:

> There is no need to change owner of the /etc/default/kurento-media-server
>
> you have to _edit_ the file
> change this line
>
> DAEMON_USER="kurento"  # User as whom Kurento Media Server will run
>
>
> On Tue, 28 May 2019 at 20:13, Tajuddin Bennur  wrote:
>
>> Hi Maxim,
>>
>> I installed the coturn server on the same server where my KMS and OM is
>> running. Also configured the "
>> /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new
>> credentials.
>>
>> After restarting the KMS server and Tomcat, I am able to communicate with
>> another user in the meeting room. But this time also I have failed to
>> record. My recordings are not storing anymore.
>>
>> Kindly resolve my issue.
>>
>> On Tue, May 28, 2019 at 5:39 PM R. Scholz <
>> rene.sch...@abakus-edv-systems.de> wrote:
>>
>>> Hello,
>>>
>>> now the file is created, but the size is 0 - also after stop the
>>> recording.
>>>
>>> An error appears after stop:
>>> *...*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596
>>> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending
>>> WebSocket message to room: recordingToggled.*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220
>>> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::*
>>> *^[[1;31mERROR^[[0;39m 05-28 14:06:56.601
>>> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m -
>>> [startConversion]*
>>> *org.apache.openmeetings.core.converter.ConversionException:
>>> screenMetaData is Null recordingId 13*
>>> *<-->at
>>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
>>> *<-->at
>>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
>>> *<-->at
>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
>>> *<-->at
>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
>>> *<-->at java.base/java.lang.Thread.run(Thread.java:834)*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
>>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
>>> room 11*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
>>> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103
>>> [Thread-311]^[[0;39m -  :: hasPoll :: 11*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97
>>> [Thread-311]^[[0;39m -  :: getArchived :: 11*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
>>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
>>> room 11*
>>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
>>> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
>>> *...*
>>>
>>> Best regards,
>>>
>>> René
>>>
>>>
>>> Am 28.05.2019 um 13:05 schrieb Tajuddin Bennur:
>>>
>>> Hi Maxim
>>>
>>> I changed the user of /etc/default/kurento-media-server like,
>>> -rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server
>>>
>>> And tried to work in the room, but I was unable to talk with another
>>> user through the meeting.
>>>
>>> When I revert my changes It worked again.
>>>
>>> Maybe this will not help to enable the recordings.
>>>
>>> Regards,
>>>
>>> Tajuddin
>>>
>>>
>>> On Tue, May 28, 2019 at 3:44 PM Maxim Solodovnik 
>>> wrote:
>>>
 You can change kms user under /etc/default/kurento-media-server (or
 something like this)

 On Tue, May 28, 2019, 16:47 Tajuddin Bennur 
 wrote:

> Hi Maxim,
>
> I can see, on my server also these are under different users i.e.
> `nobody` for OM and `kurento` for KMS.
>
> What could be the solution to that?
>
> Regards
>
> On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik <
> solomax...@gmail.com> wrote:
>
>> This is usually happens when OM and KMS are run under different users
>> (for ex. `nobody` for OM and `kurento` for KMS)
>>
>> On Tue, 28 May 2019 at 11:39, Rene Scholz <
>> rene.sch...@abakus-edv-systems.de> wrote:
>>
>>> Hello Maxim,
>>> the directory is empty. The file was not created.
>>> Best regards,
>>> Rene
>>>
>>> Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
>>> solomax...@gmail.com>:

 Does the file */opt/open500/webapps/*
 *openmeetings/data/streams/11/**rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm
 *has been created?

 On Tue, 28 May 2019 at 00:58, R. Scholz <
 rene.sch...@abakus-edv-systems.de> wrote:

> Hello,
>
> I tried the record-function with the same result, too.
>
> When I push the record-button an entry in the 

Re: Recording function is not working properly in the openmeetings

2019-05-28 Thread Maxim Solodovnik
There is no need to change owner of the /etc/default/kurento-media-server

you have to _edit_ the file
change this line

DAEMON_USER="kurento"  # User as whom Kurento Media Server will run


On Tue, 28 May 2019 at 20:13, Tajuddin Bennur  wrote:

> Hi Maxim,
>
> I installed the coturn server on the same server where my KMS and OM is
> running. Also configured the "
> /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new
> credentials.
>
> After restarting the KMS server and Tomcat, I am able to communicate with
> another user in the meeting room. But this time also I have failed to
> record. My recordings are not storing anymore.
>
> Kindly resolve my issue.
>
> On Tue, May 28, 2019 at 5:39 PM R. Scholz <
> rene.sch...@abakus-edv-systems.de> wrote:
>
>> Hello,
>>
>> now the file is created, but the size is 0 - also after stop the
>> recording.
>>
>> An error appears after stop:
>> *...*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596
>> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending
>> WebSocket message to room: recordingToggled.*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220
>> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::*
>> *^[[1;31mERROR^[[0;39m 05-28 14:06:56.601
>> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m -
>> [startConversion]*
>> *org.apache.openmeetings.core.converter.ConversionException:
>> screenMetaData is Null recordingId 13*
>> *<-->at
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
>> *<-->at
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
>> *<-->at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
>> *<-->at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
>> *<-->at java.base/java.lang.Thread.run(Thread.java:834)*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
>> room 11*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604
>> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103
>> [Thread-311]^[[0;39m -  :: hasPoll :: 11*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97
>> [Thread-311]^[[0;39m -  :: getArchived :: 11*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
>> ^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for
>> room 11*
>> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616
>> ^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!*
>> *...*
>>
>> Best regards,
>>
>> René
>>
>>
>> Am 28.05.2019 um 13:05 schrieb Tajuddin Bennur:
>>
>> Hi Maxim
>>
>> I changed the user of /etc/default/kurento-media-server like,
>> -rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server
>>
>> And tried to work in the room, but I was unable to talk with another user
>> through the meeting.
>>
>> When I revert my changes It worked again.
>>
>> Maybe this will not help to enable the recordings.
>>
>> Regards,
>>
>> Tajuddin
>>
>>
>> On Tue, May 28, 2019 at 3:44 PM Maxim Solodovnik 
>> wrote:
>>
>>> You can change kms user under /etc/default/kurento-media-server (or
>>> something like this)
>>>
>>> On Tue, May 28, 2019, 16:47 Tajuddin Bennur  wrote:
>>>
 Hi Maxim,

 I can see, on my server also these are under different users i.e.
 `nobody` for OM and `kurento` for KMS.

 What could be the solution to that?

 Regards

 On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik 
 wrote:

> This is usually happens when OM and KMS are run under different users
> (for ex. `nobody` for OM and `kurento` for KMS)
>
> On Tue, 28 May 2019 at 11:39, Rene Scholz <
> rene.sch...@abakus-edv-systems.de> wrote:
>
>> Hello Maxim,
>> the directory is empty. The file was not created.
>> Best regards,
>> Rene
>>
>> Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
>> solomax...@gmail.com>:
>>>
>>> Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
>>> *rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been
>>> created?
>>>
>>> On Tue, 28 May 2019 at 00:58, R. Scholz <
>>> rene.sch...@abakus-edv-systems.de> wrote:
>>>
 Hello,

 I tried the record-function with the same result, too.

 When I push the record-button an entry in the log is written:
 *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231
 [nio-5443-exec-8] - Configured to record to
 file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
 No error in the log.
 In OM all seems OK - the Button has the Info that the recording is
 running.


Re: Recording function is not working properly in the openmeetings

2019-05-28 Thread Tajuddin Bennur
Hi Maxim,

I installed the coturn server on the same server where my KMS and OM is
running. Also configured the "
/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini" with new credentials.

After restarting the KMS server and Tomcat, I am able to communicate with
another user in the meeting room. But this time also I have failed to
record. My recordings are not storing anymore.

Kindly resolve my issue.

On Tue, May 28, 2019 at 5:39 PM R. Scholz 
wrote:

> Hello,
>
> now the file is created, but the size is 0 - also after stop the recording.
>
> An error appears after stop:
> *...*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596
> ^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending
> WebSocket message to room: recordingToggled.*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220
> [nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped ::*
> *^[[1;31mERROR^[[0;39m 05-28 14:06:56.601
> ^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m -
> [startConversion]*
> *org.apache.openmeetings.core.converter.ConversionException:
> screenMetaData is Null recordingId 13*
> *<-->at
> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
> *<-->at
> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
> *<-->at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
> *<-->at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
> *<-->at java.base/java.lang.Thread.run(Thread.java:834)*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604 ^[[36mo.a.o.c.r.KurentoHandler:221
> [Thread-311]^[[0;39m - Searching for room 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.604 ^[[36mo.a.o.c.r.KurentoHandler:235
> [Thread-311]^[[0;39m - Room 11 found!*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103
> [Thread-311]^[[0;39m -  :: hasPoll :: 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97
> [Thread-311]^[[0;39m -  :: getArchived :: 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616 ^[[36mo.a.o.c.r.KurentoHandler:221
> [Thread-311]^[[0;39m - Searching for room 11*
> *^[[39mDEBUG^[[0;39m 05-28 14:06:56.616 ^[[36mo.a.o.c.r.KurentoHandler:235
> [Thread-311]^[[0;39m - Room 11 found!*
> *...*
>
> Best regards,
>
> René
>
>
> Am 28.05.2019 um 13:05 schrieb Tajuddin Bennur:
>
> Hi Maxim
>
> I changed the user of /etc/default/kurento-media-server like,
> -rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server
>
> And tried to work in the room, but I was unable to talk with another user
> through the meeting.
>
> When I revert my changes It worked again.
>
> Maybe this will not help to enable the recordings.
>
> Regards,
>
> Tajuddin
>
>
> On Tue, May 28, 2019 at 3:44 PM Maxim Solodovnik 
> wrote:
>
>> You can change kms user under /etc/default/kurento-media-server (or
>> something like this)
>>
>> On Tue, May 28, 2019, 16:47 Tajuddin Bennur  wrote:
>>
>>> Hi Maxim,
>>>
>>> I can see, on my server also these are under different users i.e.
>>> `nobody` for OM and `kurento` for KMS.
>>>
>>> What could be the solution to that?
>>>
>>> Regards
>>>
>>> On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik 
>>> wrote:
>>>
 This is usually happens when OM and KMS are run under different users
 (for ex. `nobody` for OM and `kurento` for KMS)

 On Tue, 28 May 2019 at 11:39, Rene Scholz <
 rene.sch...@abakus-edv-systems.de> wrote:

> Hello Maxim,
> the directory is empty. The file was not created.
> Best regards,
> Rene
>
> Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
> solomax...@gmail.com>:
>>
>> Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
>> *rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been created?
>>
>> On Tue, 28 May 2019 at 00:58, R. Scholz <
>> rene.sch...@abakus-edv-systems.de> wrote:
>>
>>> Hello,
>>>
>>> I tried the record-function with the same result, too.
>>>
>>> When I push the record-button an entry in the log is written:
>>> *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8]
>>> - Configured to record to
>>> file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
>>> No error in the log.
>>> In OM all seems OK - the Button has the Info that the recording is
>>> running.
>>>
>>> But there is no file created there. (I try to set the access-rights
>>> to full access for everyone (777))
>>>
>>> When I stop recording:
>>> *DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] -
>>> ##REC:: recording in room 11 is stopped ::*
>>> *ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111
>>> [taskExecutor-2] - [startConversion]*
>>> 

Re: Recording function is not working properly in the openmeetings

2019-05-28 Thread R. Scholz

Hello,

now the file is created, but the size is 0 - also after stop the recording.

An error appears after stop:
/...//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 
^[[36mo.a.o.c.u.WebSocketHelper:123 [nio-5443-exec-2]^[[0;39m - Sending 
WebSocket message to room: recordingToggled.//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.596 ^[[36mo.a.o.c.r.KRoom:220 
[nio-5443-exec-2]^[[0;39m - ##REC:: recording in room 11 is stopped :://
/*/^[[1;31mERROR^[[0;39m 05-28 14:06:56.601 
^[[36mo.a.o.c.c.RecordingConverter:111 [taskExecutor-3]^[[0;39m - 
[startConversion]/*/
//org.apache.openmeetings.core.converter.ConversionException: 
screenMetaData is Null recordingId 13//
//<-->at 
org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)//
//<-->at 
org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)//
//<-->at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)//
//<-->at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)//

//<-->at java.base/java.lang.Thread.run(Thread.java:834)//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.604 
^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for 
room 11//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.604 
^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.605 ^[[36mo.a.o.d.d.r.PollDao:103 
[Thread-311]^[[0;39m -  :: hasPoll :: 11//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.608 ^[[36mo.a.o.d.d.r.PollDao:97 
[Thread-311]^[[0;39m -  :: getArchived :: 11//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.616 
^[[36mo.a.o.c.r.KurentoHandler:221 [Thread-311]^[[0;39m - Searching for 
room 11//
//^[[39mDEBUG^[[0;39m 05-28 14:06:56.616 
^[[36mo.a.o.c.r.KurentoHandler:235 [Thread-311]^[[0;39m - Room 11 found!//

//...//
/
Best regards,

René


Am 28.05.2019 um 13:05 schrieb Tajuddin Bennur:

Hi Maxim

I changed the user of /etc/default/kurento-media-server like,
-rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server

And tried to work in the room, but I was unable to talk with another 
user through the meeting.


When I revert my changes It worked again.

Maybe this will not help to enable the recordings.

Regards,

Tajuddin


On Tue, May 28, 2019 at 3:44 PM Maxim Solodovnik > wrote:


You can change kms user under /etc/default/kurento-media-server
(or something like this)

On Tue, May 28, 2019, 16:47 Tajuddin Bennur mailto:tajben...@gmail.com>> wrote:

Hi Maxim,

I can see, on my server also these are under different users
i.e. `nobody` for OM and `kurento` for KMS.

What could be the solution to that?

Regards

On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

This is usually happens when OM and KMS are run under
different users (for ex. `nobody` for OM and `kurento` for
KMS)

On Tue, 28 May 2019 at 11:39, Rene Scholz
mailto:rene.sch...@abakus-edv-systems.de>> wrote:

Hello Maxim,
the directory is empty. The file was not created.
Best regards,
Rene

Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik
mailto:solomax...@gmail.com>>:

Does the file

//opt/open500/webapps///openmeetings/data/streams/11///rec_9_1791672d-cfe1-4539-9bb4-//521cacc4e480.webm
/has been created?

On Tue, 28 May 2019 at 00:58, R. Scholz
mailto:rene.sch...@abakus-edv-systems.de>> wrote:

Hello,

I tried the record-function with the same
result, too.

When I push the record-button an entry in the
log is written:
/INFO  05-27 19:37:43.523
o.a.o.u.OmFileHelper:231 [nio-5443-exec-8] -
Configured to record to

file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm/
No error in the log.
In OM all seems OK - the Button has the Info
that the recording is running.

But there is no file created there. (I try to
set the access-rights to full access for
everyone (777))

When I stop recording:
/DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220
[nio-5443-exec-7] - ##REC:: recording in room
11 is stopped :://
//ERROR 05-27 18:17:04.896

Re: Recording function is not working properly in the openmeetings

2019-05-28 Thread Tajuddin Bennur
Hi Maxim

I changed the user of /etc/default/kurento-media-server like,
-rw-r--r--   1 nobody nogroup 4073 Apr  4 10:18 kurento-media-server

And tried to work in the room, but I was unable to talk with another user
through the meeting.

When I revert my changes It worked again.

Maybe this will not help to enable the recordings.

Regards,

Tajuddin


On Tue, May 28, 2019 at 3:44 PM Maxim Solodovnik 
wrote:

> You can change kms user under /etc/default/kurento-media-server (or
> something like this)
>
> On Tue, May 28, 2019, 16:47 Tajuddin Bennur  wrote:
>
>> Hi Maxim,
>>
>> I can see, on my server also these are under different users i.e.
>> `nobody` for OM and `kurento` for KMS.
>>
>> What could be the solution to that?
>>
>> Regards
>>
>> On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik 
>> wrote:
>>
>>> This is usually happens when OM and KMS are run under different users
>>> (for ex. `nobody` for OM and `kurento` for KMS)
>>>
>>> On Tue, 28 May 2019 at 11:39, Rene Scholz <
>>> rene.sch...@abakus-edv-systems.de> wrote:
>>>
 Hello Maxim,
 the directory is empty. The file was not created.
 Best regards,
 Rene

 Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
 solomax...@gmail.com>:
>
> Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
> *rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been created?
>
> On Tue, 28 May 2019 at 00:58, R. Scholz <
> rene.sch...@abakus-edv-systems.de> wrote:
>
>> Hello,
>>
>> I tried the record-function with the same result, too.
>>
>> When I push the record-button an entry in the log is written:
>> *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8]
>> - Configured to record to
>> file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
>> No error in the log.
>> In OM all seems OK - the Button has the Info that the recording is
>> running.
>>
>> But there is no file created there. (I try to set the access-rights
>> to full access for everyone (777))
>>
>> When I stop recording:
>> *DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] -
>> ##REC:: recording in room 11 is stopped ::*
>> *ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111
>> [taskExecutor-2] - [startConversion]*
>> *org.apache.openmeetings.core.converter.ConversionException:
>> screenMetaData is Null recordingId 5*
>> *at
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
>> *at
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
>> *at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
>> *at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
>> *at java.base/java.lang.Thread.run(Thread.java:834)*
>>
>>
>> Note: When I start the recording the Button on the right who activate
>> this little "Desktop-Sharing-Window" is gone away.
>> When I stop the recording and close the "Desktop-Sharing-Window" it
>> not appears again.
>> I press F5 (refresh/reload), then it appears.
>>
>> Best regards,
>>
>> René
>>
>>
>>
>>
>> Am 24.05.2019 um 08:26 schrieb Tajuddin Bennur:
>>
>> Hi Maxim,
>>
>> *Have you tried to record/watch the video in Audio/Video setup
>> dialog? Was it successful?*
>>
>> I have checked the Audio/Video setup dialog.
>>
>> There the Start recording button is active, but the play button is
>> not active(disabled), It seems that recording is working but after 
>> Clicking
>> on the "Start recording test" button that button gets disabled and when I
>> click on "Save" button, the dialog box gets closed.
>>
>> I am unable to see that recording in "Files->My Recordings".
>>
>> In this whole process, I am unable to play any recording through
>> Audio/Video dialog box as the Play button is always disabled.
>>
>> *Are you running OM and Kurento as same user? *
>>
>> Yes, I have installed them both on the same instance and running with
>> the same user. Kindly tell me what could be the permission issue and how 
>> to
>> resolve that issue?
>>
>> Thank you.
>>
>> Regards
>>
>>
>> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik <
>> solomax...@gmail.com> wrote:
>>
>>> I would say
>>> "Able to record but unable to find/watch" === "unable to record"
>>>
>>> My question remain unanswered:
>>> Have you tried to record/watch video in Audio/Video setup dialog?
>>> Was it successful?
>>>
>>> Are you running OM and Kurento as same user? (maybe you have
>>> 

Re: Recording function is not working properly in the openmeetings

2019-05-28 Thread Maxim Solodovnik
You can change kms user under /etc/default/kurento-media-server (or
something like this)

On Tue, May 28, 2019, 16:47 Tajuddin Bennur  wrote:

> Hi Maxim,
>
> I can see, on my server also these are under different users i.e. `nobody`
> for OM and `kurento` for KMS.
>
> What could be the solution to that?
>
> Regards
>
> On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik 
> wrote:
>
>> This is usually happens when OM and KMS are run under different users
>> (for ex. `nobody` for OM and `kurento` for KMS)
>>
>> On Tue, 28 May 2019 at 11:39, Rene Scholz <
>> rene.sch...@abakus-edv-systems.de> wrote:
>>
>>> Hello Maxim,
>>> the directory is empty. The file was not created.
>>> Best regards,
>>> Rene
>>>
>>> Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
>>> solomax...@gmail.com>:

 Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
 *rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been created?

 On Tue, 28 May 2019 at 00:58, R. Scholz <
 rene.sch...@abakus-edv-systems.de> wrote:

> Hello,
>
> I tried the record-function with the same result, too.
>
> When I push the record-button an entry in the log is written:
> *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8] -
> Configured to record to
> file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
> No error in the log.
> In OM all seems OK - the Button has the Info that the recording is
> running.
>
> But there is no file created there. (I try to set the access-rights to
> full access for everyone (777))
>
> When I stop recording:
> *DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] -
> ##REC:: recording in room 11 is stopped ::*
> *ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111
> [taskExecutor-2] - [startConversion]*
> *org.apache.openmeetings.core.converter.ConversionException:
> screenMetaData is Null recordingId 5*
> *at
> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
> *at
> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
> *at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
> *at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
> *at java.base/java.lang.Thread.run(Thread.java:834)*
>
>
> Note: When I start the recording the Button on the right who activate
> this little "Desktop-Sharing-Window" is gone away.
> When I stop the recording and close the "Desktop-Sharing-Window" it
> not appears again.
> I press F5 (refresh/reload), then it appears.
>
> Best regards,
>
> René
>
>
>
>
> Am 24.05.2019 um 08:26 schrieb Tajuddin Bennur:
>
> Hi Maxim,
>
> *Have you tried to record/watch the video in Audio/Video setup dialog?
> Was it successful?*
>
> I have checked the Audio/Video setup dialog.
>
> There the Start recording button is active, but the play button is not
> active(disabled), It seems that recording is working but after Clicking on
> the "Start recording test" button that button gets disabled and when I
> click on "Save" button, the dialog box gets closed.
>
> I am unable to see that recording in "Files->My Recordings".
>
> In this whole process, I am unable to play any recording through
> Audio/Video dialog box as the Play button is always disabled.
>
> *Are you running OM and Kurento as same user? *
>
> Yes, I have installed them both on the same instance and running with
> the same user. Kindly tell me what could be the permission issue and how 
> to
> resolve that issue?
>
> Thank you.
>
> Regards
>
>
> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik 
> wrote:
>
>> I would say
>> "Able to record but unable to find/watch" === "unable to record"
>>
>> My question remain unanswered:
>> Have you tried to record/watch video in Audio/Video setup dialog?
>> Was it successful?
>>
>> Are you running OM and Kurento as same user? (maybe you have
>> permission issue)
>>
>> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur 
>> wrote:
>>
>>> Hi Maxim
>>>
>>> I am able to record during the meeting but those recordings are not
>>> getting stored, also I am unable to play any file.
>>>
>>> Regards
>>>
>>> On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik <
>>> solomax...@gmail.com> wrote:
>>>
 Hello,

 Are you able to record/play during device setup?

 On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
 wrote:

> 

Re: Recording function is not working properly in the openmeetings

2019-05-28 Thread Tajuddin Bennur
Hi Maxim,

I can see, on my server also these are under different users i.e. `nobody`
for OM and `kurento` for KMS.

What could be the solution to that?

Regards

On Tue, May 28, 2019 at 10:14 AM Maxim Solodovnik 
wrote:

> This is usually happens when OM and KMS are run under different users (for
> ex. `nobody` for OM and `kurento` for KMS)
>
> On Tue, 28 May 2019 at 11:39, Rene Scholz <
> rene.sch...@abakus-edv-systems.de> wrote:
>
>> Hello Maxim,
>> the directory is empty. The file was not created.
>> Best regards,
>> Rene
>>
>> Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
>> solomax...@gmail.com>:
>>>
>>> Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
>>> *rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been created?
>>>
>>> On Tue, 28 May 2019 at 00:58, R. Scholz <
>>> rene.sch...@abakus-edv-systems.de> wrote:
>>>
 Hello,

 I tried the record-function with the same result, too.

 When I push the record-button an entry in the log is written:
 *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8] -
 Configured to record to
 file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
 No error in the log.
 In OM all seems OK - the Button has the Info that the recording is
 running.

 But there is no file created there. (I try to set the access-rights to
 full access for everyone (777))

 When I stop recording:
 *DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] -
 ##REC:: recording in room 11 is stopped ::*
 *ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111
 [taskExecutor-2] - [startConversion]*
 *org.apache.openmeetings.core.converter.ConversionException:
 screenMetaData is Null recordingId 5*
 *at
 org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
 *at
 org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
 *at
 java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
 *at
 java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
 *at java.base/java.lang.Thread.run(Thread.java:834)*


 Note: When I start the recording the Button on the right who activate
 this little "Desktop-Sharing-Window" is gone away.
 When I stop the recording and close the "Desktop-Sharing-Window" it not
 appears again.
 I press F5 (refresh/reload), then it appears.

 Best regards,

 René




 Am 24.05.2019 um 08:26 schrieb Tajuddin Bennur:

 Hi Maxim,

 *Have you tried to record/watch the video in Audio/Video setup dialog?
 Was it successful?*

 I have checked the Audio/Video setup dialog.

 There the Start recording button is active, but the play button is not
 active(disabled), It seems that recording is working but after Clicking on
 the "Start recording test" button that button gets disabled and when I
 click on "Save" button, the dialog box gets closed.

 I am unable to see that recording in "Files->My Recordings".

 In this whole process, I am unable to play any recording through
 Audio/Video dialog box as the Play button is always disabled.

 *Are you running OM and Kurento as same user? *

 Yes, I have installed them both on the same instance and running with
 the same user. Kindly tell me what could be the permission issue and how to
 resolve that issue?

 Thank you.

 Regards


 On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik 
 wrote:

> I would say
> "Able to record but unable to find/watch" === "unable to record"
>
> My question remain unanswered:
> Have you tried to record/watch video in Audio/Video setup dialog?
> Was it successful?
>
> Are you running OM and Kurento as same user? (maybe you have
> permission issue)
>
> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur 
> wrote:
>
>> Hi Maxim
>>
>> I am able to record during the meeting but those recordings are not
>> getting stored, also I am unable to play any file.
>>
>> Regards
>>
>> On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik <
>> solomax...@gmail.com> wrote:
>>
>>> Hello,
>>>
>>> Are you able to record/play during device setup?
>>>
>>> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
>>> wrote:
>>>
 Hi Team,

 I checked the path
 "/opt/open500/webapps/openmeetings/data/streams/", and there I am not 
 able
 to see any recorded files.

 Maybe this information will help to solve the issue.



 On Wed, May 22, 

Re: Recording function is not working properly in the openmeetings

2019-05-28 Thread Tajuddin Bennur
Hi Denis,

Thank you for your reply.

I will check the link given and reply here about that.



On Mon, May 27, 2019 at 9:45 AM Denis Noctor  wrote:

> Hi there Tajuddin,
>
> While the following link is a couple of years old, it tends to address the
> whole NAT issue that may prevent recording. You had mentioned that you got
> everything working on AWS with Ubuntu 18.04 but it appears the
> recording issue is somewhat related. I sent you an email to ask about how
> you managed to fix the whole audio and video issue mentioned in one of your
> previous emails but never heard back from you. Anyway, this might help...
> https://groups.google.com/forum/#!topic/kurento/MrKQlqPpwYA
>
> All the best.
>
> Denis
>
>
> 
>  Virus-free.
> www.avg.com
> 
> <#m_1678894659883208596_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Fri, May 24, 2019 at 1:27 AM Tajuddin Bennur 
> wrote:
>
>> Hi Maxim,
>>
>> *Have you tried to record/watch the video in Audio/Video setup dialog?
>> Was it successful?*
>>
>> I have checked the Audio/Video setup dialog.
>>
>> There the Start recording button is active, but the play button is not
>> active(disabled), It seems that recording is working but after Clicking on
>> the "Start recording test" button that button gets disabled and when I
>> click on "Save" button, the dialog box gets closed.
>>
>> I am unable to see that recording in "Files->My Recordings".
>>
>> In this whole process, I am unable to play any recording through
>> Audio/Video dialog box as the Play button is always disabled.
>>
>> *Are you running OM and Kurento as same user? *
>>
>> Yes, I have installed them both on the same instance and running with the
>> same user. Kindly tell me what could be the permission issue and how to
>> resolve that issue?
>>
>> Thank you.
>>
>> Regards
>>
>>
>> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik 
>> wrote:
>>
>>> I would say
>>> "Able to record but unable to find/watch" === "unable to record"
>>>
>>> My question remain unanswered:
>>> Have you tried to record/watch video in Audio/Video setup dialog?
>>> Was it successful?
>>>
>>> Are you running OM and Kurento as same user? (maybe you have permission
>>> issue)
>>>
>>> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur 
>>> wrote:
>>>
 Hi Maxim

 I am able to record during the meeting but those recordings are not
 getting stored, also I am unable to play any file.

 Regards

 On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik 
 wrote:

> Hello,
>
> Are you able to record/play during device setup?
>
> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
> wrote:
>
>> Hi Team,
>>
>> I checked the path "/opt/open500/webapps/openmeetings/data/streams/",
>> and there I am not able to see any recorded files.
>>
>> Maybe this information will help to solve the issue.
>>
>>
>>
>> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
>> wrote:
>>
>>> Hi All,
>>>
>>> When I was checking the logs after stopping recording I got
>>> following error,
>>>
>>> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
>>> [taskExecutor-2] - [startConversion]
>>> org.apache.openmeetings.core.converter.ConversionException:
>>> screenMetaData is Null recordingId 14
>>> at
>>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>>> at
>>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>>> at
>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>> at
>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>> at java.base/java.lang.Thread.run(Thread.java:834)
>>>
>>> Please suggest me what I can do?
>>>
>>> Regards
>>>
>>>
>>>
>>> On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur <
>>> tajben...@gmail.com> wrote:
>>>
 Hi Team,

 I have installed the openmeeting server on the AWS EC2 instance on
 Ubuntu 18.04 server.

 *The details of the packages I installed are:*
 openmeetings =  5.0.0-M1
 Kurento-media-server version = 6.10.0-0kurento1.18.04
 ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
 ffmpeg version  = 4.1

 *My Issue is: *
 The recordings are not working. I am not able to play the
 recordings.
 https://prnt.sc/nrqqcc

 Please help me to resolve this issue.

 --
 *Thanks & Regards,*
 *Tajuddin Bennur*

>>>
>>>
>>> --
>>> *Thanks & 

Re: Recording function is not working properly in the openmeetings

2019-05-27 Thread Maxim Solodovnik
This is usually happens when OM and KMS are run under different users (for
ex. `nobody` for OM and `kurento` for KMS)

On Tue, 28 May 2019 at 11:39, Rene Scholz 
wrote:

> Hello Maxim,
> the directory is empty. The file was not created.
> Best regards,
> Rene
>
> Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik <
> solomax...@gmail.com>:
>>
>> Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
>> *rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been created?
>>
>> On Tue, 28 May 2019 at 00:58, R. Scholz <
>> rene.sch...@abakus-edv-systems.de> wrote:
>>
>>> Hello,
>>>
>>> I tried the record-function with the same result, too.
>>>
>>> When I push the record-button an entry in the log is written:
>>> *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8] -
>>> Configured to record to
>>> file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
>>> No error in the log.
>>> In OM all seems OK - the Button has the Info that the recording is
>>> running.
>>>
>>> But there is no file created there. (I try to set the access-rights to
>>> full access for everyone (777))
>>>
>>> When I stop recording:
>>> *DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] -
>>> ##REC:: recording in room 11 is stopped ::*
>>> *ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111
>>> [taskExecutor-2] - [startConversion]*
>>> *org.apache.openmeetings.core.converter.ConversionException:
>>> screenMetaData is Null recordingId 5*
>>> *at
>>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
>>> *at
>>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
>>> *at
>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
>>> *at
>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
>>> *at java.base/java.lang.Thread.run(Thread.java:834)*
>>>
>>>
>>> Note: When I start the recording the Button on the right who activate
>>> this little "Desktop-Sharing-Window" is gone away.
>>> When I stop the recording and close the "Desktop-Sharing-Window" it not
>>> appears again.
>>> I press F5 (refresh/reload), then it appears.
>>>
>>> Best regards,
>>>
>>> René
>>>
>>>
>>>
>>>
>>> Am 24.05.2019 um 08:26 schrieb Tajuddin Bennur:
>>>
>>> Hi Maxim,
>>>
>>> *Have you tried to record/watch the video in Audio/Video setup dialog?
>>> Was it successful?*
>>>
>>> I have checked the Audio/Video setup dialog.
>>>
>>> There the Start recording button is active, but the play button is not
>>> active(disabled), It seems that recording is working but after Clicking on
>>> the "Start recording test" button that button gets disabled and when I
>>> click on "Save" button, the dialog box gets closed.
>>>
>>> I am unable to see that recording in "Files->My Recordings".
>>>
>>> In this whole process, I am unable to play any recording through
>>> Audio/Video dialog box as the Play button is always disabled.
>>>
>>> *Are you running OM and Kurento as same user? *
>>>
>>> Yes, I have installed them both on the same instance and running with
>>> the same user. Kindly tell me what could be the permission issue and how to
>>> resolve that issue?
>>>
>>> Thank you.
>>>
>>> Regards
>>>
>>>
>>> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik 
>>> wrote:
>>>
 I would say
 "Able to record but unable to find/watch" === "unable to record"

 My question remain unanswered:
 Have you tried to record/watch video in Audio/Video setup dialog?
 Was it successful?

 Are you running OM and Kurento as same user? (maybe you have permission
 issue)

 On Thu, 23 May 2019 at 16:14, Tajuddin Bennur 
 wrote:

> Hi Maxim
>
> I am able to record during the meeting but those recordings are not
> getting stored, also I am unable to play any file.
>
> Regards
>
> On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik 
> wrote:
>
>> Hello,
>>
>> Are you able to record/play during device setup?
>>
>> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
>> wrote:
>>
>>> Hi Team,
>>>
>>> I checked the path
>>> "/opt/open500/webapps/openmeetings/data/streams/", and there I am not 
>>> able
>>> to see any recorded files.
>>>
>>> Maybe this information will help to solve the issue.
>>>
>>>
>>>
>>> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
>>> wrote:
>>>
 Hi All,

 When I was checking the logs after stopping recording I got
 following error,

 ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
 [taskExecutor-2] - [startConversion]
 org.apache.openmeetings.core.converter.ConversionException:
 screenMetaData is Null recordingId 14
 

Re: Recording function is not working properly in the openmeetings

2019-05-27 Thread Rene Scholz
Hello Maxim,
the directory is empty. The file was not created.
Best regards,
Rene

Am 28. Mai 2019 05:12:03 MESZ schrieb Maxim Solodovnik :
>Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
>*rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been created?
>
>On Tue, 28 May 2019 at 00:58, R. Scholz
>
>wrote:
>
>> Hello,
>>
>> I tried the record-function with the same result, too.
>>
>> When I push the record-button an entry in the log is written:
>> *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8]
>-
>> Configured to record to
>>
>file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
>> No error in the log.
>> In OM all seems OK - the Button has the Info that the recording is
>running.
>>
>> But there is no file created there. (I try to set the access-rights
>to
>> full access for everyone (777))
>>
>> When I stop recording:
>> *DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] -
>##REC::
>> recording in room 11 is stopped ::*
>> *ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111
>> [taskExecutor-2] - [startConversion]*
>> *org.apache.openmeetings.core.converter.ConversionException:
>> screenMetaData is Null recordingId 5*
>> *at
>>
>org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
>> *at
>>
>org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
>> *at
>>
>java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
>> *at
>>
>java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
>> *at java.base/java.lang.Thread.run(Thread.java:834)*
>>
>>
>> Note: When I start the recording the Button on the right who activate
>this
>> little "Desktop-Sharing-Window" is gone away.
>> When I stop the recording and close the "Desktop-Sharing-Window" it
>not
>> appears again.
>> I press F5 (refresh/reload), then it appears.
>>
>> Best regards,
>>
>> René
>>
>>
>>
>>
>> Am 24.05.2019 um 08:26 schrieb Tajuddin Bennur:
>>
>> Hi Maxim,
>>
>> *Have you tried to record/watch the video in Audio/Video setup
>dialog? Was
>> it successful?*
>>
>> I have checked the Audio/Video setup dialog.
>>
>> There the Start recording button is active, but the play button is
>not
>> active(disabled), It seems that recording is working but after
>Clicking on
>> the "Start recording test" button that button gets disabled and when
>I
>> click on "Save" button, the dialog box gets closed.
>>
>> I am unable to see that recording in "Files->My Recordings".
>>
>> In this whole process, I am unable to play any recording through
>> Audio/Video dialog box as the Play button is always disabled.
>>
>> *Are you running OM and Kurento as same user? *
>>
>> Yes, I have installed them both on the same instance and running with
>the
>> same user. Kindly tell me what could be the permission issue and how
>to
>> resolve that issue?
>>
>> Thank you.
>>
>> Regards
>>
>>
>> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik
>
>> wrote:
>>
>>> I would say
>>> "Able to record but unable to find/watch" === "unable to record"
>>>
>>> My question remain unanswered:
>>> Have you tried to record/watch video in Audio/Video setup dialog?
>>> Was it successful?
>>>
>>> Are you running OM and Kurento as same user? (maybe you have
>permission
>>> issue)
>>>
>>> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur 
>>> wrote:
>>>
 Hi Maxim

 I am able to record during the meeting but those recordings are not
 getting stored, also I am unable to play any file.

 Regards

 On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik
>
 wrote:

> Hello,
>
> Are you able to record/play during device setup?
>
> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur
>
> wrote:
>
>> Hi Team,
>>
>> I checked the path
>"/opt/open500/webapps/openmeetings/data/streams/",
>> and there I am not able to see any recorded files.
>>
>> Maybe this information will help to solve the issue.
>>
>>
>>
>> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur
>
>> wrote:
>>
>>> Hi All,
>>>
>>> When I was checking the logs after stopping recording I got
>following
>>> error,
>>>
>>> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
>>> [taskExecutor-2] - [startConversion]
>>> org.apache.openmeetings.core.converter.ConversionException:
>>> screenMetaData is Null recordingId 14
>>> at
>>>
>org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>>> at
>>>
>org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>>> at
>>>
>java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>>   

Re: Recording function is not working properly in the openmeetings

2019-05-27 Thread Maxim Solodovnik
Does the file */opt/open500/webapps/**openmeetings/data/streams/11/*
*rec_9_1791672d-cfe1-4539-9bb4-**521cacc4e480.webm *has been created?

On Tue, 28 May 2019 at 00:58, R. Scholz 
wrote:

> Hello,
>
> I tried the record-function with the same result, too.
>
> When I push the record-button an entry in the log is written:
> *INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8] -
> Configured to record to
> file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm*
> No error in the log.
> In OM all seems OK - the Button has the Info that the recording is running.
>
> But there is no file created there. (I try to set the access-rights to
> full access for everyone (777))
>
> When I stop recording:
> *DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] - ##REC::
> recording in room 11 is stopped ::*
> *ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111
> [taskExecutor-2] - [startConversion]*
> *org.apache.openmeetings.core.converter.ConversionException:
> screenMetaData is Null recordingId 5*
> *at
> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)*
> *at
> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)*
> *at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)*
> *at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)*
> *at java.base/java.lang.Thread.run(Thread.java:834)*
>
>
> Note: When I start the recording the Button on the right who activate this
> little "Desktop-Sharing-Window" is gone away.
> When I stop the recording and close the "Desktop-Sharing-Window" it not
> appears again.
> I press F5 (refresh/reload), then it appears.
>
> Best regards,
>
> René
>
>
>
>
> Am 24.05.2019 um 08:26 schrieb Tajuddin Bennur:
>
> Hi Maxim,
>
> *Have you tried to record/watch the video in Audio/Video setup dialog? Was
> it successful?*
>
> I have checked the Audio/Video setup dialog.
>
> There the Start recording button is active, but the play button is not
> active(disabled), It seems that recording is working but after Clicking on
> the "Start recording test" button that button gets disabled and when I
> click on "Save" button, the dialog box gets closed.
>
> I am unable to see that recording in "Files->My Recordings".
>
> In this whole process, I am unable to play any recording through
> Audio/Video dialog box as the Play button is always disabled.
>
> *Are you running OM and Kurento as same user? *
>
> Yes, I have installed them both on the same instance and running with the
> same user. Kindly tell me what could be the permission issue and how to
> resolve that issue?
>
> Thank you.
>
> Regards
>
>
> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik 
> wrote:
>
>> I would say
>> "Able to record but unable to find/watch" === "unable to record"
>>
>> My question remain unanswered:
>> Have you tried to record/watch video in Audio/Video setup dialog?
>> Was it successful?
>>
>> Are you running OM and Kurento as same user? (maybe you have permission
>> issue)
>>
>> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur 
>> wrote:
>>
>>> Hi Maxim
>>>
>>> I am able to record during the meeting but those recordings are not
>>> getting stored, also I am unable to play any file.
>>>
>>> Regards
>>>
>>> On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik 
>>> wrote:
>>>
 Hello,

 Are you able to record/play during device setup?

 On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
 wrote:

> Hi Team,
>
> I checked the path "/opt/open500/webapps/openmeetings/data/streams/",
> and there I am not able to see any recorded files.
>
> Maybe this information will help to solve the issue.
>
>
>
> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
> wrote:
>
>> Hi All,
>>
>> When I was checking the logs after stopping recording I got following
>> error,
>>
>> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
>> [taskExecutor-2] - [startConversion]
>> org.apache.openmeetings.core.converter.ConversionException:
>> screenMetaData is Null recordingId 14
>> at
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>> at
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>> at java.base/java.lang.Thread.run(Thread.java:834)
>>
>> Please suggest me what I can do?
>>
>> Regards
>>
>>
>>
>> On Wed, May 22, 2019 at 12:48 PM Tajuddin 

Re: Recording function is not working properly in the openmeetings

2019-05-27 Thread R. Scholz

Hello,

I tried the record-function with the same result, too.

When I push the record-button an entry in the log is written:
/INFO  05-27 19:37:43.523 o.a.o.u.OmFileHelper:231 [nio-5443-exec-8] - 
Configured to record to 
file:///opt/open500/webapps/openmeetings/data/streams/11/rec_9_1791672d-cfe1-4539-9bb4-521cacc4e480.webm/

No error in the log.
In OM all seems OK - the Button has the Info that the recording is running.

But there is no file created there. (I try to set the access-rights to 
full access for everyone (777))


When I stop recording:
/DEBUG 05-27 18:17:04.894 o.a.o.c.r.KRoom:220 [nio-5443-exec-7] - 
##REC:: recording in room 11 is stopped :://
//ERROR 05-27 18:17:04.896 o.a.o.c.c.RecordingConverter:111 
[taskExecutor-2] - [startConversion]//
//org.apache.openmeetings.core.converter.ConversionException: 
screenMetaData is Null recordingId 5//
//    at 
org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)//
//    at 
org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)//
//    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)//
//    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)//

//    at java.base/java.lang.Thread.run(Thread.java:834)//
/

Note: When I start the recording the Button on the right who activate 
this little "Desktop-Sharing-Window" is gone away.
When I stop the recording and close the "Desktop-Sharing-Window" it not 
appears again.

I press F5 (refresh/reload), then it appears.

Best regards,

René




Am 24.05.2019 um 08:26 schrieb Tajuddin Bennur:

Hi Maxim,

*Have you tried to record/watch the video in Audio/Video setup dialog? 
Was it successful?*

*
*
I have checked the Audio/Video setup dialog.

There the Start recording button is active, but the play button is not 
active(disabled), It seems that recording is working but after 
Clicking on the "Start recording test" button that button gets 
disabled and when I click on "Save" button, the dialog box gets closed.


I am unable to see that recording in "Files->My Recordings".

In this whole process, I am unable to play any recording through 
Audio/Video dialog box as the Play button is always disabled.


*Are you running OM and Kurento as same user? *

Yes, I have installed them both on the same instance and running with 
the same user. Kindly tell me what could be the permission issue and 
how to resolve that issue?


Thank you.

Regards


On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik > wrote:


I would say
"Able to record but unable to find/watch" === "unable to record"

My question remain unanswered:
Have you tried to record/watch video in Audio/Video setup dialog?
Was it successful?

Are you running OM and Kurento as same user? (maybe you have
permission issue)

On Thu, 23 May 2019 at 16:14, Tajuddin Bennur mailto:tajben...@gmail.com>> wrote:

Hi Maxim

I am able to record during the meeting but those recordings
are not getting stored, also I am unable to play any file.

Regards

On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik
mailto:solomax...@gmail.com>> wrote:

Hello,

Are you able to record/play during device setup?

On Wed, 22 May 2019 at 21:29, Tajuddin Bennur
mailto:tajben...@gmail.com>> wrote:

Hi Team,

I checked the path
"/opt/open500/webapps/openmeetings/data/streams/", and
there I am not able to see any recorded files.

Maybe this information will help to solve the issue.



On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur
mailto:tajben...@gmail.com>> wrote:

Hi All,

When I was checking the logs after stopping
recording I got following error,

ERROR 05-22 12:25:49.612
o.a.o.c.c.RecordingConverter:111 [taskExecutor-2]
- [startConversion]
org.apache.openmeetings.core.converter.ConversionException:
screenMetaData is Null recordingId 14
        at

org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
        at

org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
        at

java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at

java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at

Re: Recording function is not working properly in the openmeetings

2019-05-26 Thread Denis Noctor
Hi there Tajuddin,

While the following link is a couple of years old, it tends to address the
whole NAT issue that may prevent recording. You had mentioned that you got
everything working on AWS with Ubuntu 18.04 but it appears the
recording issue is somewhat related. I sent you an email to ask about how
you managed to fix the whole audio and video issue mentioned in one of your
previous emails but never heard back from you. Anyway, this might help...
https://groups.google.com/forum/#!topic/kurento/MrKQlqPpwYA

All the best.

Denis


Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Fri, May 24, 2019 at 1:27 AM Tajuddin Bennur  wrote:

> Hi Maxim,
>
> *Have you tried to record/watch the video in Audio/Video setup dialog? Was
> it successful?*
>
> I have checked the Audio/Video setup dialog.
>
> There the Start recording button is active, but the play button is not
> active(disabled), It seems that recording is working but after Clicking on
> the "Start recording test" button that button gets disabled and when I
> click on "Save" button, the dialog box gets closed.
>
> I am unable to see that recording in "Files->My Recordings".
>
> In this whole process, I am unable to play any recording through
> Audio/Video dialog box as the Play button is always disabled.
>
> *Are you running OM and Kurento as same user? *
>
> Yes, I have installed them both on the same instance and running with the
> same user. Kindly tell me what could be the permission issue and how to
> resolve that issue?
>
> Thank you.
>
> Regards
>
>
> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik 
> wrote:
>
>> I would say
>> "Able to record but unable to find/watch" === "unable to record"
>>
>> My question remain unanswered:
>> Have you tried to record/watch video in Audio/Video setup dialog?
>> Was it successful?
>>
>> Are you running OM and Kurento as same user? (maybe you have permission
>> issue)
>>
>> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur 
>> wrote:
>>
>>> Hi Maxim
>>>
>>> I am able to record during the meeting but those recordings are not
>>> getting stored, also I am unable to play any file.
>>>
>>> Regards
>>>
>>> On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik 
>>> wrote:
>>>
 Hello,

 Are you able to record/play during device setup?

 On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
 wrote:

> Hi Team,
>
> I checked the path "/opt/open500/webapps/openmeetings/data/streams/",
> and there I am not able to see any recorded files.
>
> Maybe this information will help to solve the issue.
>
>
>
> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
> wrote:
>
>> Hi All,
>>
>> When I was checking the logs after stopping recording I got following
>> error,
>>
>> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
>> [taskExecutor-2] - [startConversion]
>> org.apache.openmeetings.core.converter.ConversionException:
>> screenMetaData is Null recordingId 14
>> at
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>> at
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>> at java.base/java.lang.Thread.run(Thread.java:834)
>>
>> Please suggest me what I can do?
>>
>> Regards
>>
>>
>>
>> On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur 
>> wrote:
>>
>>> Hi Team,
>>>
>>> I have installed the openmeeting server on the AWS EC2 instance on
>>> Ubuntu 18.04 server.
>>>
>>> *The details of the packages I installed are:*
>>> openmeetings =  5.0.0-M1
>>> Kurento-media-server version = 6.10.0-0kurento1.18.04
>>> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
>>> ffmpeg version  = 4.1
>>>
>>> *My Issue is: *
>>> The recordings are not working. I am not able to play the recordings.
>>> https://prnt.sc/nrqqcc
>>>
>>> Please help me to resolve this issue.
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Tajuddin Bennur*
>>>
>>
>>
>> --
>> *Thanks & Regards,*
>> *Tajuddin Bennur*
>>
>
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


 --
 WBR
 Maxim aka solomax

>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Tajuddin Bennur*
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


Re: Recording function is not working properly in the openmeetings

2019-05-24 Thread Denis Noctor
While this might sound like a ridiculous answer... is it possible that the 
alloted drive space per user has been set to zero... and as a result will not 
accept uploads or recordings... I did an apt update which now means I can’t 
upload files and everything hangs on”conversion process” forever

Sent from my iPhone

> On May 24, 2019, at 1:26 AM, Tajuddin Bennur  wrote:
> 
> Hi Maxim,
> 
> Have you tried to record/watch the video in Audio/Video setup dialog? Was it 
> successful?
> 
> I have checked the Audio/Video setup dialog.
> 
> There the Start recording button is active, but the play button is not 
> active(disabled), It seems that recording is working but after Clicking on 
> the "Start recording test" button that button gets disabled and when I click 
> on "Save" button, the dialog box gets closed. 
> 
> I am unable to see that recording in "Files->My Recordings".
> 
> In this whole process, I am unable to play any recording through Audio/Video 
> dialog box as the Play button is always disabled.
> 
> Are you running OM and Kurento as same user?  
> 
> Yes, I have installed them both on the same instance and running with the 
> same user. Kindly tell me what could be the permission issue and how to 
> resolve that issue?
> 
> Thank you.
> 
> Regards
> 
> 
>> On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik  
>> wrote:
>> I would say
>> "Able to record but unable to find/watch" === "unable to record"
>> 
>> My question remain unanswered:
>> Have you tried to record/watch video in Audio/Video setup dialog?
>> Was it successful?
>> 
>> Are you running OM and Kurento as same user? (maybe you have permission 
>> issue)
>> 
>>> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur  wrote:
>>> Hi Maxim
>>> 
>>> I am able to record during the meeting but those recordings are not getting 
>>> stored, also I am unable to play any file.
>>> 
>>> Regards
>>> 
 On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik  
 wrote:
 Hello,
 
 Are you able to record/play during device setup?
 
> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur  wrote:
> Hi Team,
> 
> I checked the path "/opt/open500/webapps/openmeetings/data/streams/", and 
> there I am not able to see any recorded files.
> 
> Maybe this information will help to solve the issue.
> 
> 
> 
>> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur  
>> wrote:
>> Hi All,
>> 
>> When I was checking the logs after stopping recording I got following 
>> error,
>> 
>> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111 
>> [taskExecutor-2] - [startConversion]
>> org.apache.openmeetings.core.converter.ConversionException: 
>> screenMetaData is Null recordingId 14
>> at 
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>> at 
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>> at 
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>> at 
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>> at java.base/java.lang.Thread.run(Thread.java:834)
>> 
>> Please suggest me what I can do?
>> 
>> Regards
>> 
>> 
>> 
>>> On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur  
>>> wrote:
>>> Hi Team,
>>> 
>>> I have installed the openmeeting server on the AWS EC2 instance on 
>>> Ubuntu 18.04 server.
>>> 
>>> The details of the packages I installed are:
>>> openmeetings =  5.0.0-M1
>>> Kurento-media-server version = 6.10.0-0kurento1.18.04
>>> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
>>> ffmpeg version  = 4.1
>>> 
>>> My Issue is: 
>>> The recordings are not working. I am not able to play the recordings.
>>> https://prnt.sc/nrqqcc  
>>> 
>>> Please help me to resolve this issue.
>>> 
>>> -- 
>>> Thanks & Regards,
>>> Tajuddin Bennur
>> 
>> 
>> -- 
>> Thanks & Regards,
>> Tajuddin Bennur
> 
> 
> -- 
> Thanks & Regards,
> Tajuddin Bennur
 
 
 -- 
 WBR
 Maxim aka solomax
>>> 
>>> 
>>> -- 
>>> Thanks & Regards,
>>> Tajuddin Bennur
>> 
>> 
>> -- 
>> WBR
>> Maxim aka solomax
> 
> 
> -- 
> Thanks & Regards,
> Tajuddin Bennur


Re: Recording function is not working properly in the openmeetings

2019-05-24 Thread Tajuddin Bennur
Hi Maxim,

*Have you tried to record/watch the video in Audio/Video setup dialog? Was
it successful?*

I have checked the Audio/Video setup dialog.

There the Start recording button is active, but the play button is not
active(disabled), It seems that recording is working but after Clicking on
the "Start recording test" button that button gets disabled and when I
click on "Save" button, the dialog box gets closed.

I am unable to see that recording in "Files->My Recordings".

In this whole process, I am unable to play any recording through
Audio/Video dialog box as the Play button is always disabled.

*Are you running OM and Kurento as same user? *

Yes, I have installed them both on the same instance and running with the
same user. Kindly tell me what could be the permission issue and how to
resolve that issue?

Thank you.

Regards


On Fri, May 24, 2019 at 9:09 AM Maxim Solodovnik 
wrote:

> I would say
> "Able to record but unable to find/watch" === "unable to record"
>
> My question remain unanswered:
> Have you tried to record/watch video in Audio/Video setup dialog?
> Was it successful?
>
> Are you running OM and Kurento as same user? (maybe you have permission
> issue)
>
> On Thu, 23 May 2019 at 16:14, Tajuddin Bennur  wrote:
>
>> Hi Maxim
>>
>> I am able to record during the meeting but those recordings are not
>> getting stored, also I am unable to play any file.
>>
>> Regards
>>
>> On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik 
>> wrote:
>>
>>> Hello,
>>>
>>> Are you able to record/play during device setup?
>>>
>>> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
>>> wrote:
>>>
 Hi Team,

 I checked the path "/opt/open500/webapps/openmeetings/data/streams/",
 and there I am not able to see any recorded files.

 Maybe this information will help to solve the issue.



 On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
 wrote:

> Hi All,
>
> When I was checking the logs after stopping recording I got following
> error,
>
> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
> [taskExecutor-2] - [startConversion]
> org.apache.openmeetings.core.converter.ConversionException:
> screenMetaData is Null recordingId 14
> at
> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
> at
> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.base/java.lang.Thread.run(Thread.java:834)
>
> Please suggest me what I can do?
>
> Regards
>
>
>
> On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur 
> wrote:
>
>> Hi Team,
>>
>> I have installed the openmeeting server on the AWS EC2 instance on
>> Ubuntu 18.04 server.
>>
>> *The details of the packages I installed are:*
>> openmeetings =  5.0.0-M1
>> Kurento-media-server version = 6.10.0-0kurento1.18.04
>> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
>> ffmpeg version  = 4.1
>>
>> *My Issue is: *
>> The recordings are not working. I am not able to play the recordings.
>> https://prnt.sc/nrqqcc
>>
>> Please help me to resolve this issue.
>>
>> --
>> *Thanks & Regards,*
>> *Tajuddin Bennur*
>>
>
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


 --
 *Thanks & Regards,*
 *Tajuddin Bennur*

>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>> --
>> *Thanks & Regards,*
>> *Tajuddin Bennur*
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
*Thanks & Regards,*
*Tajuddin Bennur*


Re: Recording function is not working properly in the openmeetings

2019-05-23 Thread Maxim Solodovnik
I would say
"Able to record but unable to find/watch" === "unable to record"

My question remain unanswered:
Have you tried to record/watch video in Audio/Video setup dialog?
Was it successful?

Are you running OM and Kurento as same user? (maybe you have permission
issue)

On Thu, 23 May 2019 at 16:14, Tajuddin Bennur  wrote:

> Hi Maxim
>
> I am able to record during the meeting but those recordings are not
> getting stored, also I am unable to play any file.
>
> Regards
>
> On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik 
> wrote:
>
>> Hello,
>>
>> Are you able to record/play during device setup?
>>
>> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur 
>> wrote:
>>
>>> Hi Team,
>>>
>>> I checked the path "/opt/open500/webapps/openmeetings/data/streams/",
>>> and there I am not able to see any recorded files.
>>>
>>> Maybe this information will help to solve the issue.
>>>
>>>
>>>
>>> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
>>> wrote:
>>>
 Hi All,

 When I was checking the logs after stopping recording I got following
 error,

 ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
 [taskExecutor-2] - [startConversion]
 org.apache.openmeetings.core.converter.ConversionException:
 screenMetaData is Null recordingId 14
 at
 org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
 at
 org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
 at
 java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 at
 java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 at java.base/java.lang.Thread.run(Thread.java:834)

 Please suggest me what I can do?

 Regards



 On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur 
 wrote:

> Hi Team,
>
> I have installed the openmeeting server on the AWS EC2 instance on
> Ubuntu 18.04 server.
>
> *The details of the packages I installed are:*
> openmeetings =  5.0.0-M1
> Kurento-media-server version = 6.10.0-0kurento1.18.04
> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
> ffmpeg version  = 4.1
>
> *My Issue is: *
> The recordings are not working. I am not able to play the recordings.
> https://prnt.sc/nrqqcc
>
> Please help me to resolve this issue.
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


 --
 *Thanks & Regards,*
 *Tajuddin Bennur*

>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Tajuddin Bennur*
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


-- 
WBR
Maxim aka solomax


Re: Recording function is not working properly in the openmeetings

2019-05-23 Thread Tajuddin Bennur
Hi Maxim

I am able to record during the meeting but those recordings are not getting
stored, also I am unable to play any file.

Regards

On Thu, May 23, 2019 at 8:22 AM Maxim Solodovnik 
wrote:

> Hello,
>
> Are you able to record/play during device setup?
>
> On Wed, 22 May 2019 at 21:29, Tajuddin Bennur  wrote:
>
>> Hi Team,
>>
>> I checked the path "/opt/open500/webapps/openmeetings/data/streams/", and
>> there I am not able to see any recorded files.
>>
>> Maybe this information will help to solve the issue.
>>
>>
>>
>> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
>> wrote:
>>
>>> Hi All,
>>>
>>> When I was checking the logs after stopping recording I got following
>>> error,
>>>
>>> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
>>> [taskExecutor-2] - [startConversion]
>>> org.apache.openmeetings.core.converter.ConversionException:
>>> screenMetaData is Null recordingId 14
>>> at
>>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>>> at
>>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>>> at
>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>> at
>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>> at java.base/java.lang.Thread.run(Thread.java:834)
>>>
>>> Please suggest me what I can do?
>>>
>>> Regards
>>>
>>>
>>>
>>> On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur 
>>> wrote:
>>>
 Hi Team,

 I have installed the openmeeting server on the AWS EC2 instance on
 Ubuntu 18.04 server.

 *The details of the packages I installed are:*
 openmeetings =  5.0.0-M1
 Kurento-media-server version = 6.10.0-0kurento1.18.04
 ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
 ffmpeg version  = 4.1

 *My Issue is: *
 The recordings are not working. I am not able to play the recordings.
 https://prnt.sc/nrqqcc

 Please help me to resolve this issue.

 --
 *Thanks & Regards,*
 *Tajuddin Bennur*

>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Tajuddin Bennur*
>>>
>>
>>
>> --
>> *Thanks & Regards,*
>> *Tajuddin Bennur*
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
*Thanks & Regards,*
*Tajuddin Bennur*


Re: Recording function is not working properly in the openmeetings

2019-05-22 Thread Maxim Solodovnik
Hello,

Are you able to record/play during device setup?

On Wed, 22 May 2019 at 21:29, Tajuddin Bennur  wrote:

> Hi Team,
>
> I checked the path "/opt/open500/webapps/openmeetings/data/streams/", and
> there I am not able to see any recorded files.
>
> Maybe this information will help to solve the issue.
>
>
>
> On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur 
> wrote:
>
>> Hi All,
>>
>> When I was checking the logs after stopping recording I got following
>> error,
>>
>> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111
>> [taskExecutor-2] - [startConversion]
>> org.apache.openmeetings.core.converter.ConversionException:
>> screenMetaData is Null recordingId 14
>> at
>> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
>> at
>> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>> at
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>> at java.base/java.lang.Thread.run(Thread.java:834)
>>
>> Please suggest me what I can do?
>>
>> Regards
>>
>>
>>
>> On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur 
>> wrote:
>>
>>> Hi Team,
>>>
>>> I have installed the openmeeting server on the AWS EC2 instance on
>>> Ubuntu 18.04 server.
>>>
>>> *The details of the packages I installed are:*
>>> openmeetings =  5.0.0-M1
>>> Kurento-media-server version = 6.10.0-0kurento1.18.04
>>> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
>>> ffmpeg version  = 4.1
>>>
>>> *My Issue is: *
>>> The recordings are not working. I am not able to play the recordings.
>>> https://prnt.sc/nrqqcc
>>>
>>> Please help me to resolve this issue.
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Tajuddin Bennur*
>>>
>>
>>
>> --
>> *Thanks & Regards,*
>> *Tajuddin Bennur*
>>
>
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


-- 
WBR
Maxim aka solomax


Re: Recording function is not working properly in the openmeetings

2019-05-22 Thread Tajuddin Bennur
Hi Team,

I checked the path "/opt/open500/webapps/openmeetings/data/streams/", and
there I am not able to see any recorded files.

Maybe this information will help to solve the issue.



On Wed, May 22, 2019 at 5:59 PM Tajuddin Bennur  wrote:

> Hi All,
>
> When I was checking the logs after stopping recording I got following
> error,
>
> ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111 [taskExecutor-2]
> - [startConversion]
> org.apache.openmeetings.core.converter.ConversionException: screenMetaData
> is Null recordingId 14
> at
> org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
> at
> org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.base/java.lang.Thread.run(Thread.java:834)
>
> Please suggest me what I can do?
>
> Regards
>
>
>
> On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur 
> wrote:
>
>> Hi Team,
>>
>> I have installed the openmeeting server on the AWS EC2 instance on Ubuntu
>> 18.04 server.
>>
>> *The details of the packages I installed are:*
>> openmeetings =  5.0.0-M1
>> Kurento-media-server version = 6.10.0-0kurento1.18.04
>> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
>> ffmpeg version  = 4.1
>>
>> *My Issue is: *
>> The recordings are not working. I am not able to play the recordings.
>> https://prnt.sc/nrqqcc
>>
>> Please help me to resolve this issue.
>>
>> --
>> *Thanks & Regards,*
>> *Tajuddin Bennur*
>>
>
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


-- 
*Thanks & Regards,*
*Tajuddin Bennur*


Re: Recording function is not working properly in the openmeetings

2019-05-22 Thread Tajuddin Bennur
Hi All,

When I was checking the logs after stopping recording I got following error,

ERROR 05-22 12:25:49.612 o.a.o.c.c.RecordingConverter:111 [taskExecutor-2]
- [startConversion]
org.apache.openmeetings.core.converter.ConversionException: screenMetaData
is Null recordingId 14
at
org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
at
org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:435)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)

Please suggest me what I can do?

Regards



On Wed, May 22, 2019 at 12:48 PM Tajuddin Bennur 
wrote:

> Hi Team,
>
> I have installed the openmeeting server on the AWS EC2 instance on Ubuntu
> 18.04 server.
>
> *The details of the packages I installed are:*
> openmeetings =  5.0.0-M1
> Kurento-media-server version = 6.10.0-0kurento1.18.04
> ghostscript = 9.26~dfsg+0-0ubuntu0.18.04
> ffmpeg version  = 4.1
>
> *My Issue is: *
> The recordings are not working. I am not able to play the recordings.
> https://prnt.sc/nrqqcc
>
> Please help me to resolve this issue.
>
> --
> *Thanks & Regards,*
> *Tajuddin Bennur*
>


-- 
*Thanks & Regards,*
*Tajuddin Bennur*