Re: arrange automatically video-pictures

2020-01-03 Thread Stefan Kühl
Hey @all, 

Maxim is right, we discuss this on multiple times (also concerning to
the "open themes" i think).
I would really appreciate if this would work. But we have up to 8 users
and 1 admin. Video size is unimportant for me. Most of them are a little
bit shady ;-) 

Maybe we can improve Daniels source code to evaluate an optional
solution?! 

Greetz 

Stefan

Am 03.01.2020 18:32, schrieb Maxim Solodovnik:

> Hello Rene, 
> 
> I'm afraid the feature can't be included as-is :( 
> It was discussed some time ago 
> We can't guarantee there will be "no more than  4  students and webcam size 
> is fixed" 
> 
> I'm open to your ideas how room space can be enhanced :) 
> 
> On Sat, 4 Jan 2020 at 00:00, R. Scholz  
> wrote: 
> Hello Daniel,
> 
> its good to see that anyone else need such a feature like me.
> I will be very happy if you can open your source.
> 
> Maybe its a fetaure Maxim will include? 
> 
> Best regards,
> 
> René
> 
> Am 03.01.2020 um 14:55 schrieb Daniel Baker: 
> 
> Also been  working on this   so  the  cameras  always  load  in a  " lower 
> third". Admin always to the far left and  students  to the right.   We don't 
> plan on having more than  4  students and webcam size is fixed.   Seems  to  
> be  stable now so I'll open source the code  soon. 
> 
> On 1/3/2020 10:27 AM, Peter Dähn wrote: Hi there,
> 
> I made a little change to the interview room. This "hack" removes the big 
> video-pod in the interview room if the room name contains a "→". All other 
> video pods will be placed automatically in equal size.
> 
> Use this function on linux, before build:
> 
> sed -i.bak -e 's/_inited = true;/_inited = true;name=$(".room.name 
> [1]").text();if(name.indexOf("→") != -1){$(".pod-big").hide();}/g' 
> /PATH/TO/OM/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-interview-area.js
> 
> Greetings Peter
> 
> Am 02.01.20 um 16:38 schrieb R. Scholz: Hello Maxim,
> 
> Boah: Cool! 
> I'm deepest impressed.
> 
> Best regards,
> 
> René
> 
> Am 02.01.2020 um 15:17 schrieb Maxim Solodovnik: 
> https://openmeetings.apache.org/GeneralConfiguration.html
> 
> video.arrange.keycode ? 
> 
> On Thu, 2 Jan 2020 at 20:25, René Scholz  
> wrote: Hello,
> 
> yesterday I had made a conference-room for 4 users.
> 
> When they login I want that the camera (all Notebooks, Windows 10) 
> switch on and that the pictures automatically arrange.
> I know its a problem for the first user (only one video), the 2nd (two 
> videos-pcitures) and so on.
> 
> Idea:
> Is it possible to make a button that can arrange all avaiable 
> video-screens on the avaiable place on the monitor?
> Or have anybody another idea?
> (Similar to the function from Windows to arrange all windows.)
> 
> With best regards,
> 
> René 
> -- 
> WBR
> Maxim aka solomax

  -- 
WBR
Maxim aka solomax 

Links:
--
[1] http://room.name

Re: arrange automatically video-pictures

2020-01-03 Thread Maxim Solodovnik
Hello Rene,

I'm afraid the feature can't be included as-is :(
It was discussed some time ago
We can't guarantee there will be "no more than  4  students and webcam size
is fixed"

I'm open to your ideas how room space can be enhanced :)

On Sat, 4 Jan 2020 at 00:00, R. Scholz 
wrote:

> Hello Daniel,
>
> its good to see that anyone else need such a feature like me.
> I will be very happy if you can open your source.
>
> Maybe its a fetaure Maxim will include?
>
> Best regards,
>
> René
>
>
> Am 03.01.2020 um 14:55 schrieb Daniel Baker:
>
> Also been  working on this   so  the  cameras  always  load  in a  " lower
> third". Admin always to the far left and  students  to the right.   We
> don't plan on having more than  4  students and webcam size is fixed.
> Seems  to  be  stable now so I'll open source the code  soon.
>
>
> On 1/3/2020 10:27 AM, Peter Dähn wrote:
>
> Hi there,
>
> I made a little change to the interview room. This "hack" removes the big
> video-pod in the interview room if the room name contains a "→". All other
> video pods will be placed automatically in equal size.
>
> Use this function on linux, before build:
>
> sed -i.bak -e 's/_inited = true;/_inited = 
> true;name=$(".room.name").text();if(name.indexOf("→")
> != -1){$(".pod-big").hide();}/g'
> /PATH/TO/OM/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-interview-area.js
>
> Greetings Peter
>
>
> Am 02.01.20 um 16:38 schrieb R. Scholz:
>
> Hello Maxim,
>
> Boah: Cool!
> I'm deepest impressed.
>
> Best regards,
>
> René
>
>
> Am 02.01.2020 um 15:17 schrieb Maxim Solodovnik:
>
> https://openmeetings.apache.org/GeneralConfiguration.html
>
> video.arrange.keycode ?
>
> On Thu, 2 Jan 2020 at 20:25, René Scholz <
> rene.sch...@abakus-edv-systems.de> wrote:
>
>> Hello,
>>
>> yesterday I had made a conference-room for 4 users.
>>
>> When they login I want that the camera (all Notebooks, Windows 10)
>> switch on and that the pictures automatically arrange.
>> I know its a problem for the first user (only one video), the 2nd (two
>> videos-pcitures) and so on.
>>
>> Idea:
>> Is it possible to make a button that can arrange all avaiable
>> video-screens on the avaiable place on the monitor?
>> Or have anybody another idea?
>> (Similar to the function from Windows to arrange all windows.)
>>
>> With best regards,
>>
>> René
>>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>

-- 
WBR
Maxim aka solomax


Re: arrange automatically video-pictures

2020-01-03 Thread R. Scholz

Hello Daniel,

its good to see that anyone else need such a feature like me.
I will be very happy if you can open your source.

Maybe its a fetaure Maxim will include?

Best regards,

René


Am 03.01.2020 um 14:55 schrieb Daniel Baker:


Also been  working on this   so  the  cameras  always  load  in a  " 
lower third". Admin always to the far left and  students to the 
right.   We don't plan on having more than  4  students and webcam 
size is fixed.   Seems  to  be  stable now so I'll open source the 
code  soon.



On 1/3/2020 10:27 AM, Peter Dähn wrote:

Hi there,

I made a little change to the interview room. This "hack" removes the 
big video-pod in the interview room if the room name contains a "→". 
All other video pods will be placed automatically in equal size.


Use this function on linux, before build:

sed -i.bak -e 's/_inited = true;/_inited = 
true;name=$(".room.name").text();if(name.indexOf("→") != 
-1){$(".pod-big").hide();}/g' 
/PATH/TO/OM/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-interview-area.js


Greetings Peter


Am 02.01.20 um 16:38 schrieb R. Scholz:

Hello Maxim,

Boah: Cool!
I'm deepest impressed.

Best regards,

René


Am 02.01.2020 um 15:17 schrieb Maxim Solodovnik:

https://openmeetings.apache.org/GeneralConfiguration.html

video.arrange.keycode ?

On Thu, 2 Jan 2020 at 20:25, René Scholz 
> wrote:


Hello,

yesterday I had made a conference-room for 4 users.

When they login I want that the camera (all Notebooks, Windows 10)
switch on and that the pictures automatically arrange.
I know its a problem for the first user (only one video), the
2nd (two
videos-pcitures) and so on.

Idea:
Is it possible to make a button that can arrange all avaiable
video-screens on the avaiable place on the monitor?
Or have anybody another idea?
(Similar to the function from Windows to arrange all windows.)

With best regards,

René



--
WBR
Maxim aka solomax








Re: arrange automatically video-pictures

2020-01-03 Thread Daniel Baker
Also been  working on this   so  the  cameras  always  load  in a  " 
lower third". Admin always to the far left and  students  to the 
right.   We don't plan on having more than  4  students and webcam size 
is fixed.   Seems  to  be  stable now so I'll open source the code  soon.



On 1/3/2020 10:27 AM, Peter Dähn wrote:

Hi there,

I made a little change to the interview room. This "hack" removes the 
big video-pod in the interview room if the room name contains a "→". 
All other video pods will be placed automatically in equal size.


Use this function on linux, before build:

sed -i.bak -e 's/_inited = true;/_inited = 
true;name=$(".room.name").text();if(name.indexOf("→") != 
-1){$(".pod-big").hide();}/g' 
/PATH/TO/OM/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-interview-area.js


Greetings Peter


Am 02.01.20 um 16:38 schrieb R. Scholz:

Hello Maxim,

Boah: Cool!
I'm deepest impressed.

Best regards,

René


Am 02.01.2020 um 15:17 schrieb Maxim Solodovnik:

https://openmeetings.apache.org/GeneralConfiguration.html

video.arrange.keycode ?

On Thu, 2 Jan 2020 at 20:25, René Scholz 
> wrote:


Hello,

yesterday I had made a conference-room for 4 users.

When they login I want that the camera (all Notebooks, Windows 10)
switch on and that the pictures automatically arrange.
I know its a problem for the first user (only one video), the
2nd (two
videos-pcitures) and so on.

Idea:
Is it possible to make a button that can arrange all avaiable
video-screens on the avaiable place on the monitor?
Or have anybody another idea?
(Similar to the function from Windows to arrange all windows.)

With best regards,

René



--
WBR
Maxim aka solomax






Re: arrange automatically video-pictures

2020-01-03 Thread Peter Dähn

Hi there,

I made a little change to the interview room. This "hack" removes the 
big video-pod in the interview room if the room name contains a "→". All 
other video pods will be placed automatically in equal size.


Use this function on linux, before build:

sed -i.bak -e 's/_inited = true;/_inited = 
true;name=$(".room.name").text();if(name.indexOf("→") != 
-1){$(".pod-big").hide();}/g' 
/PATH/TO/OM/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-interview-area.js


Greetings Peter


Am 02.01.20 um 16:38 schrieb R. Scholz:

Hello Maxim,

Boah: Cool!
I'm deepest impressed.

Best regards,

René


Am 02.01.2020 um 15:17 schrieb Maxim Solodovnik:

https://openmeetings.apache.org/GeneralConfiguration.html

video.arrange.keycode ?

On Thu, 2 Jan 2020 at 20:25, René Scholz 
> wrote:


Hello,

yesterday I had made a conference-room for 4 users.

When they login I want that the camera (all Notebooks, Windows 10)
switch on and that the pictures automatically arrange.
I know its a problem for the first user (only one video), the 2nd
(two
videos-pcitures) and so on.

Idea:
Is it possible to make a button that can arrange all avaiable
video-screens on the avaiable place on the monitor?
Or have anybody another idea?
(Similar to the function from Windows to arrange all windows.)

With best regards,

René



--
WBR
Maxim aka solomax






Re: arrange automatically video-pictures

2020-01-02 Thread R. Scholz

Hello Maxim,

Boah: Cool!
I'm deepest impressed.

Best regards,

René


Am 02.01.2020 um 15:17 schrieb Maxim Solodovnik:

https://openmeetings.apache.org/GeneralConfiguration.html

video.arrange.keycode ?

On Thu, 2 Jan 2020 at 20:25, René Scholz 
> wrote:


Hello,

yesterday I had made a conference-room for 4 users.

When they login I want that the camera (all Notebooks, Windows 10)
switch on and that the pictures automatically arrange.
I know its a problem for the first user (only one video), the 2nd
(two
videos-pcitures) and so on.

Idea:
Is it possible to make a button that can arrange all avaiable
video-screens on the avaiable place on the monitor?
Or have anybody another idea?
(Similar to the function from Windows to arrange all windows.)

With best regards,

René



--
WBR
Maxim aka solomax




Re: arrange automatically video-pictures

2020-01-02 Thread Maxim Solodovnik
https://openmeetings.apache.org/GeneralConfiguration.html

video.arrange.keycode ?

On Thu, 2 Jan 2020 at 20:25, René Scholz 
wrote:

> Hello,
>
> yesterday I had made a conference-room for 4 users.
>
> When they login I want that the camera (all Notebooks, Windows 10)
> switch on and that the pictures automatically arrange.
> I know its a problem for the first user (only one video), the 2nd (two
> videos-pcitures) and so on.
>
> Idea:
> Is it possible to make a button that can arrange all avaiable
> video-screens on the avaiable place on the monitor?
> Or have anybody another idea?
> (Similar to the function from Windows to arrange all windows.)
>
> With best regards,
>
> René
>


-- 
WBR
Maxim aka solomax