Richard Alam
24809481a6
- addd necessary manifest attributes to fix java security dialog popups
2013-10-18 19:24:11 +00:00
Fred Dixon
e7af666fe9
Fixed https://code.google.com/p/bigbluebutton/issues/detail?id=1557
2013-06-14 22:39:57 -07:00
Richard Alam
c5ac5e1791
- generate an unsigned jar and a signed jar. Others can get their own certificate and sign their own jar file.
2013-05-16 20:06:19 +00:00
Markos Calderon
da3cc3b5b5
fix for java showing security warning when closing desktopsharing
2013-05-09 17:30:12 -05:00
Richard Alam
0a233bd391
- fix the problem where the applet will display 800x600 on full screen
2013-02-07 20:47:13 +00:00
Markos Calderon
f9b2600cdc
updating jar in order to not show warning message
2013-02-07 13:49:18 -05:00
Richard Alam
8a6decd12d
- bind to 127.0.0.1 for lifeline as sometimes anti-virus will complain when binding to real PC IP
2013-01-28 22:02:29 +00:00
Markos Calderon
db79ff62ab
Update build.xml and applet
2013-01-28 16:14:32 -05:00
Markos Calderon
8ae4001b81
Merge branch 'master' into try-fixing-deskshare-red5-context
2013-01-28 12:42:04 -05:00
Richard Alam
84097bed6e
- try to make the applet run
2013-01-27 20:55:37 +00:00
Richard Alam
2429d13756
- fix full screen when not passing -w and -t param
2013-01-26 19:47:15 +00:00
Richard Alam
a274763f1e
- scale desktop sharing properly and remove letter boxing
2013-01-25 18:19:34 +00:00
Richard Alam
fcf9ca5dff
- simple calculation for mouse loc
2013-01-24 13:17:28 +00:00
Richard Alam
de022bfa54
- scale fullscreen to fit into requested scale
2013-01-24 13:02:38 +00:00
Richard Alam
b68f41d6d1
- pre-calculate video stream size
2013-01-24 10:45:41 +00:00
Richard Alam
ee4a872e1f
- put star sharing button in middle
2013-01-24 08:41:31 +00:00
Markos Calderon
c639bdbac2
Added license to deskshare
2013-01-21 13:58:37 -05:00
Richard Alam
cf199e9ec3
- sync mouse location for case where capture is greater than scale
2013-01-18 08:17:07 +00:00
Richard Alam
3df54860d8
- scale to maintain aspect ratio when cature sides are greater than scale
2013-01-18 07:01:03 +00:00
Richard Alam
ea49110e5d
- sync mouse location
2013-01-18 05:14:22 +00:00
Richard Alam
0d94de897d
- fix fit-to-height mouse loc
2013-01-17 21:48:29 +00:00
Richard Alam
7495666c2e
- can't seem to sync mouse for fit-to-height
2013-01-17 21:31:13 +00:00
Richard Alam
3cbff0a300
- calculate mouse y for fit-to-width
2013-01-17 20:30:06 +00:00
Richard Alam
6f0e12bbb1
- calculate mouse x for fit-to-width
2013-01-17 20:25:51 +00:00
Markos Calderon
efd601c029
accidently, removed the lines for self signed certificate
2013-01-17 12:54:20 -05:00
Richard Alam
303f2c1eff
- capture smaller than scale works now on mouse location
2013-01-17 17:52:33 +00:00
Markos Calderon
290e8646e5
Sign jar with Certificate using pkcs12 file
2013-01-17 12:19:16 -05:00
Richard Alam
2795556723
- remote mouse tracking in screen capture...do not want to embed mouse cursor into image as it will trigger lots of block updates
2013-01-17 15:45:08 +00:00
Richard Alam
9d9a3913b9
- try to position mouse pointer
2013-01-16 23:08:29 +00:00
Richard Alam
75107c5db0
- use quality scaling always
2013-01-16 16:20:12 +00:00
Richard Alam
0fc1bb4161
- scale captured image properly
2013-01-16 16:07:34 +00:00
Richard Alam
8efd3c7b58
- try to fix scaling problem with deskshare
2013-01-15 20:52:41 +00:00
Markos Calderon
df8c646bea
latest change for fix deskshare
2013-01-15 13:36:09 -05:00
Markos Calderon
f658d937e1
added scaled values for region capture
2013-01-15 13:35:53 -05:00
Markos Calderon
ed49bd02ff
Merge remote-tracking branch 'rsippl/deskshare-optimizations'
2013-01-14 10:33:57 -05:00
Markos Calderon
abaaf5da5d
Added a checking when scaled values are passed in fullscreen mode
2013-01-10 17:23:05 -05:00
Ralf Sippl
d2277a4a32
Traffic optimization that causes block updates to be held back, they're sent either when the block's content stops changing, or after a timeout (currently set to 10 screen sampling intervals, see DIRTY_COUNT_LIMIT)
2012-12-16 13:19:55 +01:00
Ralf Sippl
0eb2cff138
Fixed a bug that caused lots of unnecessary mouse location updates to be sent (while not moving the mouse)
2012-12-16 12:43:14 +01:00
Ralf Sippl
557d81c992
Reduced number of sender threads to 1; minor cleanup
2012-12-16 12:34:24 +01:00
Richard Alam
e04da4042a
Merge remote branch 'rsippl/deskshare-improvements' into merge-svc2-deskshare
...
Conflicts:
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.8.jar
deskshare/applet/src/main/java/org/bigbluebutton/deskshare/client/net/NetworkHttpStreamSender.java
2012-08-17 19:21:34 +00:00
dtrusty
2f13cbb86b
improve speed of desktop sharing when in tunneling mode.
2012-08-15 10:03:12 -05:00
dtrusty
7252204d9c
improve speed of deskshare, when in tunneling mode.
2012-08-15 10:00:06 -05:00
Ralf Sippl
68bf9f027b
added SVC2 (Screen Video V2) support to deskshare
2012-07-16 23:01:49 +02:00
Richard Alam
d4b1c41298
- updating deskshare applet filename to 0.8
2012-06-05 21:09:37 +00:00
Richard Alam
c1a59722f2
- remove grayscale step when sharing desktop
2012-05-22 17:53:27 +00:00
Richard Alam
a802ab7e5a
- make some improvements to dekstop sharing by
...
1. Convert the initial image that is sent to the server as grayscale
2. Add some debug logs on the applet to determine which step is taking
a long time. As suspected, it is on the network, esp. using http.
3. Fix a bug in the server side. Turns out we are not incrementing the
timestamps in constant interval like we do with the voice. Not doing so,
doesn't allow the Flash Player to drop frames when packets arrive late.
2012-05-10 14:10:01 -07:00
Richard Alam
76e4d807d3
- add some info logs for deskshare applet
2012-05-09 19:23:01 -07:00
Richard Alam
ba16c09a02
add some debug logs to print how long it takes to capture the screen, process the blocks,
...
send the blocks to the server, and how long it takes for the server to receive all the blocks.
2012-05-09 10:59:03 -07:00
Richard Alam
902e83d8b3
- add a timeout when applet is connecting to socket. This way if port is closed, we fall back to http tunneling quickly
...
- change how we update the blocks so we don't have to send key frames to late comers. Instead we update each block regularly.
- make inter-frame interval configurable
2012-05-04 18:06:18 +00:00
Richard Alam
80b85ba9bb
- upgrade filename to 0.71
2012-04-24 22:22:20 +00:00