GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
I have the very same problem. Have been playing with it for couple of days. It 
seems
to me, that the default size of the image that "Screen Share" produces is 
320x240,
the "Quality %" there is simply the quality of image itself, not it's 
resolution.
Rather unclear who's fault is it. Should we look into Openfire's red5 
properties of
Bandwidth or Picture Quality - do they play any role here?

Danny, if you found any solution - please, post it!

Original comment by [email protected] on 16 Apr 2010 at 9:38

from redfire.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
Did some more research and found out that if you remove the attribute 
oncontextmenu
of body element in screen.html (oncontextmenu="return false"), you can right 
click on
screen image and save it. After that, if you open it - you will see that it is
600x480 (not the 320x240 I told in previous comment). The question is - why this
particular size, where do these numbers come from and last, but most important 
how to
change them?

Original comment by [email protected] on 16 Apr 2010 at 12:22

from redfire.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
OK, sorted it out. Inside latest openmeetings source, in file
org\openmeetings\webstart\screen\CaptureScreen.java there are two lines that 
set the
maximum size of the screen:
double thumbWidth = 600;
double thumbHeight = 600;

These two limit the maximum dimensions of transferred image. I did manage to
recompile and get it working, but believe me, the image of size 1680x1050 is 
really
huge and takes away a huge amount of bandwidth.

Original comment by [email protected] on 26 Apr 2010 at 7:27

from redfire.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 2, 2024
you could found it below plugin/src/client dir

Original comment by [email protected] on 4 Jan 2013 at 8:16

from redfire.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.