Auto Record sessions

2018-11-18 Thread Daniel Baker

Hi,


Is there a way  to auto record sessions  without  having to accept any 
notices.  We  want to  automate  that process  and make it a default  
for every session.




Thanks,


Dan


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



Re: A new link to live iso?

2018-11-18 Thread Maxim Solodovnik
Could you please create WIKI page with all links to ISO images?


On Fri, 16 Nov 2018 at 14:39, Alvaro  wrote:

> Yes, it is OK to Download page.
>
> Respect to the old live is in:
>
> https://openmeetings.apache.org/installation.html ==> Useful Links ==>
>
> http://meetingslive.sourceforge.net/ ==> Descargas ==> Descargar
>
> This live iso is OM 1.9.1 or 2.0 on Ubuntu 10.04. I burnt it yesterday.
>
> Thanks
>
> Alvaro
>
>
> ...
>
>
> El vie, 16-11-2018 a las 11:45 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> The only link to the iso is on Downloads page
> https://openmeetings.apache.org/downloads.html
> And it seems to be up to date
> I can add your links to downloads page as well
> Is it OK?
>
> Could you point me to "There is one to an old live." can't find it :(
>
>
> On Thu, 15 Nov 2018 at 22:18, Alvaro  wrote:
>
> Hello Maxim,
>
> Would be usefull add a link to the live iso in:
>
> http://openmeetings.apache.org/installation.html
> ...in
>
> Useful Links (section)
>
> There is one to an old live.
>
> What do you think?
>
> Alvaro
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax


Re: Auto Record sessions

2018-11-18 Thread Maxim Solodovnik
We did such customization in the past
But this only possible for rooms with type == `interview`
For other types of the room you need screen to be recorded, which is
impossible without screen-sharing app

This app can be run from command line BUT it requires some temporary user
token to be able to connect to room
So I believe this can't be fully automated

On Mon, 19 Nov 2018 at 09:55, Daniel Baker 
wrote:

> Hi,
>
>
> Is there a way  to auto record sessions  without  having to accept any
> notices.  We  want to  automate  that process  and make it a default
> for every session.
>
>
>
> Thanks,
>
>
> Dan
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>

-- 
WBR
Maxim aka solomax


Re: Chat sound notification

2018-11-18 Thread Maxim Solodovnik
Hello Aaron,

sorry for the late reply
This can be done, could you please create JIRA?

On Mon, 12 Nov 2018 at 18:14,  wrote:

> It seems currently that the chat sound notification (new message) is only
> played if the chat panel is minimized (undocked position).  Is there a way
> to get the chat notification to play all the time?  In our use chat is a
> large portion so the room setting is:  so it
> never goes into the undocked position.  But if the user has multiple
> windows open and OM is hidden they do not know any new messages have been
> posted until they look at OM again.
>
>
>
> I see there is a mute and enable sound button but that still only works
> when the chat panel is “undocked” (minimized), and not overall.  It would
> be helpful to get the button to be a general button on enable/disable sound
> no matter the position of the chat window (docked versus undocked).  Also
> the default setting would be sound enabled over disabled that way users do
> not have to show how to enable it as more find it useful then not.
>


-- 
WBR
Maxim aka solomax


Re: Auto Record sessions

2018-11-18 Thread Daniel Baker
The  screen sharing app you use  now  is   Java based ?   Can we  not 
call another api  to do this ?


On 11/19/2018 10:18 AM, Maxim Solodovnik wrote:

We did such customization in the past
But this only possible for rooms with type == `interview`
For other types of the room you need screen to be recorded, which is 
impossible without screen-sharing app


This app can be run from command line BUT it requires some temporary 
user token to be able to connect to room

So I believe this can't be fully automated

On Mon, 19 Nov 2018 at 09:55, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Hi,


Is there a way  to auto record sessions  without  having to accept
any
notices.  We  want to  automate  that process  and make it a default
for every session.



Thanks,


Dan


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



--
WBR
Maxim aka solomax


Re: Auto Record sessions

2018-11-18 Thread Daniel Baker

Maybe something like this :

https://github.com/w69b/castify-api-docs

On 11/19/2018 10:26 AM, Daniel Baker wrote:


The  screen sharing app you use  now  is   Java based ?   Can we  not 
call another api  to do this ?


On 11/19/2018 10:18 AM, Maxim Solodovnik wrote:

We did such customization in the past
But this only possible for rooms with type == `interview`
For other types of the room you need screen to be recorded, which is 
impossible without screen-sharing app


This app can be run from command line BUT it requires some temporary 
user token to be able to connect to room

