Richard Alam
d0e09ad5ae
- add applet that captures region or full screen
...
TODO:
- fix problem where applet gets exception when strating and stopping sharing from bbb-client
- modify html to pass fullscreen or region option
- modify bbb-client publish window UI to allow sharer to choose fullscreen or region option
2010-09-27 17:40:32 -04:00
Richard Alam
a547a3cd21
- copy join-mock.xml and locales.xml when building in DEV env
2010-09-27 17:39:54 -04:00
Richard Alam
04375f3426
- clean up
2010-09-27 17:39:21 -04:00
Richard Alam
a681ff8679
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-09-27 17:19:54 -04:00
Richard Alam
af948c2e99
- can now capture region inside the frame without the borders
2010-09-27 17:17:57 -04:00
Richard Alam
96e717b5b5
- checkpoint: refactor to make capturing of region work. There is still a minor issue
...
where the right and bottom border gets captured.
2010-09-27 15:44:07 -04:00
Richard Alam
597df03b93
- restructure client code so that in only expose few interfaces
2010-09-26 13:40:16 -04:00
Fred Dixon
ff32c97a46
Testing updates to bbb-conf
2010-09-25 17:25:17 +00:00
Richard Alam
33b60b738a
- refactor the capture frame to the deskshareClient because we want it to be available too for standalone
...
(more work to be done).
2010-09-25 13:04:41 -04:00
Richard Alam
77f83bef18
- re-enable deskshare publisher window
2010-09-25 13:03:12 -04:00
deniszgonjanin
c488b5c7dc
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-09-24 23:56:19 +00:00
Richard Alam
0b4f21026c
- cleanup and adding bin to gitignore
2010-09-25 11:17:24 -04:00
Richard Alam
bda80192eb
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-09-25 11:14:36 -04:00
Richard Alam
17b3f3bdae
- cleanup and add comment on possible reason why Asterisk sends RTCP
2010-09-25 11:14:08 -04:00
deniszgonjanin
e528919d5c
Sync chat translation with localization selector. Minor localization issues fixed
2010-09-24 23:55:35 +00:00
deniszgonjanin
84bc11aafe
Fixed some issues with the Chat Translation
2010-09-24 23:37:11 +00:00
Richard Alam
00b2759bfd
- add comments and fix timestamps (should be incremented based on codec not based on clock)
2010-09-24 10:48:37 -04:00
Richard Alam
a44648a515
- drop delayed RTP packets
...
- add some comments
2010-09-24 10:47:47 -04:00
Richard Alam
b5b427298a
- remove debug logs
2010-09-24 10:46:52 -04:00
Richard Alam
7f29dfe3b0
- add some debug logs to determine how long Red5 is receiveing audio packets from the client
2010-09-24 10:43:10 -04:00
deniszgonjanin
89ec87d657
Fix for new chat UI flickering
2010-09-24 10:15:22 +00:00
deniszgonjanin
bdf857b56e
Chat History fix for 0.71
2010-09-24 09:12:35 +00:00
Omar Shammas
55c487355c
Updated to use curl if it is enabled, and if not uses the default. Added createMeetingURL and updated createandgetjoinurl, create meeting to use the function.
2010-09-24 11:00:00 -04:00
Marco Calderon
82101daca5
update recording events
2010-09-22 03:50:32 +00:00
Richard Alam
cd847c98f2
- fix typos
2010-09-21 16:22:02 -04:00
Richard Alam
1f9457395a
- make debug logging only when debug id enabled
2010-09-21 14:25:29 -04:00
Richard Alam
54fa14a809
- handle (discard) RTCP packets properly
2010-09-21 12:21:22 -04:00
Fred Dixon
9cfb18bddb
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-09-20 20:26:52 +00:00
Fred Dixon
48b38baef4
index.html now says 0.70-dev
2010-09-20 20:26:45 +00:00
Richard Alam
2ab97b4727
- just process received rtp packet without trying to figure out the sequence number to drop
...
delayed packets.
2010-09-20 15:25:27 -04:00
Richard Alam
fd1a87bea9
- handling the 52 byte packet doesn't work quite well...we keep on hearing a clicking sound.
...
Reverting to the old way of throwing away incorrect size packets.
2010-09-20 15:23:03 -04:00
Richard Alam
59023f6304
- see what happens when handling the 52 byte ulaw packet from Asterisk
2010-09-20 15:19:31 -04:00
Richard Alam
1134104118
- add log to display incoming frame length when not equal to expected frame length. Need to figure out
...
why we are getting incorrect frame length under heavy load
2010-09-20 11:11:06 -04:00
Richard Alam
e05555f2ad
- if we drop 3 consecutive rtp audio packets, reset the stream to handle the next incoming packets.
...
This way, we avoid dropping all remaining packets resulting in a silent stream for the unfortunate user.
2010-09-20 10:45:41 -04:00
Fred Dixon
3fbf7079f5
Merge branch 'master' of git@github.com:bigbluebutton/bigbluebutton
2010-09-20 01:47:34 +00:00
Fred Dixon
db89deba78
Added more checks to bbb-conf & set esl.host=127.0.0.1 in bigbluebutton.properites so we don't need to assign an IP address for red5 to connect to freeswitch
2010-09-20 01:47:17 +00:00
Richard Alam
2018c74a81
- recognize market rtppacket to handle changes in rtp seq num and timestamp in the middle of the stream
2010-09-19 12:57:57 -04:00
Fred Dixon
d8ebb7b44b
changed version of bbb-conf to 0.71-dev
2010-09-19 15:11:35 +00:00
Fred Dixon
b72bb27b86
moving these configuration files into git
2010-09-18 23:24:04 +00:00
Richard Alam
83b2519b60
- convert pixels from int[] to byte[] and use the byte[] to calculate checksum to determine if a block has chnaged
2010-09-17 14:53:20 -04:00
unknown
3b5ab84aaf
Cleaned and Updated the api, and demos 1,2,3 and 5.
2010-09-17 14:17:47 -04:00
Richard Alam
0cfe1d1efa
- use all pixels to calculate checksum when determining if a block has changed
2010-09-17 11:52:36 -04:00
deniszgonjanin
d93ffd1f71
Playback client improvements
2010-09-17 03:59:04 +00:00
deniszgonjanin
84232a5c4b
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-09-16 00:13:43 +00:00
deniszgonjanin
f6e1e802c7
New russian translation
2010-09-16 00:13:26 +00:00
Richard Alam
4da5d1b127
- start freeswitch or asterisk depending on what's configured in red5/bigbluebutton/WEB-INF/red5-web.xml
2010-09-15 16:21:55 -04:00
Richard Alam
49f3afa8b9
- determine which conference app (freeswitch or asterisk) we are running and start it
2010-09-15 12:03:31 -04:00
Richard Alam
706e9e76ff
- remove all bbb-web.log when running bbb-conf --clean
2010-09-15 11:02:41 -04:00
Marco Calderon
839e3e5226
update format message for storing from JSON to XML
2010-09-13 17:22:54 +00:00
deniszgonjanin
1a0a309f80
New Azeri translation
2010-09-12 23:42:48 +00:00