Re: OM and Media server separated-recording issue

2021-10-01 Thread Alvaro
Congratulations! - On Fri, 1 Oct 2021 09:26:27 -0600 Jeffry Johnson wrote: > FYI, I had the entire DB dropped and reinstalled 7.0.0 snapshot fresh with > new DB and we are back to seeing everything working as expected. Now we are > pursuing updates from here. THank you all for the

Re: OM and Media server separated-recording issue

2021-09-23 Thread Maxim Solodovnik
Oracle DB works for me as expected (as well as for some other users) So DB shouldn't be a problem On Wed, 22 Sept 2021 at 04:07, Jeffry Johnson wrote: > I am working on a fresh install using mariadb instead of the Oracle sql db > we've been using. Just running into some issues with internet

Re: OM and Media server separated-recording issue

2021-09-21 Thread Jeffry Johnson
I am working on a fresh install using mariadb instead of the Oracle sql db we've been using. Just running into some issues with internet access for the servers in installing on. Waiting on our network team to open it up. I will let you know asap what my findings are On Tue, Sep 21, 2021, 10:16

Re: OM and Media server separated-recording issue

2021-09-21 Thread Alvaro
I just made a fresh installation of Centos 7 and installed OM 6.1.0 following the tutorial. Testing Chrome 93, and later Chromium 90 as user "A", and Chrome 87 and 93, Chromium 92, Safari 14.1.2 and Yandex 21.6 successively as user "B", al them show cams and makes recordings rightly. Firefox

Re: OM and Media server separated-recording issue

2021-09-20 Thread seba.wag...@gmail.com
Don't worry about the files itself. Its the folder that matters. As Maxim suggested, you need to dig a bit deeper: Can you check the table recording_chunk in your OpenMeetings database that it contains an entry with stream of type="SCREEN" for recording_id=568 ? What's that entry looking like?

Re: OM and Media server separated-recording issue

2021-09-20 Thread Jeffry Johnson
So I looked at all the screen files and they all have good recordings of video. I have tried all weekend to set the acl to have x perms and they show on the getfacl for the directories, but every time a new webm files is created it lacks x on ALL levels. On Sun, Sep 19, 2021, 10:18 Maxim

Re: OM and Media server separated-recording issue

2021-09-19 Thread Maxim Solodovnik
The error "screenMetaData is Null recordingId 568" usually mean there's no stream for screen sharing available (streams from cameras, microphones might be OK) You need to check what is recorded (A bit detective work) from mobile (sorry for typos ;) On Sun, Sep 19, 2021, 22:28 Alvaro wrote:

Re: OM and Media server separated-recording issue

2021-09-19 Thread Alvaro
...try Sebastian indications... --- On Sat, 18 Sep 2021 12:49:51 -0600 Jeffry Johnson wrote: > I have upgraded to running on tomcat34. Issue remains identical. > > Unfortunately, the version of chrome and ff on my machine are set by the > organization and we are on front motion ff 67

Re: OM and Media server separated-recording issue

2021-09-18 Thread Jeffry Johnson
I have upgraded to running on tomcat34. Issue remains identical. Unfortunately, the version of chrome and ff on my machine are set by the organization and we are on front motion ff 67 and version 92 of chrome. I can't change then. I am attempting to set the facl on the data dir to have x perms

Re: OM and Media server separated-recording issue

2021-09-18 Thread Alvaro
...or Chrome-Chromium 87 On Sat, 18 Sep 2021 10:29:12 +0200 Alvaro wrote: > ...if you are working on CentOS 7 please try > recording with Firefox 78... > > > > > > > On Sat, 18 Sep 2021 08:43:31 +0200 > Alvaro wrote: > > > Hi Sebastian, Jeffry do you install

Re: OM and Media server separated-recording issue

2021-09-18 Thread Alvaro
...if you are working on CentOS 7 please try recording with Firefox 78... On Sat, 18 Sep 2021 08:43:31 +0200 Alvaro wrote: > Hi Sebastian, Jeffry do you install kurento media server indicating > the path to qcom_data? > Please take a look in the last tutorials for OM 6.1.0 >

Re: OM and Media server separated-recording issue

2021-09-18 Thread Alvaro
Hi Sebastian, Jeffry do you install kurento media server indicating the path to qcom_data? Please take a look in the last tutorials for OM 6.1.0 that use the script "tomcat34" not "tomcat3" to run OM. Thanks Alvaro --- On Fri, 17 Sep 2021 17:30:54 -0600 Jeffry Johnson wrote: > ok,