So I believe this can't be fully automated

On Mon, 19 Nov 2018 at 09:55, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Hi,


Is there a way  to auto record sessions  without  having to
accept any
notices.  We  want to  automate  that process  and make it a default
for every session.



Thanks,


Dan


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



--
WBR
Maxim aka solomax


 
	Virus-free. www.avast.com 
 



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


Re: Auto Record sessions

2018-11-18 Thread Maxim Solodovnik
Hello Daniel,

Actually you can record on client using any application (UI or command line)

To record "on server" existing screen-sharing app should be "tweaked":
1) room id/base url and recording area  should be moved to some config
2) login should be done via screen-sharing app itself

it seems to be doable (will require changes in both OM and screen-sharing
app), but will be "semi-automatic"


in 5.0.0 screen-sharing is done by browser, so this solution will be 4.0.x
only (or should be implemented differently

On Mon, 19 Nov 2018 at 10:32, Daniel Baker 
wrote:

> Maybe something like this :
>
> https://github.com/w69b/castify-api-docs
> On 11/19/2018 10:26 AM, Daniel Baker wrote:
>
> The  screen sharing app you use  now  is   Java based ?   Can  we  not
> call another api  to do this ?
> On 11/19/2018 10:18 AM, Maxim Solodovnik wrote:
>
> We did such customization in the past
> But this only possible for rooms with type == `interview`
> For other types of the room you need screen to be recorded, which is
> impossible without screen-sharing app
>
> This app can be run from command line BUT it requires some temporary user
> token to be able to connect to room
> So I believe this can't be fully automated
>
> On Mon, 19 Nov 2018 at 09:55, Daniel Baker 
> wrote:
>
>> Hi,
>>
>>
>> Is there a way  to auto record sessions  without  having to accept any
>> notices.  We  want to  automate  that process  and make it a default
>> for every session.
>>
>>
>>
>> Thanks,
>>
>>
>> Dan
>>
>>
>> ---
>> This email has been checked for viruses by Avast antivirus software.
>> https://www.avast.com/antivirus
>>
>>
>
> --
> WBR
> Maxim aka solomax
>
>
>
> 
>  Virus-free.
> www.avast.com
> 
> <#m_-7640093395155871411_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
>

-- 
WBR
Maxim aka solomax


Re: Auto Record sessions

2018-11-18 Thread Daniel Baker

Ok  if  5  can do  it  I will wait for that.

Thanks,

Dan

On 11/19/2018 10:43 AM, Maxim Solodovnik wrote:

Hello Daniel,

Actually you can record on client using any application (UI or command 
line)


To record "on server" existing screen-sharing app should be "tweaked":
1) room id/base url and recording area  should be moved to some config
2) login should be done via screen-sharing app itself

it seems to be doable (will require changes in both OM and 
screen-sharing app), but will be "semi-automatic"



