Skip to content

Commit

Permalink
- upgrade to red5 r4635 to get fix for RTMPT kepp alive
Browse files Browse the repository at this point in the history
  • Loading branch information
ritzalam committed Apr 30, 2013
1 parent 2ae2247 commit 75fb9c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bbb-video/build.gradle
Expand Up @@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4633@jar'
providedCompile 'org/red5:red5:1.0r4635@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion bbb-voice/build.gradle
Expand Up @@ -81,7 +81,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4633@jar'
providedCompile 'org/red5:red5:1.0r4635@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-apps/build.gradle
Expand Up @@ -73,7 +73,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4633@jar'
providedCompile 'org/red5:red5:1.0r4635@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion deskshare/app/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
providedCompile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
providedCompile 'org/red5:red5:1.0r4633@jar'
providedCompile 'org/red5:red5:1.0r4635@jar'

// Logging
providedCompile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down
2 changes: 1 addition & 1 deletion deskshare/build.gradle
Expand Up @@ -73,7 +73,7 @@ dependencies {
compile 'org.springframework:spring-core:3.1.1.RELEASE@jar'

// Red5
compile 'org/red5:red5:1.0r4633@jar'
compile 'org/red5:red5:1.0r4635@jar'

// Logging
compile 'ch.qos.logback:logback-core:1.0.9@jar'
Expand Down

0 comments on commit 75fb9c9

Please sign in to comment.