StevenSunzh / redfire

Automatically exported from code.google.com/p/redfire
0 stars 1 forks source link

Screen share too blurred + Can't check out source code #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open terminal console
2. copy and paste "svn...."
3. see result

What is the expected output? What do you see instead?
I didn't see any source files, except .svn dir

What version of the product are you using? On what operating system?
current redfire, and my OS is fedora 12 x86_64

Please provide any additional information below.
I also download the binary files and tested. I can make it work as openfire
plugin. The remote desktop can see other system screen. I'm also able to
adjust the size of desktop screen to bigger size (1680x1050), but the
screen too blurred.
Is there a way that I can improve the quality of screen? I adjust
Quality=100%, but it doesn't work.

Original issue reported on code.google.com by danny.d....@gmail.com on 18 Feb 2010 at 4:20

Attachments:

GoogleCodeExporter commented 9 years ago
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 matas.se...@gmail.com on 16 Apr 2010 at 9:38

GoogleCodeExporter commented 9 years ago
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 matas.se...@gmail.com on 16 Apr 2010 at 12:22

GoogleCodeExporter commented 9 years ago
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 matas.se...@gmail.com on 26 Apr 2010 at 7:27

GoogleCodeExporter commented 9 years ago
you could found it below plugin/src/client dir

Original comment by too...@gmail.com on 4 Jan 2013 at 8:16