You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Daniel Baker <in...@collisiondetection.biz> on 2018/11/04 03:51:39 UTC

Re: Saving Recordings to Amazon S3

So in order for  this  recording to show  up  we  must  record a session ?



On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
> Assuming you have OM installed into /opt/red5
> All RAW streams will be stored 
> in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>
> On Fri, 5 Oct 2018 at 14:15, Daniel Baker <info@collisiondetection.biz 
> <ma...@collisiondetection.biz>> wrote:
>
>     Ok  so how can  I grab  the videos  from  OM    without touching
>     RED5.  What  directory  are they  stored in ?
>
>
>     On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>     OM records webcam output (this the source for transformation)
>>     It is just not available via API/UI
>>
>>     Not sure how you could "make   RED5   do that" ...
>>
>>     On Fri, 5 Oct 2018 at 10:35, Daniel Baker
>>     <info@collisiondetection.biz
>>     <ma...@collisiondetection.biz>> wrote:
>>
>>         I actually just need   the  webcam output  to  S3   so  I
>>         guess  if  OM can not record  just  the webcams  I can 
>>         make   RED5   do that.
>>
>>         n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>>>         Hello Daniel,
>>>
>>>         not sure what interaction do you mean :(
>>>         AFAIK Red5 has no special functions to work with S3
>>>
>>>         OM < 5 gets the stream from Red5, and stores it to file ...
>>>
>>>         On Fri, 5 Oct 2018 at 09:23, Daniel Baker
>>>         <info@collisiondetection.biz
>>>         <ma...@collisiondetection.biz>> wrote:
>>>
>>>             Hi,
>>>
>>>             I guess it would also  be possible  by interacting with 
>>>             the RED5  server  which OM uses ?
>>>
>>>
>>>             Thanks,
>>>
>>>
>>>             Dan
>>>
>>>
>>>             On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>>>>             Hello Daniel,
>>>>
>>>>             I guess you can use this method:
>>>>             https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>>>             Maybe compilation is not required anymore (need to be
>>>>             checked)
>>>>
>>>>             On Mon, 1 Oct 2018 at 15:14, Daniel Baker
>>>>             <info@collisiondetection.biz
>>>>             <ma...@collisiondetection.biz>> wrote:
>>>>
>>>>
>>>>                 Hi,
>>>>
>>>>                 What  would be the best  approach  to save 
>>>>                 recordings   to an Amazon
>>>>
>>>>                 S3  bucket.   Are there  any special requirements 
>>>>                 from OpenMeetings  ?
>>>>
>>>>
>>>>
>>>>                 Thanks,
>>>>
>>>>                 Dan
>>>>
>>>>
>>>>                 ---
>>>>                 This email has been checked for viruses by Avast
>>>>                 antivirus software.
>>>>                 https://www.avast.com/antivirus
>>>>
>>>>
>>>>
>>>>             -- 
>>>>             WBR
>>>>             Maxim aka solomax
>>>
>>>
>>>             <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>>             	Virus-free. www.avast.com
>>>             <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>>
>>>
>>>             <#m_-5347496084285933263_m_-6047281768398428902_m_-4609028286883570553_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>
>>>
>>>
>>>         -- 
>>>         WBR
>>>         Maxim aka solomax
>>
>>
>>
>>     -- 
>>     WBR
>>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: Status of recordings in om_file table

Posted by Maxim Solodovnik <so...@gmail.com>.
Here is the list of all possible statuses for 4.0.x:
https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-db/src/main/java/org/apache/openmeetings/db/entity/record/Recording.java#L99

On Mon, 10 Dec 2018 at 12:24, Daniel Baker <in...@collisiondetection.biz>
wrote:

> I can  see  a processed  state in the table  and  checking the  source
> code   I  think I can see a processing and error state.
>
>
> Are  these all the states  for the  conversion of recorded video:
>
>
> Processed
>
> Error
>
> Processing
>
>
>

-- 
WBR
Maxim aka solomax

Status of recordings in om_file table

Posted by Daniel Baker <in...@collisiondetection.biz>.
I can  see  a processed  state in the table  and  checking the source 
code   I  think I can see a processing and error state.


Are  these all the states  for the  conversion of recorded video:


Processed

Error

Processing



Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
Wow quite a set of options ffmeg provides:


DEBUG 11-27 04:30:15.146 o.a.o.c.c.BaseConverter:270 [taskExecutor-1] - 
###################################################
DEBUG 11-27 04:30:15.157 o.a.o.u.p.ProcessHelper:86 [taskExecutor-1] - 
START generateSampleAudio #################
DEBUG 11-27 04:30:15.158 o.a.o.u.p.ProcessHelper:87 [taskExecutor-1] - 
sox /opt/red5406/webapps/openmeetings/streams/hibernate/
one_second.wav 
/opt/red5406/webapps/openmeetings/streams/7/rec_1_stream_c3ada148-e910-4dd2-8966-baf87ec30037_2018_11_27_04_30_0
7_FINAL_WAVE.wav pad 0 7.33
DEBUG 11-27 04:30:15.224 o.a.o.u.p.ProcessHelper:93 [taskExecutor-1] - 
END generateSampleAudio #################
DEBUG 11-27 04:30:15.225 o.a.o.d.d.r.RecordingMetaDataDao:108 
[taskExecutor-1] - [update]:
DEBUG 11-27 04:30:15.232 o.a.o.c.c.RecordingConverter:105 
[taskExecutor-1] - flvWidth -1- 960
DEBUG 11-27 04:30:15.232 o.a.o.c.c.RecordingConverter:106 
[taskExecutor-1] - flvHeight -1- 192
DEBUG 11-27 04:30:15.232 o.a.o.c.c.RecordingConverter:111 
[taskExecutor-1] - flvWidth -2- 960
DEBUG 11-27 04:30:15.232 o.a.o.c.c.RecordingConverter:112 
[taskExecutor-1] - flvHeight -2- 192
DEBUG 11-27 04:30:15.251 o.a.o.u.p.ProcessHelper:86 [taskExecutor-1] - 
START generate MP4 #################
DEBUG 11-27 04:30:15.251 o.a.o.u.p.ProcessHelper:87 [taskExecutor-1] - 
ffmpeg -y -itsoffset 00:00:03.621 -i /opt/red5406/webapp
s/openmeetings/streams/7/rec_1_stream_c3ada148-e910-4dd2-8966-baf87ec30037_2018_11_27_04_30_07.flv 
-i /opt/red5406/webapps/open
meetings/streams/7/rec_1_stream_c3ada148-e910-4dd2-8966-baf87ec30037_2018_11_27_04_30_07_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 960x192 /opt/red54
06/webapps/openmeetings/streams/hibernate/66498c18-2979-4d75-b5bc-a1112dd8bb90.mp4
DEBUG 11-27 04:30:15.813 o.a.o.u.p.ProcessHelper:93 [taskExecutor-1] - 
END generate MP4 #################
DEBUG 11-27 04:30:15.815 o.a.o.u.p.ProcessHelper:86 [taskExecutor-1] - 
START generate preview PNG :: 66498c18-2979-4d75-b5bc-a1
112dd8bb90 #################
DEBUG 11-27 04:30:15.816 o.a.o.u.p.ProcessHelper:87 [taskExecutor-1] - 
ffmpeg -y -i /opt/red5406/webapps/openmeetings/streams/h
ibernate/66498c18-2979-4d75-b5bc-a1112dd8bb90.mp4 -vf 
thumbnail,scale=640:-1 -frames:v 1 /opt/red5406/webapps/openmeetings/stre
ams/hibernate/66498c18-2979-4d75-b5bc-a1112dd8bb90.png
DEBUG 11-27 04:30:16.077 o.a.o.u.p.ProcessHelper:93 [taskExecutor-1] - 
END generate preview PNG :: 66498c18-2979-4d75-b5bc-a111
2dd8bb90 #################


On 12/7/2018 2:52 PM, Maxim Solodovnik wrote:
> Hello Daniel,
>
> sorry for the late reply
> conversion process consist of several invocations of ffmpeg and/or sox
> You can find them all in the logs
>
> On Wed, 5 Dec 2018 at 11:10, Daniel Baker <info@collisiondetection.biz 
> <ma...@collisiondetection.biz>> wrote:
>
>     I see the streams  are  saved in .flv.
>
>     What ffmpeg   command  are you using to do the conversion to mp4 ?
>
>
>     Thanks,
>
>
>     Dan
>
>     On 11/5/2018 4:16 PM, Maxim Solodovnik wrote:
>>     Hello Daniel, All
>>
>>     Om saves camera streams regardless of sharing area
>>
>>     You have 2 options:
>>
>>     1. Interview room
>>     No screen sharing app is required
>>     Only camera streams are being saved (and later combined into
>>     single recording file)
>>     Recording button is on white board
>>
>>     2 all other room types:
>>     Recording can be started in screen-sharing app only
>>     All streams from all cameras/microphones will be saved (and later
>>     combined into one recording file)
>>     Recording button is on screen-sharing app
>>
>>     Not sure it was clear enough :(
>>
>>     You don't need to move streams to S3, you can directly save it to
>>     S3 (via mount using correct file system)
>>     And I would not recommend to play with stream status in db
>>     (re-convertion might be broken after this)
>>
>>
>>
>>
>>     WBR, Maxim
>>     (from mobile, sorry for the typos)
>>
>>     On Mon, Nov 5, 2018, 14:51 Daniel Baker
>>     <info@collisiondetection.biz <ma...@collisiondetection.biz>
>>     wrote:
>>
>>         I see,  so   it looks  like  I would  need  the webcam 
>>         footage  to stay   in one position  then use the coordinates
>>         to  record  just that position.
>>
>>
>>
>>
>>         On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>>
>>>         There are two separate buttons:
>>>
>>>         Start Sharing- To share your screen to others (No details is
>>>         saving in file here)
>>>
>>>         Start Recording- Record your desktop and saved to a file on
>>>         red5 server, no matter what view is available on desktop
>>>         weather OM browser or anything else.
>>>
>>>         Thanks,
>>>
>>>         Amit
>>>
>>>         *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>>>         *Sent:* Monday, November 5, 2018 1:10 PM
>>>         *To:* user@openmeetings.apache.org
>>>         <ma...@openmeetings.apache.org>
>>>         *Subject:* Re: Saving Recordings to Amazon S3
>>>
>>>         Isn't  this for  screen  sharing ?  I'm trying to get  the 
>>>         webcam  streaming  saved.
>>>
>>>         On 11/5/2018 2:35 PM, Aaron H wrote:
>>>
>>>             *From:*Daniel Baker <in...@collisiondetection.biz>
>>>             <ma...@collisiondetection.biz>
>>>             *Sent:* Sunday, November 4, 2018 7:05 PM
>>>             *To:* user@openmeetings.apache.org
>>>             <ma...@openmeetings.apache.org>
>>>             *Subject:* Re: Saving Recordings to Amazon S3
>>>
>>>             Yes  it seems obvious  but I was wondering if it auto
>>>             saved .
>>>
>>>             Where   is the record  button?   I've  had a  look 
>>>             around  and I can't  see it.
>>>
>>>             Thanks,
>>>
>>>             Dan
>>>
>>>             On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>>
>>>                 Hello Daniel,
>>>
>>>                 not sure I understand your question
>>>
>>>                 You need to record something to get recording files
>>>
>>>                 On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>>>                 <info@collisiondetection.biz
>>>                 <ma...@collisiondetection.biz>> wrote:
>>>
>>>                     So in order for  this  recording to show  up 
>>>                     we  must  record a session ?
>>>
>>>                     On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>>
>>>                         Assuming you have OM installed into /opt/red5
>>>
>>>                         All RAW streams will be stored
>>>                         in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>>
>>>                         On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>>>                         <info@collisiondetection.biz
>>>                         <ma...@collisiondetection.biz>> wrote:
>>>
>>>                             Ok  so how can  I grab  the videos 
>>>                             from  OM    without touching RED5.  What
>>>                             directory  are they  stored in ?
>>>
>>>                             On 10/5/2018 11:00 AM, Maxim Solodovnik
>>>                             wrote:
>>>
>>>                                 OM records webcam output (this the
>>>                                 source for transformation)
>>>
>>>                                 It is just not available via API/UI
>>>
>>>                                 Not sure how you could "make  
>>>                                 RED5   do that" ...
>>>
>>>                                 On Fri, 5 Oct 2018 at 10:35, Daniel
>>>                                 Baker <info@collisiondetection.biz
>>>                                 <ma...@collisiondetection.biz>>
>>>                                 wrote:
>>>
>>>                                     I actually  just need   the 
>>>                                     webcam output  to  S3   so I
>>>                                     guess  if  OM can not record 
>>>                                     just the webcams  I can make  
>>>                                     RED5   do that.
>>>
>>>                                     n 10/5/2018 9:51 AM, Maxim
>>>                                     Solodovnik wrote:
>>>
>>>
>>>                                         Hello Daniel,
>>>
>>>                                         not sure what interaction do
>>>                                         you mean :(
>>>
>>>                                         AFAIK Red5 has no special
>>>                                         functions to work with S3
>>>
>>>                                         OM < 5 gets the stream from
>>>                                         Red5, and stores it to file ...
>>>
>>>                                         On Fri, 5 Oct 2018 at 09:23,
>>>                                         Daniel Baker
>>>                                         <info@collisiondetection.biz
>>>                                         <ma...@collisiondetection.biz>>
>>>                                         wrote:
>>>
>>>                                             Hi,
>>>
>>>                                             I guess it would also 
>>>                                             be possible  by
>>>                                             interacting with  the
>>>                                             RED5  server which OM
>>>                                             uses ?
>>>
>>>                                             Thanks,
>>>
>>>                                             Dan
>>>
>>>                                             On 10/1/2018 8:22 PM,
>>>                                             Maxim Solodovnik wrote:
>>>
>>>                                                 Hello Daniel,
>>>
>>>                                                 I guess you can use
>>>                                                 this method:
>>>                                                 https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>>
>>>                                                 Maybe compilation is
>>>                                                 not required anymore
>>>                                                 (need to be checked)
>>>
>>>                                                 On Mon, 1 Oct 2018
>>>                                                 at 15:14, Daniel
>>>                                                 Baker
>>>                                                 <info@collisiondetection.biz
>>>                                                 <ma...@collisiondetection.biz>>
>>>                                                 wrote:
>>>
>>>
>>>                                                     Hi,
>>>
>>>                                                     What  would be
>>>                                                     the best
>>>                                                     approach  to
>>>                                                     save recordings
>>>                                                     to an Amazon
>>>
>>>                                                     S3  bucket. Are
>>>                                                     there  any
>>>                                                     special
>>>                                                     requirements
>>>                                                     from OpenMeetings ?
>>>
>>>
>>>
>>>                                                     Thanks,
>>>
>>>                                                     Dan
>>>
>>>
>>>                                                     ---
>>>                                                     This email has
>>>                                                     been checked for
>>>                                                     viruses by Avast
>>>                                                     antivirus software.
>>>                                                     https://www.avast.com/antivirus
>>>
>>>
>>>                                                 -- 
>>>
>>>                                                 WBR
>>>                                                 Maxim aka solomax
>>>
>>>                                             <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>>
>>>                                             	
>>>
>>>                                             Virus-free.
>>>                                             www.avast.com
>>>                                             <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>>
>>>
>>>
>>>                                         -- 
>>>
>>>                                         WBR
>>>                                         Maxim aka solomax
>>>
>>>
>>>                                 -- 
>>>
>>>                                 WBR
>>>                                 Maxim aka solomax
>>>
>>>
>>>                         -- 
>>>
>>>                         WBR
>>>                         Maxim aka solomax
>>>
>>>
>>>                 -- 
>>>
>>>                 WBR
>>>                 Maxim aka solomax
>>>
>>>
>>>         ------------------------------------------------------------------------
>>>
>>>         The information contained in this electronic message and any
>>>         attachments to this message are intended for the exclusive
>>>         use of the addressee(s) and may contain proprietary,
>>>         confidential or privileged information. If you are not the
>>>         intended recipient, you should not disseminate, distribute
>>>         or copy this e-mail. Please notify the sender immediately
>>>         and destroy all copies of this message and any attachments.
>>>         WARNING: Computer viruses can be transmitted via email. The
>>>         recipient should check this email and any attachments for
>>>         the presence of viruses. The company accepts no liability
>>>         for any damage caused by any virus/trojan/worms/malicious
>>>         code transmitted by this email. www.motherson.com
>>>         <http://www.motherson.com>
>>
>
>
> -- 
> WBR
> Maxim aka solomax

Re: Saving Recordings to Amazon S3

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

sorry for the late reply
conversion process consist of several invocations of ffmpeg and/or sox
You can find them all in the logs

On Wed, 5 Dec 2018 at 11:10, Daniel Baker <in...@collisiondetection.biz>
wrote:

> I see the streams  are  saved in .flv.
>
> What ffmpeg   command  are you using to do the conversion to mp4 ?
>
>
> Thanks,
>
>
> Dan
> On 11/5/2018 4:16 PM, Maxim Solodovnik wrote:
>
> Hello Daniel, All
>
> Om saves camera streams regardless of sharing area
>
> You have 2 options:
>
> 1. Interview room
> No screen sharing app is required
> Only camera streams are being saved (and later combined into single
> recording file)
> Recording button is on white board
>
> 2 all other room types:
> Recording can be started in screen-sharing app only
> All streams from all cameras/microphones will be saved (and later combined
> into one recording file)
> Recording button is on screen-sharing app
>
> Not sure it was clear enough :(
>
> You don't need to move streams to S3, you can directly save it to S3 (via
> mount using correct file system)
> And I would not recommend to play with stream status in db (re-convertion
> might be broken after this)
>
>
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Mon, Nov 5, 2018, 14:51 Daniel Baker <info@collisiondetection.biz
> wrote:
>
>> I see,  so   it looks  like  I would  need  the webcam  footage  to
>> stay   in one position  then use the coordinates to  record  just that
>> position.
>>
>>
>>
>>
>> On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>
>> There are two separate buttons:
>>
>> Start Sharing- To share your screen to others (No details is saving in
>> file here)
>>
>> Start Recording- Record your desktop and saved to a file on red5 server,
>> no matter what view is available on desktop weather OM browser or anything
>> else.
>>
>>
>>
>> Thanks,
>>
>> Amit
>>
>>
>>
>> *From:* Daniel Baker [mailto:info@collisiondetection.biz
>> <in...@collisiondetection.biz>]
>> *Sent:* Monday, November 5, 2018 1:10 PM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Saving Recordings to Amazon S3
>>
>>
>>
>> Isn't  this for  screen  sharing ?  I'm trying to get  the  webcam
>> streaming  saved.
>>
>>
>>
>> On 11/5/2018 2:35 PM, Aaron H wrote:
>>
>>
>>
>> *From:* Daniel Baker <in...@collisiondetection.biz>
>> <in...@collisiondetection.biz>
>> *Sent:* Sunday, November 4, 2018 7:05 PM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Saving Recordings to Amazon S3
>>
>>
>>
>> Yes  it seems obvious  but I was wondering if it auto saved .
>>
>>
>>
>> Where   is the record  button?   I've  had a  look  around  and I can't
>> see it.
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Dan
>>
>>
>>
>> On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>
>> Hello Daniel,
>>
>>
>>
>> not sure I understand your question
>>
>> You need to record something to get recording files
>>
>>
>>
>> On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> So in order for  this  recording to show  up  we  must  record a  session
>> ?
>>
>>
>>
>>
>>
>> On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>
>> Assuming you have OM installed into /opt/red5
>>
>> All RAW streams will be stored
>> in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>
>>
>>
>> On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> Ok  so how can  I grab  the videos  from  OM    without  touching RED5.
>> What  directory  are they  stored in ?
>>
>>
>>
>> On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>
>> OM records webcam output (this the source for transformation)
>>
>> It is just not available via API/UI
>>
>>
>>
>> Not sure how you could "make   RED5   do that" ...
>>
>>
>>
>> On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> I actually  just need   the  webcam output  to  S3   so  I guess  if  OM
>> can not record  just  the webcams  I can  make   RED5   do that.
>>
>> n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>>
>>
>> Hello Daniel,
>>
>>
>>
>> not sure what interaction do you mean :(
>>
>> AFAIK Red5 has no special functions to work with S3
>>
>>
>>
>> OM < 5 gets the stream from Red5, and stores it to file ...
>>
>>
>>
>> On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> Hi,
>>
>> I guess it would also  be possible  by interacting with  the RED5
>> server  which OM uses ?
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Dan
>>
>>
>>
>> On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>>
>> Hello Daniel,
>>
>>
>>
>> I guess you can use this method:
>> https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>
>> Maybe compilation is not required anymore (need to be checked)
>>
>>
>>
>> On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>>
>> Hi,
>>
>> What  would be the best  approach  to save  recordings   to an Amazon
>>
>> S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?
>>
>>
>>
>> Thanks,
>>
>> Dan
>>
>>
>> ---
>> This email has been checked for viruses by Avast antivirus software.
>> https://www.avast.com/antivirus
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>
>> Virus-free. www.avast.com
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>> ------------------------------
>>
>> The information contained in this electronic message and any attachments
>> to this message are intended for the exclusive use of the addressee(s) and
>> may contain proprietary, confidential or privileged information. If you are
>> not the intended recipient, you should not disseminate, distribute or copy
>> this e-mail. Please notify the sender immediately and destroy all copies of
>> this message and any attachments. WARNING: Computer viruses can be
>> transmitted via email. The recipient should check this email and any
>> attachments for the presence of viruses. The company accepts no liability
>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>> by this email. www.motherson.com
>>
>>
>>

-- 
WBR
Maxim aka solomax

Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
I see the streams  are  saved in .flv.

What ffmpeg   command  are you using to do the conversion to mp4 ?


Thanks,


Dan

On 11/5/2018 4:16 PM, Maxim Solodovnik wrote:
> Hello Daniel, All
>
> Om saves camera streams regardless of sharing area
>
> You have 2 options:
>
> 1. Interview room
> No screen sharing app is required
> Only camera streams are being saved (and later combined into single 
> recording file)
> Recording button is on white board
>
> 2 all other room types:
> Recording can be started in screen-sharing app only
> All streams from all cameras/microphones will be saved (and later 
> combined into one recording file)
> Recording button is on screen-sharing app
>
> Not sure it was clear enough :(
>
> You don't need to move streams to S3, you can directly save it to S3 
> (via mount using correct file system)
> And I would not recommend to play with stream status in db 
> (re-convertion might be broken after this)
>
>
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Mon, Nov 5, 2018, 14:51 Daniel Baker <info@collisiondetection.biz 
> <ma...@collisiondetection.biz> wrote:
>
>     I see,  so   it looks  like  I would  need  the webcam footage  to
>     stay   in one position  then use the coordinates to  record  just
>     that position.
>
>
>
>
>     On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>
>>     There are two separate buttons:
>>
>>     Start Sharing- To share your screen to others (No details is
>>     saving in file here)
>>
>>     Start Recording- Record your desktop and saved to a file on red5
>>     server, no matter what view is available on desktop weather OM
>>     browser or anything else.
>>
>>     Thanks,
>>
>>     Amit
>>
>>     *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>>     *Sent:* Monday, November 5, 2018 1:10 PM
>>     *To:* user@openmeetings.apache.org
>>     <ma...@openmeetings.apache.org>
>>     *Subject:* Re: Saving Recordings to Amazon S3
>>
>>     Isn't  this for  screen  sharing ?  I'm trying to get  the 
>>     webcam  streaming  saved.
>>
>>     On 11/5/2018 2:35 PM, Aaron H wrote:
>>
>>         *From:*Daniel Baker <in...@collisiondetection.biz>
>>         <ma...@collisiondetection.biz>
>>         *Sent:* Sunday, November 4, 2018 7:05 PM
>>         *To:* user@openmeetings.apache.org
>>         <ma...@openmeetings.apache.org>
>>         *Subject:* Re: Saving Recordings to Amazon S3
>>
>>         Yes  it seems obvious  but I was wondering if it auto saved .
>>
>>         Where   is the record  button?   I've  had a  look around 
>>         and I can't  see it.
>>
>>         Thanks,
>>
>>         Dan
>>
>>         On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>
>>             Hello Daniel,
>>
>>             not sure I understand your question
>>
>>             You need to record something to get recording files
>>
>>             On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>>             <info@collisiondetection.biz
>>             <ma...@collisiondetection.biz>> wrote:
>>
>>                 So in order for  this  recording to show up  we 
>>                 must  record a  session ?
>>
>>                 On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>
>>                     Assuming you have OM installed into /opt/red5
>>
>>                     All RAW streams will be stored
>>                     in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>
>>                     On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>>                     <info@collisiondetection.biz
>>                     <ma...@collisiondetection.biz>> wrote:
>>
>>                         Ok  so how can  I grab  the videos from 
>>                         OM    without  touching RED5. What 
>>                         directory  are they  stored in ?
>>
>>                         On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>
>>                             OM records webcam output (this the source
>>                             for transformation)
>>
>>                             It is just not available via API/UI
>>
>>                             Not sure how you could "make   RED5 do
>>                             that" ...
>>
>>                             On Fri, 5 Oct 2018 at 10:35, Daniel Baker
>>                             <info@collisiondetection.biz
>>                             <ma...@collisiondetection.biz>> wrote:
>>
>>                                 I actually  just need   the webcam
>>                                 output  to  S3   so I guess  if  OM
>>                                 can not record  just  the webcams  I
>>                                 can  make   RED5   do that.
>>
>>                                 n 10/5/2018 9:51 AM, Maxim Solodovnik
>>                                 wrote:
>>
>>
>>                                     Hello Daniel,
>>
>>                                     not sure what interaction do you
>>                                     mean :(
>>
>>                                     AFAIK Red5 has no special
>>                                     functions to work with S3
>>
>>                                     OM < 5 gets the stream from Red5,
>>                                     and stores it to file ...
>>
>>                                     On Fri, 5 Oct 2018 at 09:23,
>>                                     Daniel Baker
>>                                     <info@collisiondetection.biz
>>                                     <ma...@collisiondetection.biz>>
>>                                     wrote:
>>
>>                                         Hi,
>>
>>                                         I guess it would also  be
>>                                         possible by interacting with
>>                                         the RED5  server which OM uses ?
>>
>>                                         Thanks,
>>
>>                                         Dan
>>
>>                                         On 10/1/2018 8:22 PM, Maxim
>>                                         Solodovnik wrote:
>>
>>                                             Hello Daniel,
>>
>>                                             I guess you can use this
>>                                             method:
>>                                             https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>
>>                                             Maybe compilation is not
>>                                             required anymore (need to
>>                                             be checked)
>>
>>                                             On Mon, 1 Oct 2018 at
>>                                             15:14, Daniel Baker
>>                                             <info@collisiondetection.biz
>>                                             <ma...@collisiondetection.biz>>
>>                                             wrote:
>>
>>
>>                                                 Hi,
>>
>>                                                 What  would be the
>>                                                 best approach  to
>>                                                 save recordings to an
>>                                                 Amazon
>>
>>                                                 S3  bucket. Are
>>                                                 there  any special
>>                                                 requirements from
>>                                                 OpenMeetings ?
>>
>>
>>
>>                                                 Thanks,
>>
>>                                                 Dan
>>
>>
>>                                                 ---
>>                                                 This email has been
>>                                                 checked for viruses
>>                                                 by Avast antivirus
>>                                                 software.
>>                                                 https://www.avast.com/antivirus
>>
>>
>>                                             -- 
>>
>>                                             WBR
>>                                             Maxim aka solomax
>>
>>                                         <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>
>>                                         	
>>
>>                                         Virus-free. www.avast.com
>>                                         <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>
>>
>>
>>                                     -- 
>>
>>                                     WBR
>>                                     Maxim aka solomax
>>
>>
>>                             -- 
>>
>>                             WBR
>>                             Maxim aka solomax
>>
>>
>>                     -- 
>>
>>                     WBR
>>                     Maxim aka solomax
>>
>>
>>             -- 
>>
>>             WBR
>>             Maxim aka solomax
>>
>>
>>     ------------------------------------------------------------------------
>>
>>     The information contained in this electronic message and any
>>     attachments to this message are intended for the exclusive use of
>>     the addressee(s) and may contain proprietary, confidential or
>>     privileged information. If you are not the intended recipient,
>>     you should not disseminate, distribute or copy this e-mail.
>>     Please notify the sender immediately and destroy all copies of
>>     this message and any attachments. WARNING: Computer viruses can
>>     be transmitted via email. The recipient should check this email
>>     and any attachments for the presence of viruses. The company
>>     accepts no liability for any damage caused by any
>>     virus/trojan/worms/malicious code transmitted by this email.
>>     www.motherson.com <http://www.motherson.com>
>

Re: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

sorry for the late response

If I understand your proposal correctly
Video window can appear in 3 states: dock, stage and float

And the logic should be:
1) video window is created in dock if fits
2) if it doesn't fit it will be created floated

What is stage and it's logic?


On Wed, 7 Nov 2018 at 12:06, Daniel Baker <in...@collisiondetection.biz>
wrote:

> 1  Breaks  out  means  undocks -  Can  float  like  usual.
>
> 2  Yes  after some  further  thought  scrolling would be annoying for
> conversations.  So   it  requires a    stage  and  the speaker  gets
> streamed into that  set   stage / video  area :
>
>
> On 11/7/2018 10:26 AM, Maxim Solodovnik wrote:
>
> Hello Daniel,
>
> Something like this was discussed in this thread [1]
> Could you please elaborate on following aspects:
> 1) what is "Breaks out of dock area for large windows"
> 2) "Scroll to active speaker": imaging the following situations
>    1. there are 2 users speaking one-by-one and placed on opposite end of
> scrollable area, I'm afraid scrolling back and forth all the time can
> cause seasickness
>    2. Presenter manually scroll to focus on "non-active" user, and the
> system perform autoscrolls ...
>
>
> [1] https://markmail.org/message/mgzordfs3dmfmbqg
>
> On Mon, 5 Nov 2018 at 16:45, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
>> Could be  handled like this :
>>
>>
>>
>>
>>
>> On 11/5/2018 4:18 PM, Maxim Solodovnik wrote:
>>
>> What will happens in case browser window is much smaller than 5 video
>> windows?
>> Or if one this 5 user will choose full gsoc resolution for his/her video?
>> Or there will be 20 users?
>>
>> WBR, Maxim
>> (from mobile, sorry for the typos)
>>
>> On Mon, Nov 5, 2018, 15:42 Daniel Baker <info@collisiondetection.biz
>> wrote:
>>
>>> Probably  dock them at the bottom.
>>>
>>>
>>>
>>>
>>> On 11/5/2018 3:31 PM, Daniel Baker wrote:
>>>
>>> Maybe I need to  ask for  some  feature  requests ?
>>>
>>> 1 Dockable  webcam windows
>>> 2 Auto-record.
>>> 3 Option to save to  S3
>>>
>>>
>>> On 11/5/2018 2:56 PM, K, Amit (MIND) wrote:
>>>
>>> Exactly… Apart from this, if you want to push that recording to AWS S3
>>> storage, my suggestion is you have to write your own logic like:
>>>
>>>
>>>
>>> Create a scheduler which:
>>>
>>>
>>>
>>> 1.       Finds all the recording from database those status is
>>> ‘processed’ and type is ‘recording’.
>>>
>>> 2.       Get the stored path and copy the same to appropriate bucket on
>>> S3.
>>>
>>> 3.       After getting the saved status success, remove that file from
>>> red5 server.
>>>
>>> 4.       Change recording status as ‘moved’ or what you feel better in
>>> to database.
>>>
>>>
>>>
>>> Hope it will help.
>>>
>>>
>>>
>>> Best Regards,
>>>
>>> Amit
>>>
>>>
>>>
>>> *From:* Daniel Baker [mailto:info@collisiondetection.biz
>>> <in...@collisiondetection.biz>]
>>> *Sent:* Monday, November 5, 2018 1:21 PM
>>> *To:* user@openmeetings.apache.org
>>> *Subject:* Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3
>>>
>>>
>>>
>>> I see,  so   it looks  like  I would  need  the webcam  footage  to
>>> stay   in one position  then use the coordinates to  record  just that
>>> position.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>>
>>> There are two separate buttons:
>>>
>>> Start Sharing- To share your screen to others (No details is saving in
>>> file here)
>>>
>>> Start Recording- Record your desktop and saved to a file on red5 server,
>>> no matter what view is available on desktop weather OM browser or anything
>>> else.
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Amit
>>>
>>>
>>>
>>> *From:* Daniel Baker [mailto:info@collisiondetection.biz
>>> <in...@collisiondetection.biz>]
>>> *Sent:* Monday, November 5, 2018 1:10 PM
>>> *To:* user@openmeetings.apache.org
>>> *Subject:* Re: Saving Recordings to Amazon S3
>>>
>>>
>>>
>>> Isn't  this for  screen  sharing ?  I'm trying to get  the  webcam
>>> streaming  saved.
>>>
>>>
>>>
>>> On 11/5/2018 2:35 PM, Aaron H wrote:
>>>
>>>
>>>
>>> *From:* Daniel Baker <in...@collisiondetection.biz>
>>> <in...@collisiondetection.biz>
>>> *Sent:* Sunday, November 4, 2018 7:05 PM
>>> *To:* user@openmeetings.apache.org
>>> *Subject:* Re: Saving Recordings to Amazon S3
>>>
>>>
>>>
>>> Yes  it seems obvious  but I was wondering if it auto saved .
>>>
>>>
>>>
>>> Where   is the record  button?   I've  had a  look  around  and I can't
>>> see it.
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>>
>>> Dan
>>>
>>>
>>>
>>> On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>>
>>> Hello Daniel,
>>>
>>>
>>>
>>> not sure I understand your question
>>>
>>> You need to record something to get recording files
>>>
>>>
>>>
>>> On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>
>>> wrote:
>>>
>>> So in order for  this  recording to show  up  we  must  record a
>>> session ?
>>>
>>>
>>>
>>>
>>>
>>> On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>>
>>> Assuming you have OM installed into /opt/red5
>>>
>>> All RAW streams will be stored
>>> in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>>
>>>
>>>
>>> On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>
>>> wrote:
>>>
>>> Ok  so how can  I grab  the videos  from  OM    without  touching RED5.
>>> What  directory  are they  stored in ?
>>>
>>>
>>>
>>> On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>>
>>> OM records webcam output (this the source for transformation)
>>>
>>> It is just not available via API/UI
>>>
>>>
>>>
>>> Not sure how you could "make   RED5   do that" ...
>>>
>>>
>>>
>>> On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>
>>> wrote:
>>>
>>> I actually  just need   the  webcam output  to  S3   so  I guess  if  OM
>>> can not record  just  the webcams  I can  make   RED5   do that.
>>>
>>> n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>>>
>>>
>>>
>>> Hello Daniel,
>>>
>>>
>>>
>>> not sure what interaction do you mean :(
>>>
>>> AFAIK Red5 has no special functions to work with S3
>>>
>>>
>>>
>>> OM < 5 gets the stream from Red5, and stores it to file ...
>>>
>>>
>>>
>>> On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>
>>> wrote:
>>>
>>> Hi,
>>>
>>> I guess it would also  be possible  by interacting with  the RED5
>>> server  which OM uses ?
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>>
>>> Dan
>>>
>>>
>>>
>>> On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>>>
>>> Hello Daniel,
>>>
>>>
>>>
>>> I guess you can use this method:
>>> https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>>
>>> Maybe compilation is not required anymore (need to be checked)
>>>
>>>
>>>
>>> On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>
>>> wrote:
>>>
>>>
>>> Hi,
>>>
>>> What  would be the best  approach  to save  recordings   to an Amazon
>>>
>>> S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Dan
>>>
>>>
>>> ---
>>> This email has been checked for viruses by Avast antivirus software.
>>> https://www.avast.com/antivirus
>>>
>>>
>>>
>>>
>>> --
>>>
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>>
>>>
>>>
>>>
>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>>
>>> Virus-free. www.avast.com
>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>>
>>>
>>>
>>>
>>> ------------------------------
>>>
>>>
>>> The information contained in this electronic message and any attachments
>>> to this message are intended for the exclusive use of the addressee(s) and
>>> may contain proprietary, confidential or privileged information. If you are
>>> not the intended recipient, you should not disseminate, distribute or copy
>>> this e-mail. Please notify the sender immediately and destroy all copies of
>>> this message and any attachments. WARNING: Computer viruses can be
>>> transmitted via email. The recipient should check this email and any
>>> attachments for the presence of viruses. The company accepts no liability
>>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>>> by this email. www.motherson.com
>>>
>>>
>>>
>>> ------------------------------
>>>
>>> The information contained in this electronic message and any attachments
>>> to this message are intended for the exclusive use of the addressee(s) and
>>> may contain proprietary, confidential or privileged information. If you are
>>> not the intended recipient, you should not disseminate, distribute or copy
>>> this e-mail. Please notify the sender immediately and destroy all copies of
>>> this message and any attachments. WARNING: Computer viruses can be
>>> transmitted via email. The recipient should check this email and any
>>> attachments for the presence of viruses. The company accepts no liability
>>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>>> by this email. www.motherson.com
>>>
>>>
>>>
>>>
>>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax

Re: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
1  Breaks  out  means  undocks -  Can  float  like  usual.

2  Yes  after some  further  thought  scrolling would be annoying for  
conversations.  So   it  requires a    stage  and  the speaker  gets  
streamed into that  set   stage / video  area :


On 11/7/2018 10:26 AM, Maxim Solodovnik wrote:
> Hello Daniel,
>
> Something like this was discussed in this thread [1]
> Could you please elaborate on following aspects:
> 1) what is "Breaks out of dock area for large windows"
> 2) "Scroll to active speaker": imaging the following situations
>    1. there are 2 users speaking one-by-one and placed on opposite end 
> of scrollable area, I'm afraid scrolling back and forth all the time 
> can cause seasickness
>    2. Presenter manually scroll to focus on "non-active" user, and the 
> system perform autoscrolls ...
>
>
> [1] https://markmail.org/message/mgzordfs3dmfmbqg
>
> On Mon, 5 Nov 2018 at 16:45, Daniel Baker <info@collisiondetection.biz 
> <ma...@collisiondetection.biz>> wrote:
>
>     Could be  handled like this :
>
>
>
>
>
>     On 11/5/2018 4:18 PM, Maxim Solodovnik wrote:
>>     What will happens in case browser window is much smaller than 5
>>     video windows?
>>     Or if one this 5 user will choose full gsoc resolution for
>>     his/her video?
>>     Or there will be 20 users?
>>
>>     WBR, Maxim
>>     (from mobile, sorry for the typos)
>>
>>     On Mon, Nov 5, 2018, 15:42 Daniel Baker
>>     <info@collisiondetection.biz <ma...@collisiondetection.biz>
>>     wrote:
>>
>>         Probably  dock them at the bottom.
>>
>>
>>
>>
>>         On 11/5/2018 3:31 PM, Daniel Baker wrote:
>>>         Maybe I need to  ask for  some  feature  requests ?
>>>
>>>         1 Dockable  webcam windows
>>>         2 Auto-record.
>>>         3 Option to save to  S3
>>>
>>>
>>>         On 11/5/2018 2:56 PM, K, Amit (MIND) wrote:
>>>>
>>>>         Exactly… Apart from this, if you want to push that
>>>>         recording to AWS S3 storage, my suggestion is you have to
>>>>         write your own logic like:
>>>>
>>>>         Create a scheduler which:
>>>>
>>>>         1.Finds all the recording from database those status is
>>>>         ‘processed’ and type is ‘recording’.
>>>>
>>>>         2.Get the stored path and copy the same to appropriate
>>>>         bucket on S3.
>>>>
>>>>         3.After getting the saved status success, remove that file
>>>>         from red5 server.
>>>>
>>>>         4.Change recording status as ‘moved’ or what you feel
>>>>         better in to database.
>>>>
>>>>         Hope it will help.
>>>>
>>>>         Best Regards,
>>>>
>>>>         Amit
>>>>
>>>>         *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>>>>         *Sent:* Monday, November 5, 2018 1:21 PM
>>>>         *To:* user@openmeetings.apache.org
>>>>         <ma...@openmeetings.apache.org>
>>>>         *Subject:* Warning!!!PossibleSpam Re: Saving Recordings to
>>>>         Amazon S3
>>>>
>>>>         I see,  so   it looks  like  I would need  the webcam 
>>>>         footage  to stay   in one position  then use the
>>>>         coordinates to  record  just that position.
>>>>
>>>>         On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>>>
>>>>             There are two separate buttons:
>>>>
>>>>             Start Sharing- To share your screen to others (No
>>>>             details is saving in file here)
>>>>
>>>>             Start Recording- Record your desktop and saved to a
>>>>             file on red5 server, no matter what view is available
>>>>             on desktop weather OM browser or anything else.
>>>>
>>>>             Thanks,
>>>>
>>>>             Amit
>>>>
>>>>             *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>>>>             *Sent:* Monday, November 5, 2018 1:10 PM
>>>>             *To:* user@openmeetings.apache.org
>>>>             <ma...@openmeetings.apache.org>
>>>>             *Subject:* Re: Saving Recordings to Amazon S3
>>>>
>>>>             Isn't  this for  screen  sharing ? I'm trying to get 
>>>>             the  webcam streaming  saved.
>>>>
>>>>             On 11/5/2018 2:35 PM, Aaron H wrote:
>>>>
>>>>                 *From:*Daniel Baker <in...@collisiondetection.biz>
>>>>                 <ma...@collisiondetection.biz>
>>>>                 *Sent:* Sunday, November 4, 2018 7:05 PM
>>>>                 *To:* user@openmeetings.apache.org
>>>>                 <ma...@openmeetings.apache.org>
>>>>                 *Subject:* Re: Saving Recordings to Amazon S3
>>>>
>>>>                 Yes  it seems obvious  but I was wondering if it
>>>>                 auto saved .
>>>>
>>>>                 Where   is the record  button? I've  had a  look 
>>>>                 around  and I can't  see it.
>>>>
>>>>                 Thanks,
>>>>
>>>>                 Dan
>>>>
>>>>                 On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>>>
>>>>                     Hello Daniel,
>>>>
>>>>                     not sure I understand your question
>>>>
>>>>                     You need to record something to get recording files
>>>>
>>>>                     On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>>>>                     <info@collisiondetection.biz
>>>>                     <ma...@collisiondetection.biz>> wrote:
>>>>
>>>>                         So in order for  this recording to show 
>>>>                         up  we must  record a  session ?
>>>>
>>>>                         On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>>>
>>>>                             Assuming you have OM installed
>>>>                             into /opt/red5
>>>>
>>>>                             All RAW streams will be stored
>>>>                             in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>>>
>>>>                             On Fri, 5 Oct 2018 at 14:15, Daniel
>>>>                             Baker <info@collisiondetection.biz
>>>>                             <ma...@collisiondetection.biz>>
>>>>                             wrote:
>>>>
>>>>                                 Ok  so how can  I grab  the videos
>>>>                                 from  OM    without touching RED5.
>>>>                                 What  directory  are they  stored in ?
>>>>
>>>>                                 On 10/5/2018 11:00 AM, Maxim
>>>>                                 Solodovnik wrote:
>>>>
>>>>                                     OM records webcam output (this
>>>>                                     the source for transformation)
>>>>
>>>>                                     It is just not available via API/UI
>>>>
>>>>                                     Not sure how you could "make
>>>>                                     RED5   do that" ...
>>>>
>>>>                                     On Fri, 5 Oct 2018 at 10:35,
>>>>                                     Daniel Baker
>>>>                                     <info@collisiondetection.biz
>>>>                                     <ma...@collisiondetection.biz>>
>>>>                                     wrote:
>>>>
>>>>                                         I actually  just need   the
>>>>                                         webcam output to  S3   so 
>>>>                                         I guess  if  OM can not
>>>>                                         record  just the webcams  I
>>>>                                         can  make RED5   do that.
>>>>
>>>>                                         n 10/5/2018 9:51 AM, Maxim
>>>>                                         Solodovnik wrote:
>>>>
>>>>
>>>>
>>>>                                             Hello Daniel,
>>>>
>>>>                                             not sure what
>>>>                                             interaction do you mean :(
>>>>
>>>>                                             AFAIK Red5 has no
>>>>                                             special functions to
>>>>                                             work with S3
>>>>
>>>>                                             OM < 5 gets the stream
>>>>                                             from Red5, and stores
>>>>                                             it to file ...
>>>>
>>>>                                             On Fri, 5 Oct 2018 at
>>>>                                             09:23, Daniel Baker
>>>>                                             <info@collisiondetection.biz
>>>>                                             <ma...@collisiondetection.biz>>
>>>>                                             wrote:
>>>>
>>>>                                                 Hi,
>>>>
>>>>                                                 I guess it would
>>>>                                                 also  be possible 
>>>>                                                 by interacting
>>>>                                                 with  the RED5 
>>>>                                                 server which OM uses ?
>>>>
>>>>                                                 Thanks,
>>>>
>>>>                                                 Dan
>>>>
>>>>                                                 On 10/1/2018 8:22
>>>>                                                 PM, Maxim
>>>>                                                 Solodovnik wrote:
>>>>
>>>>                                                     Hello Daniel,
>>>>
>>>>                                                     I guess you can
>>>>                                                     use this
>>>>                                                     method:
>>>>                                                     https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>>>
>>>>                                                     Maybe
>>>>                                                     compilation is
>>>>                                                     not required
>>>>                                                     anymore (need
>>>>                                                     to be checked)
>>>>
>>>>                                                     On Mon, 1 Oct
>>>>                                                     2018 at 15:14,
>>>>                                                     Daniel Baker
>>>>                                                     <info@collisiondetection.biz
>>>>                                                     <ma...@collisiondetection.biz>>
>>>>                                                     wrote:
>>>>
>>>>
>>>>                                                         Hi,
>>>>
>>>>                                                         What  would
>>>>                                                         be the best
>>>>                                                         approach 
>>>>                                                         to save
>>>>                                                         recordings
>>>>                                                         to an Amazon
>>>>
>>>>                                                         S3  bucket.
>>>>                                                         Are there 
>>>>                                                         any special
>>>>                                                         requirements
>>>>                                                         from
>>>>                                                         OpenMeetings ?
>>>>
>>>>
>>>>
>>>>                                                         Thanks,
>>>>
>>>>                                                         Dan
>>>>
>>>>
>>>>                                                         ---
>>>>                                                         This email
>>>>                                                         has been
>>>>                                                         checked for
>>>>                                                         viruses by
>>>>                                                         Avast
>>>>                                                         antivirus
>>>>                                                         software.
>>>>                                                         https://www.avast.com/antivirus
>>>>
>>>>
>>>>                                                     -- 
>>>>
>>>>                                                     WBR
>>>>                                                     Maxim aka solomax
>>>>
>>>>                                                 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>>>
>>>>                                                 	
>>>>
>>>>                                                 Virus-free.
>>>>                                                 www.avast.com
>>>>                                                 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>>>
>>>>
>>>>
>>>>                                             -- 
>>>>
>>>>                                             WBR
>>>>                                             Maxim aka solomax
>>>>
>>>>
>>>>                                     -- 
>>>>
>>>>                                     WBR
>>>>                                     Maxim aka solomax
>>>>
>>>>
>>>>                             -- 
>>>>
>>>>                             WBR
>>>>                             Maxim aka solomax
>>>>
>>>>
>>>>                     -- 
>>>>
>>>>                     WBR
>>>>                     Maxim aka solomax
>>>>
>>>>             ------------------------------------------------------------------------
>>>>
>>>>
>>>>             The information contained in this electronic message
>>>>             and any attachments to this message are intended for
>>>>             the exclusive use of the addressee(s) and may contain
>>>>             proprietary, confidential or privileged information. If
>>>>             you are not the intended recipient, you should not
>>>>             disseminate, distribute or copy this e-mail. Please
>>>>             notify the sender immediately and destroy all copies of
>>>>             this message and any attachments. WARNING: Computer
>>>>             viruses can be transmitted via email. The recipient
>>>>             should check this email and any attachments for the
>>>>             presence of viruses. The company accepts no liability
>>>>             for any damage caused by any
>>>>             virus/trojan/worms/malicious code transmitted by this
>>>>             email. www.motherson.com <http://www.motherson.com>
>>>>
>>>>
>>>>         ------------------------------------------------------------------------
>>>>
>>>>         The information contained in this electronic message and
>>>>         any attachments to this message are intended for the
>>>>         exclusive use of the addressee(s) and may contain
>>>>         proprietary, confidential or privileged information. If you
>>>>         are not the intended recipient, you should not disseminate,
>>>>         distribute or copy this e-mail. Please notify the sender
>>>>         immediately and destroy all copies of this message and any
>>>>         attachments. WARNING: Computer viruses can be transmitted
>>>>         via email. The recipient should check this email and any
>>>>         attachments for the presence of viruses. The company
>>>>         accepts no liability for any damage caused by any
>>>>         virus/trojan/worms/malicious code transmitted by this
>>>>         email. www.motherson.com <http://www.motherson.com>
>>>
>>
>
>
>
> -- 
> WBR
> Maxim aka solomax

Re: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

Something like this was discussed in this thread [1]
Could you please elaborate on following aspects:
1) what is "Breaks out of dock area for large windows"
2) "Scroll to active speaker": imaging the following situations
   1. there are 2 users speaking one-by-one and placed on opposite end of
