Mario Gasparoni
61833e964f
Fixing h263 video streaming when input has audio
2015-09-07 11:25:29 -03:00
Felipe Cecagno
8c83731ccc
check if scope is null on bbb-video when the user stops broadcasting in order to avoid NPE
2015-09-07 11:25:29 -03:00
mariogasparoni
5aaf1fa21f
Fixing closing process of the h263 transcoder
...
h263 transcoder is closed when user is disconnected
also some refactoring
2015-09-07 11:25:29 -03:00
Richard Alam
fbc3dc54f3
- add timestamps on client side log to correlate webcam stopping
2015-08-06 15:11:41 +00:00
Richard Alam
1f3cff06b3
- add more information on the logs to track down webcam disconnections
2015-08-05 19:55:12 +00:00
Richard Alam
007a13d0e9
- add more logging to determine who detects the disconnect first
2015-07-13 20:50:38 +00:00
Richard Alam
249c40302d
- fix NPE when webcam is closed properly
2015-07-02 19:22:56 +00:00
Richard Alam
96b4700ae0
- fix logging
...
- stop the stream only if it hasn't been stopped yet
2015-07-02 17:11:12 +00:00
Richard Alam
4190ad3aa7
- close stream if no video packet received within a few seconds
2015-07-02 14:41:17 +00:00
Richard Alam
8e504aa2a8
- detect webcam stream start/stop on bbb-video and send corresponding message to bbb-apps. We need
...
a way to detect that webcam stream stopped server side because when the client's connection
to bbb-video is disconnected due to network issue, the notification that the stream stopped
from the client side can't be sent to the server.
2015-06-30 17:23:53 +00:00
Felipe Cecagno
6d12e362bd
Merge branch 'mconf-live0.6.3' of github.com:mconf/bigbluebutton into mconf-live0.6.3
...
Conflicts:
bbb-video/src/main/java/org/bigbluebutton/app/video/VideoApplication.java
2015-05-18 10:18:07 -03:00
Felipe Cecagno
2a5f4ebedb
cleanup; reverted the implementation which avoid the user to join twice using the same internal user id because the enter call was modified to change the internal user id everytime it's called; reverted a few files with different line endings than the original; merged properly the html5 client code
2015-05-17 23:08:41 -03:00
Felipe Cecagno
7cb12f8b49
Merge branch 'mconf-live0.6.3' into bigbluebutton/bigbluebutton@v0.9.0-release
...
Conflicts:
bbb-api-demo/src/main/webapp/demo10_helper.jsp
bbb-video/build.gradle
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonSession.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/meeting/messaging/red5/ConnectionInvokerService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsListener.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/core/api/IBigBlueButtonInGW.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/ValueObjects.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
bigbluebutton-client/locale/bg_BG/bbbResources.properties
bigbluebutton-client/locale/cs_CZ/bbbResources.properties
bigbluebutton-client/locale/cy_GB/bbbResources.properties
bigbluebutton-client/locale/de_DE/bbbResources.properties
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/es_419/bbbResources.properties
bigbluebutton-client/locale/es_ES/bbbResources.properties
bigbluebutton-client/locale/et_EE/bbbResources.properties
bigbluebutton-client/locale/fa_IR/bbbResources.properties
bigbluebutton-client/locale/fr_CA/bbbResources.properties
bigbluebutton-client/locale/fr_FR/bbbResources.properties
bigbluebutton-client/locale/hu_HU/bbbResources.properties
bigbluebutton-client/locale/hy_AM/bbbResources.properties
bigbluebutton-client/locale/it_IT/bbbResources.properties
bigbluebutton-client/locale/ms_MY/bbbResources.properties
bigbluebutton-client/locale/no_NO/bbbResources.properties
bigbluebutton-client/locale/pl_PL/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/locale/ru_RU/bbbResources.properties
bigbluebutton-client/locale/sk_SK/bbbResources.properties
bigbluebutton-client/locale/tr_TR/bbbResources.properties
bigbluebutton-client/locale/uk_UA/bbbResources.properties
bigbluebutton-client/locale/zh_CN/bbbResources.properties
bigbluebutton-client/resources/config.xml.template
bigbluebutton-client/resources/prod/MconfLive.html
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.9.0.jar
bigbluebutton-client/resources/prod/bbb-deskshare-applet-unsigned-0.9.0.jar
bigbluebutton-client/resources/prod/lib/bbb_api_bridge.js
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/resources/prod/lib/deployJava.js
bigbluebutton-client/src/org/bigbluebutton/main/api/ExternalApiCallbacks.as
bigbluebutton-client/src/org/bigbluebutton/main/model/modules/ModulesDispatcher.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
bigbluebutton-client/src/org/bigbluebutton/main/views/AudioSelectionWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/VideoHolder.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/WebRTCEchoTest.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/model/ChatConversation.as
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatBox.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/deskshare/view/components/DesktopPublishWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/phone/PhoneOptions.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/FlashCallManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/views/components/ToolbarButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/FileUploadWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as
bigbluebutton-client/src/org/bigbluebutton/modules/users/views/MediaItemRenderer.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/users/views/UsersWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoWindowItf.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videodock/views/VideoDock.mxml
bigbluebutton-config/web/index.html
bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
2015-05-17 19:25:26 -03:00
Mateus Dalepiane
44607467f6
Fix support for multiple rotations
2015-04-27 15:45:27 -03:00
Mateus Dalepiane
f261601fa8
Merge branch 'ios-video-support' into mconf-live0.6.3
...
Conflicts:
bbb-video/src/main/java/org/bigbluebutton/app/video/VideoApplication.java
2015-04-24 14:39:15 -03:00
Mateus Dalepiane
594389bede
Include FFmpeg parameter to prevent quality loss
2015-04-09 18:27:46 -03:00
Mateus Dalepiane
3701fce721
Set FFmpeg maximum stream analyze duration to 10ms
...
This decreases the startup delay for streams processed by FFmpeg,
such as H263 and rotated streams.
2015-04-01 18:38:37 -03:00
Mateus Dalepiane
c6f0a82bba
Implement video rotator
...
Now when the client publishes a stream that contains a rotate prefix
in the name the video is rotated using FFmpeg and re-published as
without the prefix.
Valid prefixes are: "rotate_left/" and "rotate_right/".
2015-03-31 17:30:28 -03:00
Mateus Dalepiane
a90bb975cd
Code refactor: Change package of video convertion classes
2015-03-31 17:30:07 -03:00
Mateus Dalepiane
c5d3db0bfb
Include FFmpeg parameter to rotate video
2015-03-31 14:42:03 -03:00
Mateus Dalepiane
85d5cb786b
Merge pull request #9 from mdalepiane/ios-video-support
...
iOS video support
2015-03-18 19:10:46 -03:00
Mateus Dalepiane
d65b92fad2
Fix log level of FFmpeg and location of some logs
2015-03-18 19:07:00 -03:00
Mateus Dalepiane
122f065c05
Clean up after merge
2015-03-18 19:01:42 -03:00
Mateus Dalepiane
dabd9b2ae8
Merge branch 'ios-video-support' into mconf-live0.6.2
...
Conflicts:
bbb-video/src/main/java/org/bigbluebutton/app/video/VideoApplication.java
2015-03-18 18:52:01 -03:00
Mateus Dalepiane
8ae1ab7698
Improving H263 logs
2015-03-18 17:40:12 -03:00
Mateus Dalepiane
f282180683
Launch FFmpeg when convertion is necessary
...
Launch FFmpeg when a client plays a stream with stream name beginning
with "h263/". Also keep track of how many clients are listening to a
converted stream, and closes it when no longer used.
2015-03-18 17:29:07 -03:00
Mateus Dalepiane
cd2f91d8e9
Check if video convertion is necessary
...
Check whether client is trying to play a stream starting with "h263/",
this indicates that the video must be converted.
2015-03-18 14:37:30 -03:00
Mateus Dalepiane
64cf2abdc5
Check bbb video connection parameters
...
This is necessary because ffmpeg do not pass these paraemters, but
should connect anyway.
2015-03-18 11:53:59 -03:00
Richard Alam
96e8fde865
- change format of logs to add timezone
2015-02-09 18:40:31 +00:00
Felipe Cecagno
2761c31e52
Merge branch '090-encrypted-recording' into mconf-live0.6.2
...
Conflicts:
bbb-video/build.gradle
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/meeting/messaging/redis/MeetingMessageHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsListener.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/CollectorActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/InMessages.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/MessageNames.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/OutMessages.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/api/ValueObjects.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/locale/de_DE/bbbResources.properties
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/src/org/bigbluebutton/main/views/LoadingBar.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatBox.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml
bigbluebutton-config/web/index.html
bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
bigbluebutton-web/grails-app/services/org/bigbluebutton/web/services/PresentationService.groovy
2015-01-21 18:11:56 -02:00
Richard Alam
fca1798868
- increase the number of log history
2015-01-08 20:21:47 +00:00
Felipe Cecagno
12f7aacf4b
Merge remote-tracking branch 'bigbluebutton/master' into mconf-live0.6.1
...
Conflicts:
bigbluebutton-client/locale/fr_CA/bbbResources.properties
bigbluebutton-client/resources/config.xml.template
bigbluebutton-client/src/org/bigbluebutton/main/views/RecordButton.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/maps/ChatEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/model/ChatConversation.as
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatBox.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml
2014-12-09 16:52:43 -02:00
Richard Alam
ce07751d79
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1837
2014-11-28 14:24:28 -08:00
Felipe Cecagno
a3acb00893
Merge remote-tracking branch 'bigbluebutton/master' into mconf-live0.6.1
...
Conflicts:
bbb-video/build.gradle
bbb-video/src/main/java/org/bigbluebutton/app/video/VideoApplication.java
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/business/VideoProxy.as
bigbluebutton-config/web/default.pdf
2014-11-22 20:28:39 -02:00
Richard Alam
000ddbd9d7
- add more logging about the connection to red5
2014-11-07 22:09:49 +00:00
Felipe Cecagno
c2eed678d9
cleanup
...
Conflicts:
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2014-09-04 15:02:16 -03:00
Mateus Dalepiane
b8b91e39d2
Merge remote-tracking branch 'origin/multivideo-1404' into 090-multivideo
...
Conflicts:
bbb-video/build.gradle
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2014-08-28 18:37:28 -03:00
Richard Alam
20bd95463c
- apply https://code.google.com/p/bigbluebutton/issues/detail?id=1734
2014-07-30 12:57:47 -07:00
Mateus Dalepiane
baf9ac53e7
Fix broken commit ( 36f34805
)
2014-07-01 18:12:20 -03:00
Mateus Dalepiane
5a68746cd3
Relay disconnection timeout is configurable now
...
The timeout to close the relay after the last listener has disconnected
is no longer hard coded, and may be configured through at:
bigbluebutton-video.properties
2014-07-01 17:59:50 -03:00
Mateus Dalepiane
36f348055b
Change System.out.print to logger messages
2014-07-01 17:57:25 -03:00
Mateus Dalepiane
52502488ec
Merge branch 'multivideo' into multivideo-1404
...
Conflicts:
bbb-video/build.gradle
bbb-video/src/main/java/org/bigbluebutton/app/video/VideoApplication.java
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2014-06-26 16:21:25 -03:00
Mateus Dalepiane
f3fb30322b
Separate class file for CustomRTMPClient
2014-06-16 14:59:54 -03:00
Mateus Dalepiane
57a442a3c1
Included timeout to close video proxy relay
...
After no all subscribers disconnect from the proxy, there is a timeout to close
the proxy relay. If a user reconnects during this period the proxy is kept, and
the connection is much faster for this user.
All interaction with remoteStreams structure are now synchronized to it,
instead of synchronized methods.
2014-06-16 12:50:54 -03:00
Mateus Dalepiane
2f9ea8b32d
Fix in proxy reconnection, client reconnects
...
Tested by forcing disconnections by stopping the Red5 servers with Ctrl-Z,
and restoring them after a while.
2014-06-13 16:14:44 -03:00
Richard Alam
97262dfba5
- make recording process work
2014-06-12 12:31:24 -07:00
Richard Alam
e7dcf3c4bf
- fix compile issue
2014-05-29 13:55:01 -07:00
Mateus Dalepiane
c355b2e9d4
Implementation of proxy reconnection
...
Not tested: Depends on the bigbluebutton-client reconnection implementation to
be properly tesed
2014-05-21 10:59:05 -03:00
Mateus Dalepiane
4e84687b32
Working through more than one proxy server
...
A modified version of RTMP Client is being used to communicate with the next
proxy server, this client behaves like the bbb flash client. The difference is
how the client asks the server for the stream. The bbb flash client uses only
the streamname as a parameter in play(), while the red5 client also uses
timestamp and length.
2014-05-05 14:44:50 -03:00
Mateus Dalepiane
f784f5839c
Implemented synchronization during creation/playing/closing a remote stream.
...
The creation, playing and closing of remote streams are now inside
synchronized methods. This is necessary because multiple threads might
try to create and/or close the same stream at the same time.
2014-04-08 13:26:27 -03:00
Hugo Lazzari
3d47ab67b2
Removed exit bug.
2014-03-19 10:37:13 -03:00
Hugo Lazzari
8758eefa07
1) Removed video proxy
...
2) Changed libs with jarjar to use 2 different servers version
3) Finished server side implementation of changes to use check docs documentation
2014-03-06 09:33:54 -03:00
Hugo Lazzari
e29dfb84dd
Finished client connection control
2014-02-26 10:30:17 -03:00
Hugo Lazzari
02f34bd51b
URL connection control. Now only record on source server.
2014-02-24 10:25:00 -03:00
Hugo Lazzari
243faae445
Begin server implementation of url play pattern
2014-02-20 11:06:47 -03:00
Hugo Lazzari
595368050f
Implemented video publishing, but still has stack overflow
2014-01-23 10:01:13 -02:00
Hugo Lazzari
1379f2d086
Created new red5 app, videoproxy and adapted VideoReceiver from bbb-bot using flazr.
...
TO-DO:
Adapt VideoPublisher from bot
Logic with url.
2014-01-21 10:42:44 -02:00
Hugo Lazzari
ce4107bf50
Begin debug to restream video data
2014-01-13 09:20:24 -02:00
Hugo Lazzari
e9960681ba
Branch to multiserver video
2014-01-07 09:05:30 -02:00
Richard Alam
19d2472fd0
- move logback config into resources dir so we don't need to copy it as last step in gradle war
2013-02-28 01:03:31 +00:00
Richard Alam
5f0b2a7ea7
- change logging history from 30 days to 5 days...don't need that much history
2013-02-26 14:08:12 +00:00
Markos Calderon
ba40fcca6b
Updated license for bigbluebutton-client, bbb-video, and demo
2013-01-21 16:14:55 -05:00
Fred Dixon
79cc2379d5
bbb-apps-vide now records video by default
2012-10-28 13:11:53 -04:00
Richard Alam
420d5f13dd
- try to fix why it's not working properly
2012-09-03 18:39:51 +00:00
Richard Alam
808588cb5d
- try upgrading to red5 r4406
2012-09-03 17:15:46 +00:00
Fred Dixon
b566041eb7
Turn off recording of desktop and webcams by default
2012-02-18 14:14:08 -05:00
Richard Alam
0af93e46c6
- listen for the first webcam packet and dispatch a startWebcamEvent...this is
...
required to be able to sync the video with the audio in ingest and processing.
2011-06-29 13:36:01 -04:00
Richard Alam
c1860ac53c
- add duration on StopWebcamEvent
2011-06-27 09:34:36 -04:00
Richard Alam
b49ddec9f0
- remove adding timstamp in recording filename as it screws up ingest and processing
2011-06-26 12:15:31 -04:00
Richard Alam
4291dce4ae
- add timestamp on filename so it will be unique
2011-06-13 16:57:37 -04:00
Richard Alam
12c5b34cea
- store start and stop webcam events by sending message from video app
...
instead of relying on status event
2011-06-13 14:32:07 -04:00
Richard Alam
69da70736b
- change build using gradle
...
- need to add jedis plugin so we can store the start/stop broadcast event
as the webcam status event is unreliable and can introduce sync issues.
2011-06-13 12:25:18 -04:00
Richard Alam
53eebfef06
- build failed.... what happens when you cut n paste...without checking
2011-06-06 13:48:23 -04:00
Richard Alam
61b927a990
- add some logging on recording webcam
2011-06-06 13:39:53 -04:00
Richard Alam
dfaf403f65
- change comment as it is wrong
2011-05-16 11:24:50 -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
027e8e8f9b
- record video camera by setting property
2011-03-12 19:28:09 -05:00
Richard Alam
0d99f7b7b5
- add license headers to bbb-video
2010-11-06 10:24:56 -04:00
Richard Alam
3f946fe520
- upgrade to Red5 0.9
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3742 af16638f-c34d-0410-8cfa-b39d5352b314
2010-02-19 18:03:31 +00:00
Richard Alam
99490c3404
- change logging appender to rolling file
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3077 af16638f-c34d-0410-8cfa-b39d5352b314
2009-12-07 20:12:34 +00:00
Fred Dixon
de22dd837b
reverted bacy to build 1887 for 0.61 release
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2491 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-15 12:27:25 +00:00
Fred Dixon
15e52ce95a
revert to 2404
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2488 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-15 00:00:05 +00:00
Denis Zgonjanin
a13781893c
Tiling support for video module
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2406 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-09 16:30:29 +00:00
Denis Zgonjanin
b656840b13
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2404 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-08 18:23:00 +00:00
Denis Zgonjanin
ab6f150959
one more time
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2397 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-06 22:10:07 +00:00
Denis Zgonjanin
bd62c221e5
Added needed jars
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2395 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-06 21:51:15 +00:00
Denis Zgonjanin
00778a2e41
Changed Video app to resize streams
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2394 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-06 21:18:56 +00:00
Denis Zgonjanin
2b82ed313e
Forgot to enter a comment for the last commit. The commit was for the changes I have so far for the video app. I think I've found a better way to do it, so I will be deleting a lot of the code. This is just a note to know which revision all the code was in, in case I need some of the old code later
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2393 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-06 20:51:04 +00:00
Denis Zgonjanin
7817d6abed
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2392 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-06 20:49:10 +00:00
Denis Zgonjanin
8bfab13596
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2376 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-04 20:56:19 +00:00
Richard Alam
d2f07bbd51
- change application class
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1885 af16638f-c34d-0410-8cfa-b39d5352b314
2009-07-14 19:57:04 +00:00
Richard Alam
2f81dac41b
initial import
...
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1884 af16638f-c34d-0410-8cfa-b39d5352b314
2009-07-14 19:55:12 +00:00