Re: OM and Media server separated-recording issue

2021-09-17 Thread seba.wag...@gmail.com
>From memory I think you still need to chmod +x on the shared drive though to make it writable. Thanks Seb Sebastian Wagner Director Arrakeen Solutions, OM-Hosting.com http://arrakeen-solutions.co.nz/ https://om-hosting.com - Cloud & Server Hosting for HTML5 Video-Conferencing OpenMeetings

Re: OM and Media server separated-recording issue

2021-09-17 Thread Jeffry Johnson
I will send the db info tomorrow but I can say that I have tomcat running as root because I wrote a service and enabled it in systemd to automatically run when the server is rebooted. On Fri, Sep 17, 2021, 18:51 seba.wag...@gmail.com wrote: > The shared drive needs to be made writable by the

Re: OM and Media server separated-recording issue

2021-09-17 Thread seba.wag...@gmail.com
The shared drive needs to be made writable by the openmeetings user running the OpenMeetings Tomcat service yes. Can you check the table recording_chunk in your OpenMeetings database that it contains an entry with stream of type="SCREEN" for recording_id=568 ? Whats that entry looking like?

Re: OM and Media server separated-recording issue

2021-09-17 Thread Jeffry Johnson
ok, now i"m getting more confident here. I've redirected the Data Dir to /qcom_data/ on the root directory. THis is the NFS share that our server team set up for me. I accomplished the redirect by inserting the following line into the tomcat3 file: export JAVA_OPTS="-Djava.awt.headless=true

Re: OM and Media server separated-recording issue

2021-09-17 Thread seba.wag...@gmail.com
Sry that won't be all of the stack trace. There must be some exception / error before that. There is also a way to look at the error in the UI I think. I think there is an icon to see the commands it tried to execute and any errors with it. Maybe have a look at that to read all commands until you

Re: OM and Media server separated-recording issue

2021-09-17 Thread Jeffry Johnson
ERROR 09-17 17:40:56.229 o.a.o.c.c.RecordingConverter:100 [taskExecutor-1] - [startConversion] org.apache.openmeetings.core.converter.ConversionException: screenMetaData is Null recordingId 567 at

Re: OM and Media server separated-recording issue

2021-09-17 Thread seba.wag...@gmail.com
Can you post the actual stack trace? What's the file path, have you verified this file really exists or not? Thanks Seb Sebastian Wagner Director Arrakeen Solutions, OM-Hosting.com http://arrakeen-solutions.co.nz/ https://om-hosting.com - Cloud & Server Hosting for HTML5 Video-Conferencing

Re: OM and Media server separated-recording issue

2021-09-17 Thread Jeffry Johnson
Error in the application is file not found. In the logs the error is that the metadata is null. On Fri, Sep 17, 2021, 16:14 seba.wag...@gmail.com wrote: > Sry I think you just need to fix your shared drive. I have been mounting > NFS drives before and I have not seen any such issues. > > What

Re: OM and Media server separated-recording issue

2021-09-17 Thread seba.wag...@gmail.com
Sry I think you just need to fix your shared drive. I have been mounting NFS drives before and I have not seen any such issues. What is your error? File not found? Have you checked the path in the exception stack trace message and if that resolves to an actual file or not? Thanks Sebastian

OM and Media server separated-recording issue

2021-09-17 Thread Jeffry Johnson
We discovered we had an issue with recordings and I believe it's because we separated our media server and om server for stability. I had an nfs mounted share created and now we are seeing the webm files. The issue now is, I believe, that the prices to convert the recording is being kicked off

Re: Recording Issue

2017-09-06 Thread Maxim Solodovnik
insig...@coscend.com> > *To: *"user" <user@openmeetings.apache.org> > *Sent: *Wednesday, September 6, 2017 1:09:55 PM > *Subject: *RE: Recording Issue > > Dear Alekhya, > > > > Further, if we were running Java 1.8_144 in IPv6 Windows environment, we &

Re: Recording Issue

2017-09-06 Thread Alekhya M
hare/ folder. Regards, Alekhya From: "Coscend@OM" <om.insig...@coscend.com> To: "user" <user@openmeetings.apache.org> Sent: Wednesday, September 6, 2017 1:09:55 PM Subject: RE: Recording Issue Dear Alekhya, Further, if we were running Java 1.8_144 i

RE: Recording Issue

