Added needed jars

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2395 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Denis Zgonjanin 2009-09-06 21:51:15 +00:00
parent 00778a2e41
commit bd62c221e5
5 changed files with 4 additions and 3 deletions

View File

@ -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>

Binary file not shown.

View File

@ -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());

Binary file not shown.

Binary file not shown.