in 5.0.0 screen-sharing is done by browser, so this solution will be 
4.0.x only (or should be implemented differently


On Mon, 19 Nov 2018 at 10:32, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Maybe something like this :

https://github.com/w69b/castify-api-docs

On 11/19/2018 10:26 AM, Daniel Baker wrote:


The  screen sharing app you use  now  is   Java based ?   Can 
we  not call another api  to do this ?

On 11/19/2018 10:18 AM, Maxim Solodovnik wrote:

We did such customization in the past
But this only possible for rooms with type == `interview`
For other types of the room you need screen to be recorded,
which is impossible without screen-sharing app

This app can be run from command line BUT it requires some
temporary user token to be able to connect to room
So I believe this can't be fully automated

On Mon, 19 Nov 2018 at 09:55, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Hi,


Is there a way  to auto record sessions  without having to
accept any
notices.  We  want to  automate  that process  and make it a
default
for every session.



Thanks,


Dan


---
This email has been checked for viruses by Avast antivirus
software.
https://www.avast.com/antivirus



-- 
WBR

Maxim aka solomax




Virus-free. www.avast.com




<#m_-7640093395155871411_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>




--
WBR
Maxim aka solomax



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Re: Auto Record sessions

2018-11-18 Thread Maxim Solodovnik
To make things more clear: in 5.0.0 there will be no app for screen
sharing/recording (will be small JS dialog)
The app still will be required for remote mouse control (not sure yet how
this can be implemented)

But this will not make the process automatic
You will need to start sharing via browser (with security dialogs etc.)

On Mon, 19 Nov 2018 at 10:49, Daniel Baker 
wrote:

> Ok  if  5  can do  it  I will wait for that.
>
> Thanks,
>
> Dan
> On 11/19/2018 10:43 AM, Maxim Solodovnik wrote:
>
> Hello Daniel,
>
> Actually you can record on client using any application (UI or command
> line)
>
> To record "on server" existing screen-sharing app should be "tweaked":
> 1) room id/base url and recording area  should be moved to some config
> 2) login should be done via screen-sharing app itself
>
> it seems to be doable (will require changes in both OM and screen-sharing
> app), but will be "semi-automatic"
>
>
> in 5.0.0 screen-sharing is done by browser, so this solution will be 4.0.x
> only (or should be implemented differently
>
> On Mon, 19 Nov 2018 at 10:32, Daniel Baker 
> wrote:
>
>> Maybe something like this :
>>
>> https://github.com/w69b/castify-api-docs
>> On 11/19/2018 10:26 AM, Daniel Baker wrote:
>>
>> The  screen sharing app you use  now  is   Java based ?   Can  we  not
>> call another api  to do this ?
>> On 11/19/2018 10:18 AM, Maxim Solodovnik wrote:
>>
>> We did such customization in the past
>> But this only possible for rooms with type == `interview`
>> For other types of the room you need screen to be recorded, which is
>> impossible without screen-sharing app
>>
>> This app can be run from command line BUT it requires some temporary user
>> token to be able to connect to room
>> So I believe this can't be fully automated
>>
>> On Mon, 19 Nov 2018 at 09:55, Daniel Baker 
>> wrote:
>>
>>> Hi,
>>>
>>>
>>> Is there a way  to auto record sessions  without  having to accept any
>>> notices.  We  want to  automate  that process  and make it a default
>>> for every session.
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>> Dan
>>>
>>>
>>> ---
>>> This email has been checked for viruses by Avast antivirus software.
>>> https://www.avast.com/antivirus
>>>
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>> 
>>  Virus-free.
>> www.avast.com
>> 
>> <#m_5789659564681282316_m_-7640093395155871411_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax


Re: Auto Record sessions

2018-11-18 Thread Daniel Baker
Ok   maybe  on entering room  I can  make a '  enter room and start 
recording'     button.


On 11/19/2018 10:59 AM, Maxim Solodovnik wrote:
To make things more clear: in 5.0.0 there will be no app for screen 
sharing/recording (will be small JS dialog)
The app still will be required for remote mouse control (not sure yet 
how this can be implemented)


But this will not make the process automatic
You will need to start sharing via browser (with security dialogs etc.)

On Mon, 19 Nov 2018 at 10:49, Daniel Baker 
mailto:i...@collisiondetection.biz>> wrote:


Ok  if  5  can do  it  I will wait for that.

Thanks,

Dan

On 11/19/2018 10:43 AM, Maxim Solodovnik wrote:

Hello Daniel,

Actually you can record on client using any application (UI or
command line)

To record "on server" existing screen-sharing app should be
"tweaked":
1) room id/base url and recording area  should be moved to some
config
2) login should be done via screen-sharing app itself

it seems to be doable (will require changes in both OM and
screen-sharing app), but will be "semi-automatic"