2017-09-06 Thread Coscend@OM
nesday, September 6, 2017 2:35 AM To: user@openmeetings.apache.org; 'solomax666' <solomax...@gmail.com> Subject: RE: Recording Issue Dear Alekhya, If we were facing this issue, we would 1. temporarily turn off Windows Firewall and anti-virus firewall (Ditto for Linux iptables o

Re: Recording Issue

2017-09-06 Thread Maxim Solodovnik
ledgesoft.com> > *Cc: *"user" <user@openmeetings.apache.org>, "OM Insights" < > om.insig...@coscend.com> > *Sent: *Wednesday, September 6, 2017 12:25:30 PM > *Subject: *Re: Recording Issue > > This file IS present in OM binary package > Can

Re: Recording Issue

2017-09-06 Thread Alekhya M
, "OM Insights" <om.insig...@coscend.com> Sent: Wednesday, September 6, 2017 12:25:30 PM Subject: Re: Recording Issue This file IS present in OM binary package Can you check if it exists in your installation? On Wed, Sep 6, 2017 at 1:52 PM, Alekhya M < m.alek...@globaledges

Re: Recording Issue

2017-09-06 Thread Maxim Solodovnik
--- > *From: *"solomax666" <solomax...@gmail.com> > *To: *"Alekhya M" <m.alek...@globaledgesoft.com> > *Cc: *"user" <user@openmeetings.apache.org>, "OM Insights" < > om.insig...@coscend.com> > *Sent: *Wednesday, Se

Re: Recording Issue

2017-09-06 Thread Alekhya M
lekhya From: "solomax666" <solomax...@gmail.com> To: "Alekhya M" <m.alek...@globaledgesoft.com> Cc: "user" <user@openmeetings.apache.org>, "OM Insights" <om.insig...@coscend.com> Sent: Wednesday, September 6, 2017 11:46:48 AM S

Re: Recording Issue

2017-09-06 Thread Maxim Solodovnik
apache.org>, "solomax666" < > solomax...@gmail.com> > *Sent: *Wednesday, September 6, 2017 11:25:00 AM > *Subject: *RE: Recording Issue > > Dear Alekhya, > > > > Assuming you are using Windows on your client / user computer, two things > could help you > &

Re: Recording Issue

2017-09-06 Thread Alekhya M
e.org>, "solomax666" <solomax...@gmail.com> Sent: Wednesday, September 6, 2017 11:25:00 AM Subject: RE: Recording Issue Dear Alekhya, Assuming you are using Windows on your client / user computer, two things could help you Check whether you have listed in Control Panel

RE: Recording Issue

2017-09-05 Thread Coscend@OM
[mailto:m.alek...@globaledgesoft.com] Sent: Wednesday, September 6, 2017 12:40 AM To: solomax666 <solomax...@gmail.com> Cc: user <user@openmeetings.apache.org> Subject: Re: Recording Issue I have already installed with version 1.8.0_144 but also problem in opening the jnlp

Re: Recording Issue

2017-09-05 Thread Maxim Solodovnik
gt; Thanks, > Alekhya > > -- > *From: *"solomax666" <solomax...@gmail.com> > *To: *"Alekhya M" <m.alek...@globaledgesoft.com> > *Cc: *"user" <user@openmeetings.apache.org> > *Sent: *Wednesday, September 6, 2017 1

Re: Recording Issue

2017-09-05 Thread Alekhya M
Sent: Wednesday, September 6, 2017 10:45:54 AM Subject: Re: Recording Issue To run *.jnlp file you need to install JRE on client machine On Wed, Sep 6, 2017 at 12:10 PM, Alekhya M < m.alek...@globaledgesoft.com > wrote: Hi Maxim, I am using 3.3.0 version Openmeeting but when

Re: Recording Issue

2017-09-05 Thread Maxim Solodovnik
To run *.jnlp file you need to install JRE on client machine On Wed, Sep 6, 2017 at 12:10 PM, Alekhya M wrote: > Hi Maxim, > > I am using 3.3.0 version Openmeeting but when I try to start recording the > jnlp file is downloading and I'm not able to open that file

Recording Issue

2017-09-05 Thread Alekhya M
Hi Maxim, I am using 3.3.0 version Openmeeting but when I try to start recording the jnlp file is downloading and I'm not able to open that file also, Can you please let me know if I miss anything to start recording? Thanks in Advance, Alekhya Disclaimer:- The information contained in

Re: Open meetings Recording issue -regards

2016-11-01 Thread Maxim Solodovnik
gt;>>>>>> 17.10.2016 14:40, Tech Developer пишет: >>>>>>> >>>>>>> Thank you for your information. could you check My Recordings page >>>>>>> here http://www.tutorreal.com:5080/openmeetings/signin/ >>>>>&g

Re: Open meetings Recording issue -regards

2016-10-26 Thread Tech Developer
;>> >>>>>>is it because of server problem? also is it 4GB RAM server ok? >>>>>> >>>>>> On Mon, Oct 17, 2016 at 11:34 AM, Coscend@OM <om.insig...@coscend.com >>>>>> > wrote: >>>>>> >>>>>>> H

Re: Open meetings Recording issue -regards

2016-10-26 Thread Maxim Solodovnik
;>>>>> >>>>>> >>>>>> Based on our experience, the following three minimum infrastructure >>>>>> could give you a seamless experience with OpenMeetings: >>>>>> >>>>>> Server side: 16+ GB RAM, 3rd Gen+

Re: Open meetings Recording issue -regards

2016-10-26 Thread Peter Barton
ess experience with OpenMeetings: >>>>> >>>>> Server side: 16+ GB RAM, 3rd Gen+ Intel server processor >>>>> >>>>> Client side: 8GB RAM, 3rd Gen+ Intel desktop processor >>>>> >>>>> Internet: 5-10 Mbps (Upload

Re: Open meetings Recording issue -regards

2016-10-17 Thread Maxim Solodovnik
d download) >>>> >>>> >>>> >>>> Thank you. >>>> >>>> >>>> >>>> Sincerely, >>>> >>>> >>>> >>>> Hemant K. Sabat >>>> >>>> >>&g

Re: Open meetings Recording issue -regards

2016-10-17 Thread Tech Developer
ions Solutions >>> >>> Web site: www.Coscend.com <http://www.coscend.com/> >>> >>> -- >>> >>> *Real-time, Interactive Video Collaboration and Communications Services, >&

Re: Open meetings Recording issue -regards

2016-10-17 Thread Maxim Solodovnik
- >> >> *Real-time, Interactive Video Collaboration and Communications Services, >> on the fly…* >> >> -- >> >> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail >&g

Re: Open meetings Recording issue -regards

2016-10-17 Thread Vasiliy Degtyarev
ilto:user@openmeetings.apache.org> *Subject:* Open meetings Recording issue -regards Hi, I installed openmetings in centos server, I fixed ffmpeg issue. i able to get *.ogg,*.flv,*.avi,*.flv.mp4 files but in my recodings page empty player with no video displayed. Our

Re: Open meetings Recording issue -regards

2016-10-17 Thread Tech Developer
ee 'Confidentiality Notice Regarding E-mail > Messages from Coscend Communications Solutions' posted at: > http://www.Coscend.com/Terms_and_Conditions.html > <http://www.coscend.com/Terms_and_Conditions.html> > > > > *From:* Tech Developer [mailto:simatechdevelo...@gmail.com] > *Sent:

RE: Open meetings Recording issue -regards

2016-10-17 Thread Coscend@OM
develo...@gmail.com] Sent: Monday, October 17, 2016 12:48 AM To: user@openmeetings.apache.org Subject: Open meetings Recording issue -regards Hi, I installed openmetings in centos server, I fixed ffmpeg issue. i able to get *.ogg,*.flv,*.avi,*.flv.mp4 files but in my recodings page

