Richard Alam
4e55a6e157
- notify client on the status of deskshare recording
...
- this should just display alert boxes for now. we need to figure out the best way
to display record status that will also be used for voice, video, and events (chat, presentation, whiteboard, etc.)
2011-03-29 15:28:59 -04:00
Richard Alam
1ddb70d528
- fix so that deskshare start and stop events are stored properly in Redis and the ingest/proc scripts is able to retrieve the events
2011-03-29 10:03:21 -04:00
Richard Alam
190c4eb794
- record desktop sharing events to redis
2011-03-28 11:43:06 -04:00
Richard Alam
f39dbd4f11
- implement recording listeners for desktop sharing
2011-03-26 15:50:19 -04:00
Richard Alam
0d3ff179d9
- cleanup FlvStreamToFile.java
2011-03-25 17:06:42 -04:00
Richard Alam
0468104a43
- cleanup
...
- add checks to recording directory to make sure that it has been created with proper permissions
2011-03-25 11:58:20 -04:00
Richard Alam
1800cc3681
- setup testng for deskshare server app
...
- add config file for deskshare app and make recording directory configurable
- add build dir to .gitignore
2011-03-23 15:38:32 -04:00
Richard Alam
bc4be2b7bf
- add jedis dependency
...
- change copyToLib task to resolveDeps so it's consistent with the other subsystems
2011-03-22 10:43:31 -04:00
Richard Alam
46f8b07ae6
- setup testng tests framework
2011-03-18 16:20:14 -04:00
Richard Alam
d697d9d6cc
- record deskshare
2011-03-18 15:35:10 -04:00
Richard Alam
52817279a2
- add streams directory for video and deskshare apps where we store recordings
2011-03-15 15:30:29 -04:00
Richard Alam
bcb88f4bb6
- add timestamp on recorded flv filename so that we can handle multiple recordings in a meeting
2011-03-15 15:21:09 -04:00
Richard Alam
adc52a459c
- record deskshare stream by setting property
2011-03-12 19:29:06 -05:00
Richard Alam
7bd56ac755
- change diconnected display text
2010-11-26 13:29:14 -05:00
realwatbbb
8e484c8c56
2010.11.19 _PTS_272_
2010-11-19 15:42:43 +07:00
realwatbbb
c4d40d4776
Update Header
2010-11-17 10:18:08 +07:00
realwatbbb
0ddf745b68
fixed Problem 644 and 647
2010-11-16 11:46:56 +07:00
realwatbbb
2d25162fb1
fixed problem 647
2010-11-15 13:52:06 +07:00
Richard Alam
76ff233218
- fix http tunneling for desktop sharing
2010-11-09 15:56:42 -05:00
Richard Alam
e68520a3c6
- add license header for deskshare
2010-11-06 11:17:57 -04:00
Richard Alam
a1e08f0293
- upgrade applet jar file to 0.71
2010-11-03 13:47:08 -04:00
Richard Alam
5e185717b0
- seems like sending by row is faster
2010-10-12 21:05:20 -04:00
Richard Alam
f41167c044
- send all changed blocks together
2010-10-12 20:47:08 -04:00
Richard Alam
8d8f81b1a8
- send changed blocks one row at a time
2010-10-12 20:29:23 -04:00
Richard Alam
ac86a3ebb6
- combine all blocks that has changed on a capture cycle into one packet
2010-10-12 17:52:56 -04:00
Richard Alam
a36e2bc287
- mark the block as clean after sending. This prevents unecessarily sending block changes to
...
the server when the block is changing quickly.
2010-10-12 16:14:09 -04:00
Richard Alam
b7865a2073
- init sequence number to zero
2010-10-12 14:46:01 -04:00
Richard Alam
cc53a33aa7
- add sequence numbers to messages from deskshare applet to the server. This allows us to drop
...
late block changes.
2010-10-12 14:24:01 -04:00
Richard Alam
54ea5e4f8a
- modify logic so that we don't unnecessarily compute if the block has changed if it's already
...
dirty and wating to be sent to the server.
2010-10-10 12:28:55 -04:00
Richard Alam
519a287cd5
- fix problem where blocks don't get updated when moving the capture region
2010-10-10 12:05:06 -04:00
Richard Alam
8b0812ba97
- reset checksum when sending block
2010-10-10 11:27:20 -04:00
Richard Alam
cd039d3a3e
- synch setting of the flag so that new screen caps are propagated properly
2010-10-07 11:37:24 -04:00
Richard Alam
374db34ab7
- schedule when receiving a generate key frame request. If there is a pengding request
...
ignore other generate key frame request
2010-10-07 06:42:43 -04:00
Richard Alam
86c8a006b0
- revert back to 64x64 blocks
2010-10-06 21:38:31 -04:00
Richard Alam
ca9d954b93
- bind lifeline only to localhost
2010-10-06 21:25:14 -04:00
Richard Alam
e2a169c041
- remove tray icon when stopping deskshare
2010-10-06 12:02:45 -04:00
Richard Alam
d25cdbd36b
- remove resize listeners and make border solid blue when sharing
2010-10-06 10:46:32 -04:00
Richard Alam
2fb57a1879
- remove frame when stopping desktop sharing
2010-09-30 22:47:18 -04:00
Richard Alam
63cc64e80e
- generate serverside frame every 250ms
2010-09-30 21:26:43 -04:00
Richard Alam
7fcc2937da
- center capture region when starting
2010-09-30 21:22:28 -04:00
Richard Alam
d6dcbfca14
- change text to start sharing
2010-09-30 15:15:29 -04:00
Richard Alam
f3209f6514
- remove start button when sharing. Users will now have to quit from the client until we figure out the
...
best way to start/stop sharing.
2010-09-30 15:12:36 -04:00
Richard Alam
61fc30239e
- when sharing full screen, it the width is greater than 1280, scale the output to 1280
2010-09-30 11:28:24 -04:00
Richard Alam
b828761f0e
- don't scale when sharing fullscreen
2010-09-30 11:04:34 -04:00
Richard Alam
3a877a3270
- update applet and cleanup
2010-09-30 10:34:55 -04:00
Richard Alam
a73bcd4faa
- start/stop deskshare properly
2010-09-30 10:21:35 -04:00
Richard Alam
436cead11d
- add source and target compatibility to 1.6
2010-09-30 09:45:33 -04:00
Richard Alam
99376a3dfe
- cleanup
2010-09-28 15:52:39 -04:00
Richard Alam
1670890939
- start and stop network connection properly
2010-09-28 12:59:07 -04:00
Richard Alam
5cd65fc593
- change border color from red to blue when capturing
2010-09-28 08:21:23 -04:00