You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Uwe Simon (Jira)" <ji...@apache.org> on 2021/01/02 17:07:00 UTC

[jira] [Commented] (OPENMEETINGS-2000) High resolution webcam videos should not fill the entire screen by default. Just because you set a higher resolution doesn't mean the slides should be overlaid

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17257438#comment-17257438 ] 

Uwe Simon commented on OPENMEETINGS-2000:
-----------------------------------------

I tried a workarround für "huge webcam videos"

 

I added a CCS to custom.css
{code:java}
.room-block .room-container .user-video {
 width: 160px !important
}{code}
This limits all webcam videos to a width of 160px and all videos on all user screens have the same size.

Unfortunatelly with workarround you can not increate the size of the video any more.

 

Idea users should be able to configure default sizes of the shown webcam videos (similar to the selection of the camera).

When you jhave a huge screen you could choose bigger videos, when you have a small laptop-screen choose asmaller one.

 

So application could fill the video-div with the choosen  width.

 
{code:java}
<div ...
class="ui-dialog video user-video ui-widget ui-widget-content ui-front ui-draggable ui-resizable"
style="position: absolute; height: auto; width: 320px; top: 72px; left: 319px;"...>
{code}
 

This size could also be used a a new size when pressing the "video.arrange.resize.keycode"

A simple 1st solution could be a new "global" configuration like "video.default.width" which is used (when set) an initial size for  new displayed webcam-videos.

 

It would be great when the user could choose where the webcam vidoes  appear initially (to or bottom of the screen).

 

> High resolution webcam videos should not fill the entire screen by default. Just because you set a higher resolution doesn't mean the slides should be overlaid
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-2000
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2000
>             Project: Openmeetings
>          Issue Type: Improvement
>          Components: UI
>    Affects Versions: 4.0.7
>            Reporter: Peter Dähn
>            Assignee: Maxim Solodovnik
>            Priority: Minor
>         Attachments: Auswahl_018.png, Auswahl_019.png
>
>
> Define an initial maximum size for videos



--
This message was sent by Atlassian Jira
(v8.3.4#803005)