Re: Open meetings Recording issue -regards

2016-10-17 Thread Maxim Solodovnik
Additionally it should show details: what was wrong WBR, Maxim (from mobile, sorry for the typos) On Oct 17, 2016 12:47, "Tech Developer" wrote: > Hi, >I installed openmetings in centos server, I fixed ffmpeg issue. i > able to get

Open meetings Recording issue -regards

2016-10-16 Thread Tech Developer
Hi, I installed openmetings in centos server, I fixed ffmpeg issue. i able to get *.ogg,*.flv,*.avi,*.flv.mp4 files but in my recodings page empty player with no video displayed. Our server RAM is 1 GB. when i click on warning symbol it shows "There have been errors while processing

Re: Recording issue -regards

2016-09-19 Thread Maxim Solodovnik
You don't have valid ffmpeg installed please check the tutorial or ask for commercial support On Mon, Sep 19, 2016 at 1:00 PM, Tech Developer wrote: > Hi, > I am in need to correct the recorded video not playing back issue, i > tried many solution > but still i

Re: Recording issue -regards

2016-09-15 Thread Alvaro
...follow the step tutorial, not only ffmpeg script. .. On jue, 2016-09-15 at 16:44 +0530, Tech Developer wrote: > yes it may be due to incompatible ffmpeg i download ffmpeg script file > from here wget >

Re: Recording issue -regards

