Switch to side-by-side view

--- a/src/mediaserver/cdplugins/streamproxy.h
+++ b/src/mediaserver/cdplugins/streamproxy.h
@@ -39,8 +39,9 @@
     StreamProxy(int listenport, UrlTransFunc urltrans);
     ~StreamProxy();
 
-    void abortAll();
-
+    // Debug and experiments: kill connections after ms mS
+    void setKillAfterMs(int ms);
+    
     class Internal;
 private:
     std::unique_ptr<Internal> m;