in 5.0.0 screen-sharing is done by browser, so this solution will
be 4.0.x only (or should be implemented differently

On Mon, 19 Nov 2018 at 10:32, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Maybe something like this :

https://github.com/w69b/castify-api-docs

On 11/19/2018 10:26 AM, Daniel Baker wrote:


The  screen sharing app you use  now  is   Java based ?  
Can  we  not call another api  to do this ?

On 11/19/2018 10:18 AM, Maxim Solodovnik wrote:

We did such customization in the past
But this only possible for rooms with type == `interview`
For other types of the room you need screen to be recorded,
which is impossible without screen-sharing app

This app can be run from command line BUT it requires some
temporary user token to be able to connect to room
So I believe this can't be fully automated

On Mon, 19 Nov 2018 at 09:55, Daniel Baker
mailto:i...@collisiondetection.biz>> wrote:

Hi,


Is there a way  to auto record sessions without  having
to accept any
notices.  We  want to  automate  that process  and make
it a default
for every session.



Thanks,


Dan


---
This email has been checked for viruses by Avast
antivirus software.
https://www.avast.com/antivirus



-- 
WBR

Maxim aka solomax




Virus-free. www.avast.com





<#m_5789659564681282316_m_-7640093395155871411_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>




-- 
WBR

Maxim aka solomax




--
WBR
Maxim aka solomax



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Errors ( ffmpeg ) when viewing recordings

2018-11-18 Thread Daniel Baker
I get  these errors when trying to view  recordings: It looks like 
ffmpeg error ?






 Recording file is not found

Exit value  Conversion messages
2 	process: generateSampleAudio command: sox 
/opt/red5405/webapps/openmeetings/streams/hibernate/one_second.wav 
/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav 
pad 0 65.781 exception: null error: sox FAIL formats: can't open output 
file 
`/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav': 
No such file or directory exitValue: 2 optional: false out:
1 	process: generate MP4 command: ffmpeg -y -itsoffset 00:00:03.000 -i 
/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20.flv 
-i 
/opt/red5405/webapps/openmeetings/streams/6/rec_71_stream_c15e4dbf-c630-4f12-9296-4184239cbedc_2018_11_05_08_17_20_FINAL_WAVE.wav 
-c:v h264 -crf 24 -pix_fmt yuv420p -preset medium -profile:v baseline 
-level 3.0 -movflags faststart -c:a aac -ar 22050 -b:a 32k -s 464x128 
/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4 
exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the 
FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 
20160609 configuration: --prefix=/root/ffmpeg_build 
--pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include 
--extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl 
--enable-libass --enable-libfdk-aac --enable-libfreetype 
--enable-libmp3lame --enable-libopus --enable-libtheora 
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree 
libavutil 56. 14.100 / 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 
libavformat 58. 12.100 / 58. 12.100 libavdevice 58. 3.100 / 58. 3.100 
exitValue: 1 optional: false out:
1 	process: generate preview PNG :: 30159d3c-27ca-44ae-aaa6-2780fdf13e3a 
command: ffmpeg -y -i 
/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4 
-vf thumbnail,scale=640:-1 -frames:v 1 
/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.png 
exception: null error: ffmpeg version 4.0 Copyright (c) 2000-2018 the 
FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 
20160609 configuration: --prefix=/root/ffmpeg_build 
--pkg-config-flags=--static --extra-cflags=-I/root/ffmpeg_build/include 
--extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --enable-gpl 
--enable-libass --enable-libfdk-aac --enable-libfreetype 
--enable-libmp3lame --enable-libopus --enable-libtheora 
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree 
libavutil 56. 14.100 / 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 
libavformat 58. 12.100 / 58. 12.100 libavdevice 58. 3.100 / 58. 3.100 
libavfilter 7. 16.100 / 7. 16.100 libswscale 5. 1.100 / 5. 1.100 
libswresample 3. 1.100 / 3. 1.100 libpostproc 55. 1.100 / 55. 1.100 
/opt/red5405/webapps/openmeetings/streams/hibernate/30159d3c-27ca-44ae-aaa6-2780fdf13e3a.mp4: 
No such file or directory exitValue: 1 optional: false out:




Have  I misconfigured something  ?


Thanks,


Dan



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Re: A new link to live iso?

2018-11-18 Thread Alvaro
Then, what is about your idea to add the lastlive iso link to Download
page?

...

El lun, 19-11-2018 a las 10:04 +0700, Maxim Solodovnik escribió:
> Could you please create WIKI page with all links to ISO images?
> 
> On Fri, 16 Nov 2018 at 14:39, Alvaro  wrote:
> > Yes, it is OK to Download page.
> > Respect to the old live is in:
> > https://openmeetings.apache.org/installation.html  ==>  Useful
> > Links  ==>
> > http://meetingslive.sourceforge.net/  ==>  Descargas  ==>  Descarga
> > r
> > This live iso is OM 1.9.1 or 2.0 on Ubuntu 10.04. I burnt it
> > yesterday.
> > Thanks
> > Alvaro
> > 
> > ...
> > 
> > El vie, 16-11-2018 a las 11:45 +0700, Maxim Solodovnik escribió:
> > > Hello Alvaro,
> > > The only link to the iso is on Downloads page https://openmeeting
> > > s.apache.org/downloads.html
> > > And it seems to be up to date
> > > I can add your links to downloads page as well
> > > Is it OK?
> > > 
> > > Could you point me to "There is one to an old live." can't find
> > > it :(
> > > 
> > > 
> > > On Thu, 15 Nov 2018 at 22:18, Alvaro  wrote:
> > > > Hello Maxim,
> > > > 
> > > > Would be usefull add a link to the live iso in:
> > > > 
> > > > http://openmeetings.apache.org/installation.html
> > > > ...in
> > > > 
> > > > Useful Links (section)
> > > > 
> > > > There is one to an old live.
> > > > 
> > > > What do you think?
> > > > 
> > > > Alvaro
> > > > 
> > > > 
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax