Added needed jars
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2395 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
00778a2e41
commit
bd62c221e5
@ -12,8 +12,8 @@
|
||||
<classpathentry kind="lib" path="lib/spring-beans-2.5.6.jar"/>
|
||||
<classpathentry kind="lib" path="lib/spring-context-2.5.6.jar"/>
|
||||
<classpathentry kind="lib" path="lib/spring-core-2.5.6.jar"/>
|
||||
<classpathentry kind="lib" path="T:/dev/deskshare-app/lib/xuggle-xuggler-3.0.660.jar"/>
|
||||
<classpathentry kind="lib" path="T:/dev/deskshare-app/lib/xuggle-xuggler-red5-3.0.662.jar"/>
|
||||
<classpathentry kind="lib" path="T:/dev/deskshare-app/lib/mina-core-2.0.0-M6.jar"/>
|
||||
<classpathentry kind="lib" path="mina-core-2.0.0-M6.jar"/>
|
||||
<classpathentry kind="lib" path="xuggle-xuggler-3.0.660.jar"/>
|
||||
<classpathentry kind="lib" path="xuggle-xuggler-red5-3.0.662.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
BIN
bbb-video/mina-core-2.0.0-M6.jar
Normal file
BIN
bbb-video/mina-core-2.0.0-M6.jar
Normal file
Binary file not shown.
@ -56,6 +56,7 @@ public class VideoApplication extends MultiThreadedApplicationAdapter {
|
||||
@Override
|
||||
public void streamPublishStart(IBroadcastStream stream) {
|
||||
log.debug("streamPublishStart: {}; {}", stream, stream.getPublishedName());
|
||||
System.out.println("streamPublishStart: "+ stream.getPublishedName());
|
||||
super.streamPublishStart(stream);
|
||||
videoTranscoder.startTranscodingStream(stream,
|
||||
Red5.getConnectionLocal().getScope());
|
||||
|
BIN
bbb-video/xuggle-xuggler-3.0.660.jar
Normal file
BIN
bbb-video/xuggle-xuggler-3.0.660.jar
Normal file
Binary file not shown.
BIN
bbb-video/xuggle-xuggler-red5-3.0.662.jar
Normal file
BIN
bbb-video/xuggle-xuggler-red5-3.0.662.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user