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 |
|
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
|
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 |
|
deniszgonjanin
|
1a0a309f80
|
New Azeri translation
|
2010-09-12 23:42:48 +00:00 |
|
deniszgonjanin
|
eefec26363
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
|
2010-09-11 06:57:33 +00:00 |
|
deniszgonjanin
|
9c47b00940
|
New turkish translation
|
2010-09-11 06:56:36 +00:00 |
|
Richard Alam
|
8b171a6055
|
- clean up some more
|
2010-09-10 10:46:40 -04:00 |
|
Richard Alam
|
3bed51ca1e
|
- minor cleanup
|
2010-09-10 10:37:58 -04:00 |
|
Richard Alam
|
42433ffccb
|
- handle rolling over of sequence number. Sequence is only 16-bits (65535) and can start at any number so it
can rollover if the audio stream is too long.
|
2010-09-09 16:15:28 -04:00 |
|
Richard Alam
|
6e961caab8
|
- change log to debug
|
2010-09-09 14:32:47 -04:00 |
|
Richard Alam
|
eef0c12091
|
- init last seq num and last timestamp from first packet received. Don't assume that seq num always start at 0.
|
2010-09-09 13:33:32 -04:00 |
|
Richard Alam
|
5100fff24b
|
- investigate why a user looses incoming audio (can't hear but can still talk)
|
2010-09-09 11:29:43 -04:00 |
|
Richard Alam
|
d7138b3f0c
|
- cleanup
|
2010-09-08 17:14:42 -04:00 |
|
deniszgonjanin
|
ec4370732d
|
New Greek and French translations
|
2010-09-08 05:17:00 +00:00 |
|
deniszgonjanin
|
205ca72fb1
|
Applet was in wrong spot for client to build deskshare. Recommiting in the proper spot
|
2010-09-08 04:31:59 +00:00 |
|
deniszgonjanin
|
7cd54ebf02
|
Fixed some display issues on the client regarding the improvements to the desktop sharing
|
2010-09-08 04:14:05 +00:00 |
|
deniszgonjanin
|
b8a1b45e0d
|
Desktop Sharing region selection
|
2010-09-08 03:56:31 +00:00 |
|
Richard Alam
|
1fe65660fd
|
- throw away delayed rtp packets
|
2010-09-07 15:08:01 -04:00 |
|
Richard Alam
|
df84f1222b
|
- have the applet tunnel by default
|
2010-09-03 15:10:17 -04:00 |
|
Richard Alam
|
a8bf1afc73
|
- fix to checkout 0.7 tag when running bbb-conf --checkout
|
2010-09-03 15:03:27 -04:00 |
|
Richard Alam
|
b77a8f46ca
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
|
2010-09-03 14:54:36 -04:00 |
|
Richard Alam
|
5b963bfa18
|
- make applet do http tunneling
|
2010-09-03 14:52:24 -04:00 |
|
deniszgonjanin
|
8e30508ed2
|
Fix for the localization problem of truncation showing 'null' instead of '...'
|
2010-09-02 05:57:43 +00:00 |
|
BigBlueButton
|
e8442f34ed
|
Updated japanese translation ja_JP for bbb-client
|
2010-09-02 04:00:28 +00:00 |
|
BigBlueButton
|
d2257b46c9
|
Found a way to dynamically update localization strings in flexlib MDIWindow
|
2010-09-02 03:42:44 +00:00 |
|
Sebastian
|
defdaa8270
|
Fixed a bug in the create meeting call to create a meeting with meetingName, and not with userName
|
2010-09-01 13:41:53 -04:00 |
|
deniszgonjanin
|
663952367c
|
Small UI tweeks. Removed .actionScriptProperties and .flexProperties from bbb-client/.gitignore
|
2010-09-01 16:03:45 +00:00 |
|
deniszgonjanin
|
c8f583d718
|
Removed redundant directory src/tests from bbb-client
|
2010-09-01 01:07:57 +00:00 |
|