scrollable area, I'm afraid scrolling back and forth all the time can
cause seasickness
   2. Presenter manually scroll to focus on "non-active" user, and the
system perform autoscrolls ...


[1] https://markmail.org/message/mgzordfs3dmfmbqg

On Mon, 5 Nov 2018 at 16:45, Daniel Baker <in...@collisiondetection.biz>
wrote:

> Could be  handled like this :
>
>
>
>
>
> On 11/5/2018 4:18 PM, Maxim Solodovnik wrote:
>
> What will happens in case browser window is much smaller than 5 video
> windows?
> Or if one this 5 user will choose full gsoc resolution for his/her video?
> Or there will be 20 users?
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Mon, Nov 5, 2018, 15:42 Daniel Baker <info@collisiondetection.biz
> wrote:
>
>> Probably  dock them at the bottom.
>>
>>
>>
>>
>> On 11/5/2018 3:31 PM, Daniel Baker wrote:
>>
>> Maybe I need to  ask for  some  feature  requests ?
>>
>> 1 Dockable  webcam windows
>> 2 Auto-record.
>> 3 Option to save to  S3
>>
>>
>> On 11/5/2018 2:56 PM, K, Amit (MIND) wrote:
>>
>> Exactly… Apart from this, if you want to push that recording to AWS S3
>> storage, my suggestion is you have to write your own logic like:
>>
>>
>>
>> Create a scheduler which:
>>
>>
>>
>> 1.       Finds all the recording from database those status is
>> ‘processed’ and type is ‘recording’.
>>
>> 2.       Get the stored path and copy the same to appropriate bucket on
>> S3.
>>
>> 3.       After getting the saved status success, remove that file from
>> red5 server.
>>
>> 4.       Change recording status as ‘moved’ or what you feel better in
>> to database.
>>
>>
>>
>> Hope it will help.
>>
>>
>>
>> Best Regards,
>>
>> Amit
>>
>>
>>
>> *From:* Daniel Baker [mailto:info@collisiondetection.biz
>> <in...@collisiondetection.biz>]
>> *Sent:* Monday, November 5, 2018 1:21 PM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3
>>
>>
>>
>> I see,  so   it looks  like  I would  need  the webcam  footage  to
>> stay   in one position  then use the coordinates to  record  just that
>> position.
>>
>>
>>
>>
>>
>>
>>
>> On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>
>> There are two separate buttons:
>>
>> Start Sharing- To share your screen to others (No details is saving in
>> file here)
>>
>> Start Recording- Record your desktop and saved to a file on red5 server,
>> no matter what view is available on desktop weather OM browser or anything
>> else.
>>
>>
>>
>> Thanks,
>>
>> Amit
>>
>>
>>
>> *From:* Daniel Baker [mailto:info@collisiondetection.biz
>> <in...@collisiondetection.biz>]
>> *Sent:* Monday, November 5, 2018 1:10 PM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Saving Recordings to Amazon S3
>>
>>
>>
>> Isn't  this for  screen  sharing ?  I'm trying to get  the  webcam
>> streaming  saved.
>>
>>
>>
>> On 11/5/2018 2:35 PM, Aaron H wrote:
>>
>>
>>
>> *From:* Daniel Baker <in...@collisiondetection.biz>
>> <in...@collisiondetection.biz>
>> *Sent:* Sunday, November 4, 2018 7:05 PM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Saving Recordings to Amazon S3
>>
>>
>>
>> Yes  it seems obvious  but I was wondering if it auto saved .
>>
>>
>>
>> Where   is the record  button?   I've  had a  look  around  and I can't
>> see it.
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Dan
>>
>>
>>
>> On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>
>> Hello Daniel,
>>
>>
>>
>> not sure I understand your question
>>
>> You need to record something to get recording files
>>
>>
>>
>> On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> So in order for  this  recording to show  up  we  must  record a  session
>> ?
>>
>>
>>
>>
>>
>> On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>
>> Assuming you have OM installed into /opt/red5
>>
>> All RAW streams will be stored
>> in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>
>>
>>
>> On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> Ok  so how can  I grab  the videos  from  OM    without  touching RED5.
>> What  directory  are they  stored in ?
>>
>>
>>
>> On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>
>> OM records webcam output (this the source for transformation)
>>
>> It is just not available via API/UI
>>
>>
>>
>> Not sure how you could "make   RED5   do that" ...
>>
>>
>>
>> On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> I actually  just need   the  webcam output  to  S3   so  I guess  if  OM
>> can not record  just  the webcams  I can  make   RED5   do that.
>>
>> n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>>
>>
>>
>> Hello Daniel,
>>
>>
>>
>> not sure what interaction do you mean :(
>>
>> AFAIK Red5 has no special functions to work with S3
>>
>>
>>
>> OM < 5 gets the stream from Red5, and stores it to file ...
>>
>>
>>
>> On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>> Hi,
>>
>> I guess it would also  be possible  by interacting with  the RED5
>> server  which OM uses ?
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Dan
>>
>>
>>
>> On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>>
>> Hello Daniel,
>>
>>
>>
>> I guess you can use this method:
>> https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>
>> Maybe compilation is not required anymore (need to be checked)
>>
>>
>>
>> On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>>
>> Hi,
>>
>> What  would be the best  approach  to save  recordings   to an Amazon
>>
>> S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?
>>
>>
>>
>> Thanks,
>>
>> Dan
>>
>>
>> ---
>> This email has been checked for viruses by Avast antivirus software.
>> https://www.avast.com/antivirus
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>
>> Virus-free. www.avast.com
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>> ------------------------------
>>
>>
>> The information contained in this electronic message and any attachments
>> to this message are intended for the exclusive use of the addressee(s) and
>> may contain proprietary, confidential or privileged information. If you are
>> not the intended recipient, you should not disseminate, distribute or copy
>> this e-mail. Please notify the sender immediately and destroy all copies of
>> this message and any attachments. WARNING: Computer viruses can be
>> transmitted via email. The recipient should check this email and any
>> attachments for the presence of viruses. The company accepts no liability
>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>> by this email. www.motherson.com
>>
>>
>>
>> ------------------------------
>>
>> The information contained in this electronic message and any attachments
>> to this message are intended for the exclusive use of the addressee(s) and
>> may contain proprietary, confidential or privileged information. If you are
>> not the intended recipient, you should not disseminate, distribute or copy
>> this e-mail. Please notify the sender immediately and destroy all copies of
>> this message and any attachments. WARNING: Computer viruses can be
>> transmitted via email. The recipient should check this email and any
>> attachments for the presence of viruses. The company accepts no liability
>> for any damage caused by any virus/trojan/worms/malicious code transmitted
>> by this email. www.motherson.com
>>
>>
>>
>>
>

-- 
WBR
Maxim aka solomax

Re: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
Could be  handled like this :





On 11/5/2018 4:18 PM, Maxim Solodovnik wrote:
> What will happens in case browser window is much smaller than 5 video 
> windows?
> Or if one this 5 user will choose full gsoc resolution for his/her video?
> Or there will be 20 users?
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Mon, Nov 5, 2018, 15:42 Daniel Baker <info@collisiondetection.biz 
> <ma...@collisiondetection.biz> wrote:
>
>     Probably  dock them at the bottom.
>
>
>
>
>     On 11/5/2018 3:31 PM, Daniel Baker wrote:
>>     Maybe I need to  ask for  some feature  requests ?
>>
>>     1 Dockable  webcam windows
>>     2 Auto-record.
>>     3 Option to save to  S3
>>
>>
>>     On 11/5/2018 2:56 PM, K, Amit (MIND) wrote:
>>>
>>>     Exactly… Apart from this, if you want to push that recording to
>>>     AWS S3 storage, my suggestion is you have to write your own
>>>     logic like:
>>>
>>>     Create a scheduler which:
>>>
>>>     1.Finds all the recording from database those status is
>>>     ‘processed’ and type is ‘recording’.
>>>
>>>     2.Get the stored path and copy the same to appropriate bucket on S3.
>>>
>>>     3.After getting the saved status success, remove that file from
>>>     red5 server.
>>>
>>>     4.Change recording status as ‘moved’ or what you feel better in
>>>     to database.
>>>
>>>     Hope it will help.
>>>
>>>     Best Regards,
>>>
>>>     Amit
>>>
>>>     *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>>>     *Sent:* Monday, November 5, 2018 1:21 PM
>>>     *To:* user@openmeetings.apache.org
>>>     <ma...@openmeetings.apache.org>
>>>     *Subject:* Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3
>>>
>>>     I see,  so   it looks  like  I would  need  the webcam  footage 
>>>     to stay   in one position  then use the coordinates to  record 
>>>     just that position.
>>>
>>>     On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>>
>>>         There are two separate buttons:
>>>
>>>         Start Sharing- To share your screen to others (No details is
>>>         saving in file here)
>>>
>>>         Start Recording- Record your desktop and saved to a file on
>>>         red5 server, no matter what view is available on desktop
>>>         weather OM browser or anything else.
>>>
>>>         Thanks,
>>>
>>>         Amit
>>>
>>>         *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>>>         *Sent:* Monday, November 5, 2018 1:10 PM
>>>         *To:* user@openmeetings.apache.org
>>>         <ma...@openmeetings.apache.org>
>>>         *Subject:* Re: Saving Recordings to Amazon S3
>>>
>>>         Isn't  this for  screen  sharing ?  I'm trying to get  the 
>>>         webcam  streaming  saved.
>>>
>>>         On 11/5/2018 2:35 PM, Aaron H wrote:
>>>
>>>             *From:*Daniel Baker <in...@collisiondetection.biz>
>>>             <ma...@collisiondetection.biz>
>>>             *Sent:* Sunday, November 4, 2018 7:05 PM
>>>             *To:* user@openmeetings.apache.org
>>>             <ma...@openmeetings.apache.org>
>>>             *Subject:* Re: Saving Recordings to Amazon S3
>>>
>>>             Yes  it seems obvious  but I was wondering if it auto
>>>             saved .
>>>
>>>             Where   is the record  button?   I've  had a  look 
>>>             around  and I can't  see it.
>>>
>>>             Thanks,
>>>
>>>             Dan
>>>
>>>             On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>>
>>>                 Hello Daniel,
>>>
>>>                 not sure I understand your question
>>>
>>>                 You need to record something to get recording files
>>>
>>>                 On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>>>                 <info@collisiondetection.biz
>>>                 <ma...@collisiondetection.biz>> wrote:
>>>
>>>                     So in order for  this  recording to show  up 
>>>                     we  must  record a session ?
>>>
>>>                     On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>>
>>>                         Assuming you have OM installed into /opt/red5
>>>
>>>                         All RAW streams will be stored
>>>                         in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>>
>>>                         On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>>>                         <info@collisiondetection.biz
>>>                         <ma...@collisiondetection.biz>> wrote:
>>>
>>>                             Ok  so how can  I grab  the videos 
>>>                             from  OM    without touching RED5.  What
>>>                             directory  are they  stored in ?
>>>
>>>                             On 10/5/2018 11:00 AM, Maxim Solodovnik
>>>                             wrote:
>>>
>>>                                 OM records webcam output (this the
>>>                                 source for transformation)
>>>
>>>                                 It is just not available via API/UI
>>>
>>>                                 Not sure how you could "make  
>>>                                 RED5   do that" ...
>>>
>>>                                 On Fri, 5 Oct 2018 at 10:35, Daniel
>>>                                 Baker <info@collisiondetection.biz
>>>                                 <ma...@collisiondetection.biz>>
>>>                                 wrote:
>>>
>>>                                     I actually  just need   the 
>>>                                     webcam output  to  S3   so I
>>>                                     guess  if  OM can not record 
>>>                                     just the webcams  I can make  
>>>                                     RED5   do that.
>>>
>>>                                     n 10/5/2018 9:51 AM, Maxim
>>>                                     Solodovnik wrote:
>>>
>>>
>>>
>>>                                         Hello Daniel,
>>>
>>>                                         not sure what interaction do
>>>                                         you mean :(
>>>
>>>                                         AFAIK Red5 has no special
>>>                                         functions to work with S3
>>>
>>>                                         OM < 5 gets the stream from
>>>                                         Red5, and stores it to file ...
>>>
>>>                                         On Fri, 5 Oct 2018 at 09:23,
>>>                                         Daniel Baker
>>>                                         <info@collisiondetection.biz
>>>                                         <ma...@collisiondetection.biz>>
>>>                                         wrote:
>>>
>>>                                             Hi,
>>>
>>>                                             I guess it would also 
>>>                                             be possible  by
>>>                                             interacting with  the
>>>                                             RED5  server which OM
>>>                                             uses ?
>>>
>>>                                             Thanks,
>>>
>>>                                             Dan
>>>
>>>                                             On 10/1/2018 8:22 PM,
>>>                                             Maxim Solodovnik wrote:
>>>
>>>                                                 Hello Daniel,
>>>
>>>                                                 I guess you can use
>>>                                                 this method:
>>>                                                 https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>>
>>>                                                 Maybe compilation is
>>>                                                 not required anymore
>>>                                                 (need to be checked)
>>>
>>>                                                 On Mon, 1 Oct 2018
>>>                                                 at 15:14, Daniel
>>>                                                 Baker
>>>                                                 <info@collisiondetection.biz
>>>                                                 <ma...@collisiondetection.biz>>
>>>                                                 wrote:
>>>
>>>
>>>                                                     Hi,
>>>
>>>                                                     What  would be
>>>                                                     the best
>>>                                                     approach  to
>>>                                                     save recordings
>>>                                                     to an Amazon
>>>
>>>                                                     S3  bucket. Are
>>>                                                     there  any
>>>                                                     special
>>>                                                     requirements
>>>                                                     from OpenMeetings ?
>>>
>>>
>>>
>>>                                                     Thanks,
>>>
>>>                                                     Dan
>>>
>>>
>>>                                                     ---
>>>                                                     This email has
>>>                                                     been checked for
>>>                                                     viruses by Avast
>>>                                                     antivirus software.
>>>                                                     https://www.avast.com/antivirus
>>>
>>>
>>>                                                 -- 
>>>
>>>                                                 WBR
>>>                                                 Maxim aka solomax
>>>
>>>                                             <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>>
>>>                                             	
>>>
>>>                                             Virus-free.
>>>                                             www.avast.com
>>>                                             <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>>
>>>
>>>
>>>                                         -- 
>>>
>>>                                         WBR
>>>                                         Maxim aka solomax
>>>
>>>
>>>                                 -- 
>>>
>>>                                 WBR
>>>                                 Maxim aka solomax
>>>
>>>
>>>                         -- 
>>>
>>>                         WBR
>>>                         Maxim aka solomax
>>>
>>>
>>>                 -- 
>>>
>>>                 WBR
>>>                 Maxim aka solomax
>>>
>>>         ------------------------------------------------------------------------
>>>
>>>
>>>         The information contained in this electronic message and any
>>>         attachments to this message are intended for the exclusive
>>>         use of the addressee(s) and may contain proprietary,
>>>         confidential or privileged information. If you are not the
>>>         intended recipient, you should not disseminate, distribute
>>>         or copy this e-mail. Please notify the sender immediately
>>>         and destroy all copies of this message and any attachments.
>>>         WARNING: Computer viruses can be transmitted via email. The
>>>         recipient should check this email and any attachments for
>>>         the presence of viruses. The company accepts no liability
>>>         for any damage caused by any virus/trojan/worms/malicious
>>>         code transmitted by this email. www.motherson.com
>>>         <http://www.motherson.com>
>>>
>>>
>>>     ------------------------------------------------------------------------
>>>
>>>     The information contained in this electronic message and any
>>>     attachments to this message are intended for the exclusive use
>>>     of the addressee(s) and may contain proprietary, confidential or
>>>     privileged information. If you are not the intended recipient,
>>>     you should not disseminate, distribute or copy this e-mail.
>>>     Please notify the sender immediately and destroy all copies of
>>>     this message and any attachments. WARNING: Computer viruses can
>>>     be transmitted via email. The recipient should check this email
>>>     and any attachments for the presence of viruses. The company
>>>     accepts no liability for any damage caused by any
>>>     virus/trojan/worms/malicious code transmitted by this email.
>>>     www.motherson.com <http://www.motherson.com>
>>
>



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

Re: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by Maxim Solodovnik <so...@gmail.com>.
What will happens in case browser window is much smaller than 5 video
windows?
Or if one this 5 user will choose full gsoc resolution for his/her video?
Or there will be 20 users?

WBR, Maxim
(from mobile, sorry for the typos)

On Mon, Nov 5, 2018, 15:42 Daniel Baker <info@collisiondetection.biz wrote:

> Probably  dock them at the bottom.
>
>
>
>
> On 11/5/2018 3:31 PM, Daniel Baker wrote:
>
> Maybe I need to  ask for  some  feature  requests ?
>
> 1 Dockable  webcam windows
> 2 Auto-record.
> 3 Option to save to  S3
>
>
> On 11/5/2018 2:56 PM, K, Amit (MIND) wrote:
>
> Exactly… Apart from this, if you want to push that recording to AWS S3
> storage, my suggestion is you have to write your own logic like:
>
>
>
> Create a scheduler which:
>
>
>
> 1.       Finds all the recording from database those status is
> ‘processed’ and type is ‘recording’.
>
> 2.       Get the stored path and copy the same to appropriate bucket on
> S3.
>
> 3.       After getting the saved status success, remove that file from
> red5 server.
>
> 4.       Change recording status as ‘moved’ or what you feel better in to
> database.
>
>
>
> Hope it will help.
>
>
>
> Best Regards,
>
> Amit
>
>
>
> *From:* Daniel Baker [mailto:info@collisiondetection.biz
> <in...@collisiondetection.biz>]
> *Sent:* Monday, November 5, 2018 1:21 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3
>
>
>
> I see,  so   it looks  like  I would  need  the webcam  footage  to stay
> in one position  then use the coordinates to  record  just that position.
>
>
>
>
>
>
>
> On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>
> There are two separate buttons:
>
> Start Sharing- To share your screen to others (No details is saving in
> file here)
>
> Start Recording- Record your desktop and saved to a file on red5 server,
> no matter what view is available on desktop weather OM browser or anything
> else.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Daniel Baker [mailto:info@collisiondetection.biz
> <in...@collisiondetection.biz>]
> *Sent:* Monday, November 5, 2018 1:10 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Saving Recordings to Amazon S3
>
>
>
> Isn't  this for  screen  sharing ?  I'm trying to get  the  webcam
> streaming  saved.
>
>
>
> On 11/5/2018 2:35 PM, Aaron H wrote:
>
>
>
> *From:* Daniel Baker <in...@collisiondetection.biz>
> <in...@collisiondetection.biz>
> *Sent:* Sunday, November 4, 2018 7:05 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Saving Recordings to Amazon S3
>
>
>
> Yes  it seems obvious  but I was wondering if it auto saved .
>
>
>
> Where   is the record  button?   I've  had a  look  around  and I can't
> see it.
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
> On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>
> Hello Daniel,
>
>
>
> not sure I understand your question
>
> You need to record something to get recording files
>
>
>
> On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> So in order for  this  recording to show  up  we  must  record a  session
> ?
>
>
>
>
>
> On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>
> Assuming you have OM installed into /opt/red5
>
> All RAW streams will be stored
> in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>
>
>
> On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> Ok  so how can  I grab  the videos  from  OM    without  touching RED5.
> What  directory  are they  stored in ?
>
>
>
> On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>
> OM records webcam output (this the source for transformation)
>
> It is just not available via API/UI
>
>
>
> Not sure how you could "make   RED5   do that" ...
>
>
>
> On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> I actually  just need   the  webcam output  to  S3   so  I guess  if  OM
> can not record  just  the webcams  I can  make   RED5   do that.
>
> n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>
>
>
> Hello Daniel,
>
>
>
> not sure what interaction do you mean :(
>
> AFAIK Red5 has no special functions to work with S3
>
>
>
> OM < 5 gets the stream from Red5, and stores it to file ...
>
>
>
> On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> Hi,
>
> I guess it would also  be possible  by interacting with  the RED5  server
> which OM uses ?
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
> On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>
> Hello Daniel,
>
>
>
> I guess you can use this method:
> https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>
> Maybe compilation is not required anymore (need to be checked)
>
>
>
> On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
>
> Hi,
>
> What  would be the best  approach  to save  recordings   to an Amazon
>
> S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?
>
>
>
> Thanks,
>
> Dan
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>
> Virus-free. www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> ------------------------------
>
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>
>

Re: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
Probably  dock them at the bottom.




On 11/5/2018 3:31 PM, Daniel Baker wrote:
> Maybe I need to  ask for  some  feature  requests ?
>
> 1 Dockable  webcam windows
> 2 Auto-record.
> 3 Option to save to  S3
>
>
> On 11/5/2018 2:56 PM, K, Amit (MIND) wrote:
>>
>> Exactly… Apart from this, if you want to push that recording to AWS 
>> S3 storage, my suggestion is you have to write your own logic like:
>>
>> Create a scheduler which:
>>
>> 1.Finds all the recording from database those status is ‘processed’ 
>> and type is ‘recording’.
>>
>> 2.Get the stored path and copy the same to appropriate bucket on S3.
>>
>> 3.After getting the saved status success, remove that file from red5 
>> server.
>>
>> 4.Change recording status as ‘moved’ or what you feel better in to 
>> database.
>>
>> Hope it will help.
>>
>> Best Regards,
>>
>> Amit
>>
>> *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>> *Sent:* Monday, November 5, 2018 1:21 PM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3
>>
>> I see,  so   it looks  like  I would  need  the webcam footage  to 
>> stay   in one position  then use the coordinates to  record  just 
>> that position.
>>
>> On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>>
>>     There are two separate buttons:
>>
>>     Start Sharing- To share your screen to others (No details is
>>     saving in file here)
>>
>>     Start Recording- Record your desktop and saved to a file on red5
>>     server, no matter what view is available on desktop weather OM
>>     browser or anything else.
>>
>>     Thanks,
>>
>>     Amit
>>
>>     *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>>     *Sent:* Monday, November 5, 2018 1:10 PM
>>     *To:* user@openmeetings.apache.org
>>     <ma...@openmeetings.apache.org>
>>     *Subject:* Re: Saving Recordings to Amazon S3
>>
>>     Isn't  this for  screen  sharing ?  I'm trying to get the 
>>     webcam  streaming  saved.
>>
>>     On 11/5/2018 2:35 PM, Aaron H wrote:
>>
>>         *From:*Daniel Baker <in...@collisiondetection.biz>
>>         <ma...@collisiondetection.biz>
>>         *Sent:* Sunday, November 4, 2018 7:05 PM
>>         *To:* user@openmeetings.apache.org
>>         <ma...@openmeetings.apache.org>
>>         *Subject:* Re: Saving Recordings to Amazon S3
>>
>>         Yes  it seems obvious  but I was wondering if it auto saved .
>>
>>         Where   is the record  button?   I've  had a  look around 
>>         and I can't  see it.
>>
>>         Thanks,
>>
>>         Dan
>>
>>         On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>>
>>             Hello Daniel,
>>
>>             not sure I understand your question
>>
>>             You need to record something to get recording files
>>
>>             On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>>             <info@collisiondetection.biz
>>             <ma...@collisiondetection.biz>> wrote:
>>
>>                 So in order for  this  recording to show  up we 
>>                 must  record a  session ?
>>
>>                 On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>
>>                     Assuming you have OM installed into /opt/red5
>>
>>                     All RAW streams will be stored
>>                     in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>
>>                     On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>>                     <info@collisiondetection.biz
>>                     <ma...@collisiondetection.biz>> wrote:
>>
>>                         Ok  so how can  I grab  the videos from 
>>                         OM    without  touching RED5. What 
>>                         directory  are they  stored in ?
>>
>>                         On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>
>>                             OM records webcam output (this the source
>>                             for transformation)
>>
>>                             It is just not available via API/UI
>>
>>                             Not sure how you could "make   RED5   do
>>                             that" ...
>>
>>                             On Fri, 5 Oct 2018 at 10:35, Daniel Baker
>>                             <info@collisiondetection.biz
>>                             <ma...@collisiondetection.biz>> wrote:
>>
>>                                 I actually just need   the  webcam
>>                                 output to  S3   so  I guess  if  OM
>>                                 can not record  just  the webcams  I
>>                                 can  make   RED5   do that.
>>
>>                                 n 10/5/2018 9:51 AM, Maxim Solodovnik
>>                                 wrote:
>>
>>
>>
>>                                     Hello Daniel,
>>
>>                                     not sure what interaction do you
>>                                     mean :(
>>
>>                                     AFAIK Red5 has no special
>>                                     functions to work with S3
>>
>>                                     OM < 5 gets the stream from Red5,
>>                                     and stores it to file ...
>>
>>                                     On Fri, 5 Oct 2018 at 09:23,
>>                                     Daniel Baker
>>                                     <info@collisiondetection.biz
>>                                     <ma...@collisiondetection.biz>>
>>                                     wrote:
>>
>>                                         Hi,
>>
>>                                         I guess it would also be
>>                                         possible  by interacting
>>                                         with  the RED5  server  which
>>                                         OM uses ?
>>
>>                                         Thanks,
>>
>>                                         Dan
>>
>>                                         On 10/1/2018 8:22 PM, Maxim
>>                                         Solodovnik wrote:
>>
>>                                             Hello Daniel,
>>
>>                                             I guess you can use this
>>                                             method:
>>                                             https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>
>>                                             Maybe compilation is not
>>                                             required anymore (need to
>>                                             be checked)
>>
>>                                             On Mon, 1 Oct 2018 at
>>                                             15:14, Daniel Baker
>>                                             <info@collisiondetection.biz
>>                                             <ma...@collisiondetection.biz>>
>>                                             wrote:
>>
>>
>>                                                 Hi,
>>
>>                                                 What  would be the
>>                                                 best  approach  to
>>                                                 save  recordings to
>>                                                 an Amazon
>>
>>                                                 S3  bucket.   Are
>>                                                 there  any special
>>                                                 requirements  from
>>                                                 OpenMeetings  ?
>>
>>
>>
>>                                                 Thanks,
>>
>>                                                 Dan
>>
>>
>>                                                 ---
>>                                                 This email has been
>>                                                 checked for viruses
>>                                                 by Avast antivirus
>>                                                 software.
>>                                                 https://www.avast.com/antivirus
>>
>>
>>                                             -- 
>>
>>                                             WBR
>>                                             Maxim aka solomax
>>
>>                                         <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>
>>                                         	
>>
>>                                         Virus-free. www.avast.com
>>                                         <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>
>>
>>
>>                                     -- 
>>
>>                                     WBR
>>                                     Maxim aka solomax
>>
>>
>>                             -- 
>>
>>                             WBR
>>                             Maxim aka solomax
>>
>>
>>                     -- 
>>
>>                     WBR
>>                     Maxim aka solomax
>>
>>
>>             -- 
>>
>>             WBR
>>             Maxim aka solomax
>>
>>     ------------------------------------------------------------------------
>>
>>
>>     The information contained in this electronic message and any
>>     attachments to this message are intended for the exclusive use of
>>     the addressee(s) and may contain proprietary, confidential or
>>     privileged information. If you are not the intended recipient,
>>     you should not disseminate, distribute or copy this e-mail.
>>     Please notify the sender immediately and destroy all copies of
>>     this message and any attachments. WARNING: Computer viruses can
>>     be transmitted via email. The recipient should check this email
>>     and any attachments for the presence of viruses. The company
>>     accepts no liability for any damage caused by any
>>     virus/trojan/worms/malicious code transmitted by this email.
>>     www.motherson.com <http://www.motherson.com>
>>
>>
>> ------------------------------------------------------------------------
>>
>> The information contained in this electronic message and any 
>> attachments to this message are intended for the exclusive use of the 
>> addressee(s) and may contain proprietary, confidential or privileged 
>> information. If you are not the intended recipient, you should not 
>> disseminate, distribute or copy this e-mail. Please notify the sender 
>> immediately and destroy all copies of this message and any 
>> attachments. WARNING: Computer viruses can be transmitted via email. 
>> The recipient should check this email and any attachments for the 
>> presence of viruses. The company accepts no liability for any damage 
>> caused by any virus/trojan/worms/malicious code transmitted by this 
>> email. www.motherson.com
>



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

Re: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
Maybe I need to  ask for  some  feature  requests ?

1 Dockable  webcam windows
2 Auto-record.
3 Option to save to  S3


On 11/5/2018 2:56 PM, K, Amit (MIND) wrote:
>
> Exactly… Apart from this, if you want to push that recording to AWS S3 
> storage, my suggestion is you have to write your own logic like:
>
> Create a scheduler which:
>
> 1.Finds all the recording from database those status is ‘processed’ 
> and type is ‘recording’.
>
> 2.Get the stored path and copy the same to appropriate bucket on S3.
>
> 3.After getting the saved status success, remove that file from red5 
> server.
>
> 4.Change recording status as ‘moved’ or what you feel better in to 
> database.
>
> Hope it will help.
>
> Best Regards,
>
> Amit
>
> *From:*Daniel Baker [mailto:info@collisiondetection.biz]
> *Sent:* Monday, November 5, 2018 1:21 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3
>
> I see,  so   it looks  like  I would  need  the webcam footage  to 
> stay   in one position  then use the coordinates to  record  just that 
> position.
>
> On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>
>     There are two separate buttons:
>
>     Start Sharing- To share your screen to others (No details is
>     saving in file here)
>
>     Start Recording- Record your desktop and saved to a file on red5
>     server, no matter what view is available on desktop weather OM
>     browser or anything else.
>
>     Thanks,
>
>     Amit
>
>     *From:*Daniel Baker [mailto:info@collisiondetection.biz]
>     *Sent:* Monday, November 5, 2018 1:10 PM
>     *To:* user@openmeetings.apache.org
>     <ma...@openmeetings.apache.org>
>     *Subject:* Re: Saving Recordings to Amazon S3
>
>     Isn't  this for  screen  sharing ?  I'm trying to get  the webcam 
>     streaming  saved.
>
>     On 11/5/2018 2:35 PM, Aaron H wrote:
>
>         *From:*Daniel Baker <in...@collisiondetection.biz>
>         <ma...@collisiondetection.biz>
>         *Sent:* Sunday, November 4, 2018 7:05 PM
>         *To:* user@openmeetings.apache.org
>         <ma...@openmeetings.apache.org>
>         *Subject:* Re: Saving Recordings to Amazon S3
>
>         Yes  it seems obvious  but I was wondering if it auto saved .
>
>         Where   is the record  button?   I've  had a  look around  and
>         I can't  see it.
>
>         Thanks,
>
>         Dan
>
>         On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>
>             Hello Daniel,
>
>             not sure I understand your question
>
>             You need to record something to get recording files
>
>             On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>             <info@collisiondetection.biz
>             <ma...@collisiondetection.biz>> wrote:
>
>                 So in order for  this  recording to show  up  we must 
>                 record a  session ?
>
>                 On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>
>                     Assuming you have OM installed into /opt/red5
>
>                     All RAW streams will be stored
>                     in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>
>                     On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>                     <info@collisiondetection.biz
>                     <ma...@collisiondetection.biz>> wrote:
>
>                         Ok  so how can  I grab  the videos  from OM   
>                         without  touching RED5.  What directory  are
>                         they  stored in ?
>
>                         On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>
>                             OM records webcam output (this the source
>                             for transformation)
>
>                             It is just not available via API/UI
>
>                             Not sure how you could "make   RED5   do
>                             that" ...
>
>                             On Fri, 5 Oct 2018 at 10:35, Daniel Baker
>                             <info@collisiondetection.biz
>                             <ma...@collisiondetection.biz>> wrote:
>
>                                 I actually just need   the  webcam
>                                 output to  S3   so  I guess  if  OM
>                                 can not record  just  the webcams  I
>                                 can  make   RED5   do that.
>
>                                 n 10/5/2018 9:51 AM, Maxim Solodovnik
>                                 wrote:
>
>
>
>                                     Hello Daniel,
>
>                                     not sure what interaction do you
>                                     mean :(
>
>                                     AFAIK Red5 has no special
>                                     functions to work with S3
>
>                                     OM < 5 gets the stream from Red5,
>                                     and stores it to file ...
>
>                                     On Fri, 5 Oct 2018 at 09:23,
>                                     Daniel Baker
>                                     <info@collisiondetection.biz
>                                     <ma...@collisiondetection.biz>>
>                                     wrote:
>
>                                         Hi,
>
>                                         I guess it would also  be
>                                         possible  by interacting with 
>                                         the RED5  server which OM uses ?
>
>                                         Thanks,
>
>                                         Dan
>
>                                         On 10/1/2018 8:22 PM, Maxim
>                                         Solodovnik wrote:
>
>                                             Hello Daniel,
>
>                                             I guess you can use this
>                                             method:
>                                             https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>
>                                             Maybe compilation is not
>                                             required anymore (need to
>                                             be checked)
>
>                                             On Mon, 1 Oct 2018 at
>                                             15:14, Daniel Baker
>                                             <info@collisiondetection.biz
>                                             <ma...@collisiondetection.biz>>
>                                             wrote:
>
>
>                                                 Hi,
>
>                                                 What  would be the
>                                                 best  approach  to
>                                                 save  recordings to an
>                                                 Amazon
>
>                                                 S3  bucket.   Are
>                                                 there  any special
>                                                 requirements  from
>                                                 OpenMeetings  ?
>
>
>
>                                                 Thanks,
>
>                                                 Dan
>
>
>                                                 ---
>                                                 This email has been
>                                                 checked for viruses by
>                                                 Avast antivirus software.
>                                                 https://www.avast.com/antivirus
>
>
>                                             -- 
>
>                                             WBR
>                                             Maxim aka solomax
>
>                                         <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>
>                                         	
>
>                                         Virus-free. www.avast.com
>                                         <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>
>
>
>                                     -- 
>
>                                     WBR
>                                     Maxim aka solomax
>
>
>                             -- 
>
>                             WBR
>                             Maxim aka solomax
>
>
>                     -- 
>
>                     WBR
>                     Maxim aka solomax
>
>
>             -- 
>
>             WBR
>             Maxim aka solomax
>
>     ------------------------------------------------------------------------
>
>
>     The information contained in this electronic message and any
>     attachments to this message are intended for the exclusive use of
>     the addressee(s) and may contain proprietary, confidential or
>     privileged information. If you are not the intended recipient, you
>     should not disseminate, distribute or copy this e-mail. Please
>     notify the sender immediately and destroy all copies of this
>     message and any attachments. WARNING: Computer viruses can be
>     transmitted via email. The recipient should check this email and
>     any attachments for the presence of viruses. The company accepts
>     no liability for any damage caused by any
>     virus/trojan/worms/malicious code transmitted by this email.
>     www.motherson.com <http://www.motherson.com>
>
>
> ------------------------------------------------------------------------
>
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of the 
> addressee(s) and may contain proprietary, confidential or privileged 
> information. If you are not the intended recipient, you should not 
> disseminate, distribute or copy this e-mail. Please notify the sender 
> immediately and destroy all copies of this message and any 
> attachments. WARNING: Computer viruses can be transmitted via email. 
> The recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage 
> caused by any virus/trojan/worms/malicious code transmitted by this 
> email. www.motherson.com



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

Re: Saving Recordings to Amazon S3

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel, All

Om saves camera streams regardless of sharing area

You have 2 options:

1. Interview room
No screen sharing app is required
Only camera streams are being saved (and later combined into single
recording file)
Recording button is on white board

2 all other room types:
Recording can be started in screen-sharing app only
All streams from all cameras/microphones will be saved (and later combined
into one recording file)
Recording button is on screen-sharing app

Not sure it was clear enough :(

You don't need to move streams to S3, you can directly save it to S3 (via
mount using correct file system)
And I would not recommend to play with stream status in db (re-convertion
might be broken after this)




WBR, Maxim
(from mobile, sorry for the typos)

On Mon, Nov 5, 2018, 14:51 Daniel Baker <info@collisiondetection.biz wrote:

> I see,  so   it looks  like  I would  need  the webcam  footage  to stay
> in one position  then use the coordinates to  record  just that position.
>
>
>
>
> On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>
> There are two separate buttons:
>
> Start Sharing- To share your screen to others (No details is saving in
> file here)
>
> Start Recording- Record your desktop and saved to a file on red5 server,
> no matter what view is available on desktop weather OM browser or anything
> else.
>
>
>
> Thanks,
>
> Amit
>
>
>
> *From:* Daniel Baker [mailto:info@collisiondetection.biz
> <in...@collisiondetection.biz>]
> *Sent:* Monday, November 5, 2018 1:10 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Saving Recordings to Amazon S3
>
>
>
> Isn't  this for  screen  sharing ?  I'm trying to get  the  webcam
> streaming  saved.
>
>
>
> On 11/5/2018 2:35 PM, Aaron H wrote:
>
>
>
> *From:* Daniel Baker <in...@collisiondetection.biz>
> <in...@collisiondetection.biz>
> *Sent:* Sunday, November 4, 2018 7:05 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Saving Recordings to Amazon S3
>
>
>
> Yes  it seems obvious  but I was wondering if it auto saved .
>
>
>
> Where   is the record  button?   I've  had a  look  around  and I can't
> see it.
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
> On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>
> Hello Daniel,
>
>
>
> not sure I understand your question
>
> You need to record something to get recording files
>
>
>
> On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> So in order for  this  recording to show  up  we  must  record a  session
> ?
>
>
>
>
>
> On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>
> Assuming you have OM installed into /opt/red5
>
> All RAW streams will be stored
> in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>
>
>
> On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> Ok  so how can  I grab  the videos  from  OM    without  touching RED5.
> What  directory  are they  stored in ?
>
>
>
> On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>
> OM records webcam output (this the source for transformation)
>
> It is just not available via API/UI
>
>
>
> Not sure how you could "make   RED5   do that" ...
>
>
>
> On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> I actually  just need   the  webcam output  to  S3   so  I guess  if  OM
> can not record  just  the webcams  I can  make   RED5   do that.
>
> n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>
>
> Hello Daniel,
>
>
>
> not sure what interaction do you mean :(
>
> AFAIK Red5 has no special functions to work with S3
>
>
>
> OM < 5 gets the stream from Red5, and stores it to file ...
>
>
>
> On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
> Hi,
>
> I guess it would also  be possible  by interacting with  the RED5  server
> which OM uses ?
>
>
>
> Thanks,
>
>
>
> Dan
>
>
>
> On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>
> Hello Daniel,
>
>
>
> I guess you can use this method:
> https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>
> Maybe compilation is not required anymore (need to be checked)
>
>
>
> On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
>
> Hi,
>
> What  would be the best  approach  to save  recordings   to an Amazon
>
> S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?
>
>
>
> Thanks,
>
> Dan
>
>
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>
> Virus-free. www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
> ------------------------------
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>
>
>

RE: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
Exactly… Apart from this, if you want to push that recording to AWS S3 storage, my suggestion is you have to write your own logic like:


Create a scheduler which:



1.       Finds all the recording from database those status is ‘processed’ and type is ‘recording’.

2.       Get the stored path and copy the same to appropriate bucket on S3.

3.       After getting the saved status success, remove that file from red5 server.

4.       Change recording status as ‘moved’ or what you feel better in to database.

Hope it will help.

Best Regards,
Amit

From: Daniel Baker [mailto:info@collisiondetection.biz]
Sent: Monday, November 5, 2018 1:21 PM
To: user@openmeetings.apache.org
Subject: Warning!!!PossibleSpam Re: Saving Recordings to Amazon S3


I see,  so   it looks  like  I would  need  the webcam  footage  to stay   in one position  then use the coordinates to  record  just that position.





On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
There are two separate buttons:
Start Sharing- To share your screen to others (No details is saving in file here)
Start Recording- Record your desktop and saved to a file on red5 server, no matter what view is available on desktop weather OM browser or anything else.

Thanks,
Amit

From: Daniel Baker [mailto:info@collisiondetection.biz]
Sent: Monday, November 5, 2018 1:10 PM
To: user@openmeetings.apache.org<ma...@openmeetings.apache.org>
Subject: Re: Saving Recordings to Amazon S3


Isn't  this for  screen  sharing ?  I'm trying to get  the  webcam  streaming  saved.

On 11/5/2018 2:35 PM, Aaron H wrote:
[cid:image001.png@01D4750B.388DE3A0]

From: Daniel Baker <in...@collisiondetection.biz>
Sent: Sunday, November 4, 2018 7:05 PM
To: user@openmeetings.apache.org<ma...@openmeetings.apache.org>
Subject: Re: Saving Recordings to Amazon S3


Yes  it seems obvious  but I was wondering if it auto saved .



Where   is the record  button?   I've  had a  look  around  and I can't  see it.



Thanks,



Dan

On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
Hello Daniel,

not sure I understand your question
You need to record something to get recording files

On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>> wrote:

So in order for  this  recording to show  up  we  must  record a  session ?



On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
Assuming you have OM installed into /opt/red5
All RAW streams will be stored in /opt/red5/webapps/openmeetings/streams/ROOM_ID

On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>> wrote:

Ok  so how can  I grab  the videos  from  OM    without  touching RED5.  What  directory  are they  stored in ?

On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
OM records webcam output (this the source for transformation)
It is just not available via API/UI

Not sure how you could "make   RED5   do that" ...

On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>> wrote:
I actually  just need   the  webcam output  to  S3   so  I guess  if  OM can not record  just  the webcams  I can  make   RED5   do that.

n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:



Hello Daniel,

not sure what interaction do you mean :(
AFAIK Red5 has no special functions to work with S3

OM < 5 gets the stream from Red5, and stores it to file ...

On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>> wrote:

Hi,

I guess it would also  be possible  by interacting with  the RED5  server  which OM uses ?



Thanks,



Dan

On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
Hello Daniel,

I guess you can use this method: https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
Maybe compilation is not required anymore (need to be checked)

On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>> wrote:

Hi,

What  would be the best  approach  to save  recordings   to an Amazon

S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?



Thanks,

Dan


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


--
WBR
Maxim aka solomax


[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>

Virus-free. www.avast.com<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>



--
WBR
Maxim aka solomax



--
WBR
Maxim aka solomax



--
WBR
Maxim aka solomax



--
WBR
Maxim aka solomax



________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com<http://www.motherson.com>


________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
I see,  so   it looks  like  I would  need  the webcam  footage to 
stay   in one position  then use the coordinates to  record just that 
position.




On 11/5/2018 2:44 PM, K, Amit (MIND) wrote:
>
> There are two separate buttons:
>
> Start Sharing- To share your screen to others (No details is saving in 
> file here)
>
> Start Recording- Record your desktop and saved to a file on red5 
> server, no matter what view is available on desktop weather OM browser 
> or anything else.
>
> Thanks,
>
> Amit
>
> *From:*Daniel Baker [mailto:info@collisiondetection.biz]
> *Sent:* Monday, November 5, 2018 1:10 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Saving Recordings to Amazon S3
>
> Isn't  this for  screen  sharing ?  I'm trying to get  the webcam  
> streaming  saved.
>
> On 11/5/2018 2:35 PM, Aaron H wrote:
>
>     *From:*Daniel Baker <in...@collisiondetection.biz>
>     <ma...@collisiondetection.biz>
>     *Sent:* Sunday, November 4, 2018 7:05 PM
>     *To:* user@openmeetings.apache.org
>     <ma...@openmeetings.apache.org>
>     *Subject:* Re: Saving Recordings to Amazon S3
>
>     Yes  it seems obvious  but I was wondering if it auto saved .
>
>     Where   is the record  button?   I've  had a  look  around and I
>     can't  see it.
>
>     Thanks,
>
>     Dan
>
>     On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>
>         Hello Daniel,
>
>         not sure I understand your question
>
>         You need to record something to get recording files
>
>         On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>         <info@collisiondetection.biz
>         <ma...@collisiondetection.biz>> wrote:
>
>             So in order for  this  recording to show  up  we must 
>             record a  session ?
>
>             On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>
>                 Assuming you have OM installed into /opt/red5
>
>                 All RAW streams will be stored
>                 in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>
>                 On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>                 <info@collisiondetection.biz
>                 <ma...@collisiondetection.biz>> wrote:
>
>                     Ok  so how can  I grab  the videos  from OM   
>                     without  touching RED5.  What directory  are they 
>                     stored in ?
>
>                     On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>
>                         OM records webcam output (this the source for
>                         transformation)
>
>                         It is just not available via API/UI
>
>                         Not sure how you could "make   RED5   do that" ...
>
>                         On Fri, 5 Oct 2018 at 10:35, Daniel Baker
>                         <info@collisiondetection.biz
>                         <ma...@collisiondetection.biz>> wrote:
>
>                             I actually  just need   the  webcam
>                             output  to  S3 so  I guess  if  OM can not
>                             record just  the webcams  I can  make
>                             RED5   do that.
>
>                             n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>
>
>                                 Hello Daniel,
>
>                                 not sure what interaction do you mean :(
>
>                                 AFAIK Red5 has no special functions to
>                                 work with S3
>
>                                 OM < 5 gets the stream from Red5, and
>                                 stores it to file ...
>
>                                 On Fri, 5 Oct 2018 at 09:23, Daniel
>                                 Baker <info@collisiondetection.biz
>                                 <ma...@collisiondetection.biz>>
>                                 wrote:
>
>                                     Hi,
>
>                                     I guess it would also  be
>                                     possible  by interacting with  the
>                                     RED5  server which OM uses ?
>
>                                     Thanks,
>
>                                     Dan
>
>                                     On 10/1/2018 8:22 PM, Maxim
>                                     Solodovnik wrote:
>
>                                         Hello Daniel,
>
>                                         I guess you can use this
>                                         method:
>                                         https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>
>                                         Maybe compilation is not
>                                         required anymore (need to be
>                                         checked)
>
>                                         On Mon, 1 Oct 2018 at 15:14,
>                                         Daniel Baker
>                                         <info@collisiondetection.biz
>                                         <ma...@collisiondetection.biz>>
>                                         wrote:
>
>
>                                             Hi,
>
>                                             What  would be the best 
>                                             approach  to save 
>                                             recordings   to an Amazon
>
>                                             S3  bucket.   Are there 
>                                             any special requirements 
>                                             from OpenMeetings  ?
>
>
>
>                                             Thanks,
>
>                                             Dan
>
>
>                                             ---
>                                             This email has been
>                                             checked for viruses by
>                                             Avast antivirus software.
>                                             https://www.avast.com/antivirus
>
>
>                                         -- 
>
>                                         WBR
>                                         Maxim aka solomax
>
>                                     <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>
>                                     	
>
>                                     Virus-free. www.avast.com
>                                     <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>
>
>
>                                 -- 
>
>                                 WBR
>                                 Maxim aka solomax
>
>
>                         -- 
>
>                         WBR
>                         Maxim aka solomax
>
>
>                 -- 
>
>                 WBR
>                 Maxim aka solomax
>
>
>         -- 
>
>         WBR
>         Maxim aka solomax
>
>
> ------------------------------------------------------------------------
>
> The information contained in this electronic message and any 
> attachments to this message are intended for the exclusive use of the 
> addressee(s) and may contain proprietary, confidential or privileged 
> information. If you are not the intended recipient, you should not 
> disseminate, distribute or copy this e-mail. Please notify the sender 
> immediately and destroy all copies of this message and any 
> attachments. WARNING: Computer viruses can be transmitted via email. 
> The recipient should check this email and any attachments for the 
> presence of viruses. The company accepts no liability for any damage 
> caused by any virus/trojan/worms/malicious code transmitted by this 
> email. www.motherson.com



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

RE: Saving Recordings to Amazon S3

Posted by "K, Amit (MIND)" <Am...@mind-infotech.com>.
There are two separate buttons:
Start Sharing- To share your screen to others (No details is saving in file here)
Start Recording- Record your desktop and saved to a file on red5 server, no matter what view is available on desktop weather OM browser or anything else.

Thanks,
Amit

From: Daniel Baker [mailto:info@collisiondetection.biz]
Sent: Monday, November 5, 2018 1:10 PM
To: user@openmeetings.apache.org
Subject: Re: Saving Recordings to Amazon S3


Isn't  this for  screen  sharing ?  I'm trying to get  the  webcam  streaming  saved.

On 11/5/2018 2:35 PM, Aaron H wrote:
[cid:image001.png@01D47509.892ED410]

From: Daniel Baker <in...@collisiondetection.biz>
Sent: Sunday, November 4, 2018 7:05 PM
To: user@openmeetings.apache.org<ma...@openmeetings.apache.org>
Subject: Re: Saving Recordings to Amazon S3


Yes  it seems obvious  but I was wondering if it auto saved .



Where   is the record  button?   I've  had a  look  around  and I can't  see it.



Thanks,



Dan

On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
Hello Daniel,

not sure I understand your question
You need to record something to get recording files

On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>> wrote:

So in order for  this  recording to show  up  we  must  record a  session ?



On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
Assuming you have OM installed into /opt/red5
All RAW streams will be stored in /opt/red5/webapps/openmeetings/streams/ROOM_ID

On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>> wrote:

Ok  so how can  I grab  the videos  from  OM    without  touching RED5.  What  directory  are they  stored in ?

On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
OM records webcam output (this the source for transformation)
It is just not available via API/UI

Not sure how you could "make   RED5   do that" ...

On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>> wrote:
I actually  just need   the  webcam output  to  S3   so  I guess  if  OM can not record  just  the webcams  I can  make   RED5   do that.

n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:


Hello Daniel,

not sure what interaction do you mean :(
AFAIK Red5 has no special functions to work with S3

OM < 5 gets the stream from Red5, and stores it to file ...

On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>> wrote:

Hi,

I guess it would also  be possible  by interacting with  the RED5  server  which OM uses ?



Thanks,



Dan

On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
Hello Daniel,

I guess you can use this method: https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
Maybe compilation is not required anymore (need to be checked)

On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>> wrote:

Hi,

What  would be the best  approach  to save  recordings   to an Amazon

S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?



Thanks,

Dan


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


--
WBR
Maxim aka solomax


[https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>

Virus-free. www.avast.com<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>



--
WBR
Maxim aka solomax



--
WBR
Maxim aka solomax



--
WBR
Maxim aka solomax



--
WBR
Maxim aka solomax



________________________________

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus/trojan/worms/malicious code transmitted by this email. www.motherson.com

Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
Isn't  this for  screen  sharing ?  I'm trying to get  the webcam  
streaming  saved.


On 11/5/2018 2:35 PM, Aaron H wrote:
>
> *From:*Daniel Baker <in...@collisiondetection.biz>
> *Sent:* Sunday, November 4, 2018 7:05 PM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Saving Recordings to Amazon S3
>
> Yes  it seems obvious  but I was wondering if it auto saved .
>
> Where   is the record  button?   I've  had a  look  around and I 
> can't  see it.
>
> Thanks,
>
> Dan
>
> On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
>
>     Hello Daniel,
>
>     not sure I understand your question
>
>     You need to record something to get recording files
>
>     On Sun, 4 Nov 2018 at 10:51, Daniel Baker
>     <info@collisiondetection.biz <ma...@collisiondetection.biz>>
>     wrote:
>
>         So in order for  this  recording to show  up  we must  record
>         a  session ?
>
>         On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>
>             Assuming you have OM installed into /opt/red5
>
>             All RAW streams will be stored
>             in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>
>             On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>             <info@collisiondetection.biz
>             <ma...@collisiondetection.biz>> wrote:
>
>                 Ok  so how can  I grab  the videos  from OM   
>                 without  touching RED5.  What directory  are they 
>                 stored in ?
>
>                 On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>
>                     OM records webcam output (this the source for
>                     transformation)
>
>                     It is just not available via API/UI
>
>                     Not sure how you could "make   RED5   do that" ...
>
>                     On Fri, 5 Oct 2018 at 10:35, Daniel Baker
>                     <info@collisiondetection.biz
>                     <ma...@collisiondetection.biz>> wrote:
>
>                         I actually  just need   the  webcam output 
>                         to  S3 so  I guess  if  OM can not record
>                         just  the webcams  I can  make RED5   do that.
>
>                         n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>
>                             Hello Daniel,
>
>                             not sure what interaction do you mean :(
>
>                             AFAIK Red5 has no special functions to
>                             work with S3
>
>                             OM < 5 gets the stream from Red5, and
>                             stores it to file ...
>
>                             On Fri, 5 Oct 2018 at 09:23, Daniel Baker
>                             <info@collisiondetection.biz
>                             <ma...@collisiondetection.biz>> wrote:
>
>                                 Hi,
>
>                                 I guess it would also  be possible  by
>                                 interacting with the RED5  server 
>                                 which OM uses ?
>
>                                 Thanks,
>
>                                 Dan
>
>                                 On 10/1/2018 8:22 PM, Maxim Solodovnik
>                                 wrote:
>
>                                     Hello Daniel,
>
>                                     I guess you can use this method:
>                                     https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>
>                                     Maybe compilation is not required
>                                     anymore (need to be checked)
>
>                                     On Mon, 1 Oct 2018 at 15:14,
>                                     Daniel Baker
>                                     <info@collisiondetection.biz
>                                     <ma...@collisiondetection.biz>>
>                                     wrote:
>
>
>                                         Hi,
>
>                                         What  would be the best
>                                         approach  to save recordings  
>                                         to an Amazon
>
>                                         S3  bucket.   Are there any
>                                         special requirements  from
>                                         OpenMeetings  ?
>
>
>
>                                         Thanks,
>
>                                         Dan
>
>
>                                         ---
>                                         This email has been checked
>                                         for viruses by Avast antivirus
>                                         software.
>                                         https://www.avast.com/antivirus
>
>
>                                     -- 
>
>                                     WBR
>                                     Maxim aka solomax
>
>                                 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>
>                                 	
>
>                                 Virus-free. www.avast.com
>                                 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>
>
>
>                             -- 
>
>                             WBR
>                             Maxim aka solomax
>
>
>                     -- 
>
>                     WBR
>                     Maxim aka solomax
>
>
>             -- 
>
>             WBR
>             Maxim aka solomax
>
>
>     -- 
>
>     WBR
>     Maxim aka solomax
>



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

RE: Saving Recordings to Amazon S3

Posted by Aaron H <aa...@gmail.com>.

 

From: Daniel Baker <in...@collisiondetection.biz> 
Sent: Sunday, November 4, 2018 7:05 PM
To: user@openmeetings.apache.org
Subject: Re: Saving Recordings to Amazon S3

 

Yes  it seems obvious  but I was wondering if it auto saved .

 

Where   is the record  button?   I've  had a  look  around  and I can't  see it.

 

Thanks,

 

Dan 

 

On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:

Hello Daniel, 

 

not sure I understand your question

You need to record something to get recording files

 

On Sun, 4 Nov 2018 at 10:51, Daniel Baker <info@collisiondetection.biz <ma...@collisiondetection.biz> > wrote:

So in order for  this  recording to show  up  we  must  record a  session ? 

 

 

On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:

Assuming you have OM installed into /opt/red5

All RAW streams will be stored in /opt/red5/webapps/openmeetings/streams/ROOM_ID

 

On Fri, 5 Oct 2018 at 14:15, Daniel Baker <info@collisiondetection.biz <ma...@collisiondetection.biz> > wrote:

Ok  so how can  I grab  the videos  from  OM    without  touching RED5.  What  directory  are they  stored in ? 

 

On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:

OM records webcam output (this the source for transformation) 

It is just not available via API/UI

 

Not sure how you could "make   RED5   do that" ...

 

On Fri, 5 Oct 2018 at 10:35, Daniel Baker <info@collisiondetection.biz <ma...@collisiondetection.biz> > wrote:

I actually  just need   the  webcam output  to  S3   so  I guess  if  OM can not record  just  the webcams  I can  make   RED5   do that. 

n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:



Hello Daniel, 

 

not sure what interaction do you mean :(

AFAIK Red5 has no special functions to work with S3

 

OM < 5 gets the stream from Red5, and stores it to file ...

 

On Fri, 5 Oct 2018 at 09:23, Daniel Baker <info@collisiondetection.biz <ma...@collisiondetection.biz> > wrote:

Hi,

I guess it would also  be possible  by interacting with  the RED5  server  which OM uses ? 

 

Thanks,

 

Dan 

 

On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:

Hello Daniel, 

 

I guess you can use this method: https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/

Maybe compilation is not required anymore (need to be checked)

 

On Mon, 1 Oct 2018 at 15:14, Daniel Baker <info@collisiondetection.biz <ma...@collisiondetection.biz> > wrote:


Hi,

What  would be the best  approach  to save  recordings   to an Amazon

S3  bucket.   Are there  any special   requirements  from OpenMeetings  ?



Thanks,

Dan


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




 

-- 

WBR
Maxim aka solomax

 

 


 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon> 

Virus-free.  <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link> www.avast.com 




 

-- 

WBR
Maxim aka solomax

 




 

-- 

WBR
Maxim aka solomax

 




 

-- 

WBR
Maxim aka solomax

 




 

-- 

WBR
Maxim aka solomax

 


Re: Saving Recordings to Amazon S3

Posted by Daniel Baker <in...@collisiondetection.biz>.
Yes  it seems obvious  but I was wondering if it auto saved .


Where   is the record  button?   I've  had a  look  around  and I can't  
see it.


Thanks,


Dan


On 11/4/2018 11:24 PM, Maxim Solodovnik wrote:
> Hello Daniel,
>
> not sure I understand your question
> You need to record something to get recording files
>
> On Sun, 4 Nov 2018 at 10:51, Daniel Baker <info@collisiondetection.biz 
> <ma...@collisiondetection.biz>> wrote:
>
>     So in order for  this  recording to show  up  we  must record a 
>     session ?
>
>
>
>     On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>>     Assuming you have OM installed into /opt/red5
>>     All RAW streams will be stored
>>     in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>>
>>     On Fri, 5 Oct 2018 at 14:15, Daniel Baker
>>     <info@collisiondetection.biz
>>     <ma...@collisiondetection.biz>> wrote:
>>
>>         Ok  so how can  I grab  the videos  from  OM without 
>>         touching RED5.  What  directory  are they  stored in ?
>>
>>
>>         On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>>         OM records webcam output (this the source for transformation)
>>>         It is just not available via API/UI
>>>
>>>         Not sure how you could "make   RED5   do that" ...
>>>
>>>         On Fri, 5 Oct 2018 at 10:35, Daniel Baker
>>>         <info@collisiondetection.biz
>>>         <ma...@collisiondetection.biz>> wrote:
>>>
>>>             I actually  just need   the  webcam output to  S3   so 
>>>             I guess  if  OM can not record just  the webcams  I can 
>>>             make   RED5   do that.
>>>
>>>             n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>>>>             Hello Daniel,
>>>>
>>>>             not sure what interaction do you mean :(
>>>>             AFAIK Red5 has no special functions to work with S3
>>>>
>>>>             OM < 5 gets the stream from Red5, and stores it to file ...
>>>>
>>>>             On Fri, 5 Oct 2018 at 09:23, Daniel Baker
>>>>             <info@collisiondetection.biz
>>>>             <ma...@collisiondetection.biz>> wrote:
>>>>
>>>>                 Hi,
>>>>
>>>>                 I guess it would also  be possible  by interacting
>>>>                 with  the RED5  server  which OM uses ?
>>>>
>>>>
>>>>                 Thanks,
>>>>
>>>>
>>>>                 Dan
>>>>
>>>>
>>>>                 On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>>>>>                 Hello Daniel,
>>>>>
>>>>>                 I guess you can use this method:
>>>>>                 https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>>>>                 Maybe compilation is not required anymore (need to
>>>>>                 be checked)
>>>>>
>>>>>                 On Mon, 1 Oct 2018 at 15:14, Daniel Baker
>>>>>                 <info@collisiondetection.biz
>>>>>                 <ma...@collisiondetection.biz>> wrote:
>>>>>
>>>>>
>>>>>                     Hi,
>>>>>
>>>>>                     What  would be the best approach  to save
>>>>>                     recordings   to an Amazon
>>>>>
>>>>>                     S3  bucket.   Are there  any special  
>>>>>                     requirements  from OpenMeetings  ?
>>>>>
>>>>>
>>>>>
>>>>>                     Thanks,
>>>>>
>>>>>                     Dan
>>>>>
>>>>>
>>>>>                     ---
>>>>>                     This email has been checked for viruses by
>>>>>                     Avast antivirus software.
>>>>>                     https://www.avast.com/antivirus
>>>>>
>>>>>
>>>>>
>>>>>                 -- 
>>>>>                 WBR
>>>>>                 Maxim aka solomax
>>>>
>>>>
>>>>                 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon>
>>>>                 	Virus-free. www.avast.com
>>>>                 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>>>
>>>>
>>>>                 <#m_-2386477344346902412_m_-5347496084285933263_m_-6047281768398428902_m_-4609028286883570553_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>>
>>>>
>>>>
>>>>             -- 
>>>>             WBR
>>>>             Maxim aka solomax
>>>
>>>
>>>
>>>         -- 
>>>         WBR
>>>         Maxim aka solomax
>>
>>
>>
>>     -- 
>>     WBR
>>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax



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

Re: Saving Recordings to Amazon S3

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Daniel,

not sure I understand your question
You need to record something to get recording files

On Sun, 4 Nov 2018 at 10:51, Daniel Baker <in...@collisiondetection.biz>
wrote:

> So in order for  this  recording to show  up  we  must  record a  session
> ?
>
>
>
> On 10/5/2018 2:37 PM, Maxim Solodovnik wrote:
>
> Assuming you have OM installed into /opt/red5
> All RAW streams will be stored
> in /opt/red5/webapps/openmeetings/streams/ROOM_ID
>
> On Fri, 5 Oct 2018 at 14:15, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
>> Ok  so how can  I grab  the videos  from  OM    without  touching RED5.
>> What  directory  are they  stored in ?
>>
>> On 10/5/2018 11:00 AM, Maxim Solodovnik wrote:
>>
>> OM records webcam output (this the source for transformation)
>> It is just not available via API/UI
>>
>> Not sure how you could "make   RED5   do that" ...
>>
>> On Fri, 5 Oct 2018 at 10:35, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>>> I actually  just need   the  webcam output  to  S3   so  I guess  if  OM
>>> can not record  just  the webcams  I can  make   RED5   do that.
>>>
>>> n 10/5/2018 9:51 AM, Maxim Solodovnik wrote:
>>>
>>> Hello Daniel,
>>>
>>> not sure what interaction do you mean :(
>>> AFAIK Red5 has no special functions to work with S3
>>>
>>> OM < 5 gets the stream from Red5, and stores it to file ...
>>>
>>> On Fri, 5 Oct 2018 at 09:23, Daniel Baker <in...@collisiondetection.biz>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I guess it would also  be possible  by interacting with  the RED5
>>>> server  which OM uses ?
>>>>
>>>>
>>>> Thanks,
>>>>
>>>>
>>>> Dan
>>>>
>>>> On 10/1/2018 8:22 PM, Maxim Solodovnik wrote:
>>>>
>>>> Hello Daniel,
>>>>
>>>> I guess you can use this method:
>>>> https://www.interserver.net/tips/kb/mount-s3-bucket-centos-ubuntu-using-s3fs/
>>>> Maybe compilation is not required anymore (need to be checked)
>>>>
>>>> On Mon, 1 Oct 2018 at 15:14, Daniel Baker <in...@collisiondetection.biz>
>>>> wrote:
>>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> What  would be the best  approach  to save  recordings   to an Amazon
>>>>>
>>>>> S3  bucket.   Are there  any special   requirements  from
>>>>> OpenMeetings  ?
>>>>>
>>>>>
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Dan
>>>>>
>>>>>
>>>>> ---
>>>>> This email has been checked for viruses by Avast antivirus software.
>>>>> https://www.avast.com/antivirus
>>>>>
>>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>>
>>>>
>>>>
>>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon> Virus-free.
>>>> www.avast.com
>>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link>
>>>> <#m_-2386477344346902412_m_-5347496084285933263_m_-6047281768398428902_m_-4609028286883570553_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>
> --
> WBR
> Maxim aka solomax
>
>
>

-- 
WBR
Maxim aka solomax