2016-09-15 Thread Tech Developer
yes it may be due to incompatible ffmpeg i download ffmpeg script file from here wget https://cwiki.apache.org/confluence/download/attachments/27838216/ffmpeg-ubuntu- debian.sh and run this script what i need to do to install perfect ffmpeg? On Wed, Sep 14, 2016 at 10:24 PM, Maxim Solodovnik

Re: Recording issue -regards

2016-09-14 Thread Maxim Solodovnik
it seems you have incompatible ffmgeg installed please check openmeetings.log and search for _conversion_ logs in case of recording you also can check conversion error for a particular recording using Om GUI (click small exclamation mark) On Wed, Sep 14, 2016 at 8:01 PM, Tech Developer

Recording issue -regards

2016-09-14 Thread Tech Developer
Hi, I installed open meetings 3.1.2 in ubuntu 64 bit Os in localhost. I able to record in webinar room but recorded video not able to play in my recordings page, recorded video shown with yellow colour warning symbol. i attached here log message, open meetings.log --

Re: Recording Issue - OpenMeetings

2016-07-17 Thread Tech Developer
Hi sir, I downloaded recorded video from /opt/red5311/webapps/openmeetings/streams/ I attached log file here, check sir. Also .pptx file not uploaded to white board. What tool i need to re install to correct conversion process and clear voice recording. On Mon, Jul 18, 2016 at

Re: Recording Issue - OpenMeetings

2016-07-17 Thread Maxim Solodovnik
>> but am not able to preview/play the recorded audio / video in the My Recordings page you need to check your logs, most probably conversion wasn't successful >> the voice is not clear in the recorded video not sure what do you mean here, how you can hear "not clear" voice and "not able to

Re: Recording Issue - OpenMeetings

2016-07-17 Thread Tech Developer
Hi sir, Thank you for your reply. I have another doubt, In Public interview room recording is happening but am not able to preview/play the recorded audio / video in the My Recordings page. And also the voice is not clear in the recorded video. Can you please help me on this ?? On Mon,

Re: Recording Issue - OpenMeetings

2016-07-17 Thread Maxim Solodovnik
This is not an issue, to be able to use recordings you need to have Java installed on client machine. then you can run downloaded *.jnlp file and will be able to start recording On Thu, Jul 14, 2016 at 1:37 PM, Tech Developer wrote: > Hi sir, > I have

Recording Issue - OpenMeetings

2016-07-14 Thread Tech Developer
Hi sir, I have installed Open meetings 3.1.1 version.In Interview room only recording process is happening. In other Rooms(Conference,webinar rooms), if I click on the option "Record", a file named public.jnlp is getting downloaded but the recording process is not happening, the file

Re: Regarding Recording issue in apache openmeetings

2014-09-03 Thread Maxim Solodovnik
You need to subscribe the list first. since 3.0.2 there is FPS chooser on screen-sharer applet Additionally I would recommend you to check 3.0.3 version (currently being voted: https://dist.apache.org/repos/dist/dev/openmeetings/3.0.3/rc2/) On 3 September 2014 20:19, Abhishek Yadav

Regarding Recording issue in apache openmeetings

2014-09-03 Thread Abhishek Yadav
Hello Sebastian Team, Great work by your team in Openmeetings Project. Really appreciable :) I Just Integrated openmeetings in one of my project, All things are working fine but i am facing *issue with Recording...* *When we click on start recording button it works perfectly but when we click

Re: Regarding Recording issue in apache openmeetings

2014-09-03 Thread Maxim Solodovnik
were you able to try 3.0.3? is the situation better if FPS decreased? On 3 September 2014 16:20, Abhishek Yadav abhishek.ya...@hiddenbrains.in wrote: Hello Sebastian Team, Great work by your team in Openmeetings Project. Really appreciable :) I Just Integrated openmeetings in one of my

Re: Regarding Recording issue in apache openmeetings

2014-09-03 Thread Abhishek Yadav
Hello Maxim, i will try 3.0.3 later because i already integrated all code in my project. I need to follow upgradation procedure for that. if FPS decreased , it is better for small recording but if the recording is of 1 hour or more then it is creating problem, Taking too much time to stop

Re: Regarding Recording issue in apache openmeetings

2014-09-03 Thread Maxim Solodovnik
...@hiddenbrains.in wrote: Hello Max, Please check the log for that recording issue... if you found anything relevant , Please let me know and Please tell me what might be the possible reasons for this issue and how i overcome from this problem. Regards, Abhishek Yadav On Wed, Sep 3, 2014