Jeremy Thomerson
d2c54b90bd
enhance vm-build-debug.sh to exit when there is a build failure
...
rather than continuing to start red5 with a broken build
2011-03-01 14:49:30 -06:00
Jeremy Thomerson
98abed7762
Merge branch 'master' into preupload_docs_beta
2011-01-25 17:30:33 -06:00
Jeremy Thomerson
7a236a6809
downloading and processing of files works for urls and encoded files
2011-01-25 17:28:57 -06:00
Fred Dixon
acb45b34a7
- Added a labs area for creating test scripts; added bbb-test, a utility to launch multiple BigBlueButton clients within firefox for testing see ( http://code.google.com/p/bigbluebutton/wiki/Testing )
2011-01-23 03:53:51 +00:00
Jeremy Thomerson
7229a5f502
Merge branch 'master' into preupload_docs_beta
2011-01-21 15:46:56 -06:00
Denis Zgonjanin
95b8303d15
Patch by Steven Schroedl (sschroedl@gmail.com) to generate voice-bridge compatible meeting ids. http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/c9cb12acf0290c14
2011-01-21 12:31:33 -08:00
Richard Alam
1892a26bba
- update Latvian locale
2011-01-21 13:21:59 -05:00
Richard Alam
a1d13a9fa4
- new Turkish locale from Irfan
2011-01-20 09:30:13 -05:00
Richard Alam
1bfdbc85a3
- add Ukrainian translation
...
- fix German translation
2011-01-18 17:33:24 -05:00
Fred Dixon
873103b533
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2011-01-16 16:39:18 -08:00
Fred Dixon
648a49fdf2
Fixed a bug with incorrect updating of security salt with --setsalt
2011-01-16 16:39:02 -08:00
Jeremy Thomerson
c8b24e849c
more work on doc pre upload - xml parsing
...
now we are parsing xml that is passed in following example format:
<?xml version="1.0" encoding="UTF-8"?>
<modules>
<module name="foo">
</module>
<module name="presentation">
<document url="http://www.samplepdf.com/sample.pdf " />
</module>
</modules>
2011-01-14 19:16:09 -06:00
Jeremy Thomerson
ef6bd3a5f1
first test of preuploading documents in api create command
...
this commit is for testing only
it simply gets apicontroller working with presentationservice
it uses a test file on the server - rather than accepting files in
the http request (which is the next step)
2011-01-14 18:07:18 -06:00
Richard Alam
919ec2f23c
- new Turkish file from Irfan
2011-01-14 17:29:10 -05:00
Richard Alam
05675fe2ad
- trying again to commit Turkish locale. Hopefully this will be a text file now.
2011-01-14 16:48:17 -05:00
Richard Alam
e95f0a24c1
- looked like Turkish local was checked-in as binary and causing it now to load properly
2011-01-14 16:29:07 -05:00
Jeremy Thomerson
79e71b9258
improve scripts to allow easy dev/run cycle
2011-01-13 21:13:29 +00:00
Richard Alam
be02e9adbf
- changing to version 0.71a
2011-01-11 13:54:42 -05:00
Fred Dixon
68a31cb15f
- Changed the version in index.html to 0.71a
2011-01-10 22:09:07 -05:00
Fred Dixon
19c53b822d
- Changed en_US copyright to 2011
2011-01-10 21:46:39 -05:00
Fred Dixon
20058eb495
- Assigned values for startAudioPort=15000 and stopAudioPort=16383 in bigbluebutton-sip.properties
2011-01-10 21:12:32 -05:00
Fred Dixon
cd5c510df3
- Change value for startAudioPort and stopAudioPort to be 16384 and 32767
2011-01-10 19:19:03 -05:00
@deniszgonjanin
d5e4813aff
Improvements to the branding ant tasks
2010-12-24 04:20:26 +00:00
@deniszgonjanin
20e9410920
Added updated Latvian (lv_LV) and Turkish (tr_TR) translations
2010-12-24 02:58:44 +00:00
@deniszgonjanin
810f127a70
Added basic branding file for adding just the logo to the BigBlueButton default client
2010-12-24 02:13:02 +00:00
Richard Alam
a246f5452c
- modify to use NIO buffer and add more documentation to transcoding process
2011-01-04 16:20:28 -05:00
Richard Alam
5941e6371e
- drop packets when there is connection congestion
2011-01-04 11:47:40 -05:00
Richard Alam
bd7c7bd17f
- send two of the remaining 3 packets at the same time to minimize choppy audio if we just dropped the 3 extra packets
2011-01-03 13:48:07 -05:00
Richard Alam
e49e1cc83b
- use FloatBuffer to store transcoded audio
2011-01-03 12:50:06 -05:00
Richard Alam
ee9150d9e1
- use uri instead of module to fix standalone deskshare client
2010-12-22 14:43:04 -05:00
Richard Alam
6151a60cfc
- cleanup
2010-12-15 17:05:01 -05:00
Richard Alam
582983416f
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-12-14 15:39:30 -05:00
Richard Alam
71588b22de
- change how we increment timestamps for audio packet
2010-12-14 15:38:09 -05:00
Fred Dixon
e75e779e04
- Don't check for symbolic link for /etc/nginx/sites-enabled/bigbluebutton if running on the Intalio VM
2010-12-13 21:25:59 -05:00
Fred Dixon
8b4418cc54
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-12-13 19:25:49 -05:00
Fred Dixon
26e0bbfdac
- More checks to ensure jetty has started before trying to check if BigBlueButton web is running
2010-12-13 19:25:34 -05:00
@deniszgonjanin
060b7483b0
Added support for logo branding in the lower right corner of the client
2010-12-13 20:20:27 +00:00
Richard Alam
eeee05608b
- set bufferTime to zero to prevent Flash from buffering flood of delayed audio packets when there
...
is network congestion
2010-12-13 11:55:30 -05:00
Fred Dixon
0ead92fc94
- Modified bbb-conf so it can use jetty and tomcat6 as a servlet engine.
2010-12-12 20:12:22 -05:00
Fred Dixon
87f6b0a869
- Fixed bug #778
2010-12-12 13:31:41 -05:00
Richard Alam
bcd8d07b9f
- change how we put timestamps into the audio packet and mark the packet as live
...
that way the RTMPProtocolEncoder can filter packets and start dropping those
that have been in the queue for long
2010-12-07 16:09:27 -05:00
Richard Alam
a9c7605fad
- change audio packet queues into pipedinput/outputstream
...
- drop audio bytes if it grown larger than 1000
2010-12-07 13:51:01 -05:00
Richard Alam
19066eb91a
- null rtppacket to check garbage collection issues
2010-12-03 19:14:23 -05:00
Richard Alam
02970d2b4d
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-12-03 18:53:06 -05:00
Richard Alam
a01541ec1c
- send and receive udp packets only from the specified address
2010-12-03 18:50:50 -05:00
Scott Morris
3261a669a2
Updated some debug issues
2010-12-03 18:05:39 -05:00
Scott Morris
8c62f2474b
Removed issue where mic was set to null forcefully (sorry guys)
2010-12-03 17:09:00 -05:00
Scott Morris
d027a50254
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2010-12-03 10:24:13 -05:00
Scott Morris
ab7c11e972
Added more debugging to the call connection Managers
2010-12-03 10:23:18 -05:00
Richard Alam
68f94062c1
- merge scott's fixes for voip threads
...
Conflicts:
bbb-voice/src/main/java/org/bigbluebutton/voiceconf/red5/media/SipToFlashAudioStream.java
2010-12-02 16:07:44 -05:00