summaryrefslogtreecommitdiff
path: root/src/YalpServer/InitServer.java
diff options
context:
space:
mode:
authorguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 21:06:20 +0000
committerguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-29 21:06:20 +0000
commit4030bb57d8a9c9f3f2e1ba44b6b17492d3c79eaa (patch)
tree05b13c13cb3570f88c261475e9a8d0e5b7cbe902 /src/YalpServer/InitServer.java
parent408445cc49f360b979266ea93cf3bcb25a50a8e4 (diff)
vlcstreamer creates streams now :-), but they're not played back, by the client
due to suspicious "cannot fill perfill buffer" error msg git-svn-id: http://manut.eu/svn/yalp/trunk@8 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'src/YalpServer/InitServer.java')
-rwxr-xr-xsrc/YalpServer/InitServer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/YalpServer/InitServer.java b/src/YalpServer/InitServer.java
index 3e77ea5..8ad17cf 100755
--- a/src/YalpServer/InitServer.java
+++ b/src/YalpServer/InitServer.java
@@ -54,6 +54,7 @@ public class InitServer {
private static ServerSettings settings = new ServerSettings();
public static InputPluginHandler inputHandler = new InputPluginHandler();
+ public static OutputPluginHandler outputHandler = new OutputPluginHandler();
private ServerControlImpl srvCon;
private ServerControlInterface srv;