diff -c -r a/modules/video/stream.php b/modules/video/stream.php
*** a/modules/video/stream.php	2013-01-02 19:39:08.927433000 -0800
--- b/modules/video/stream.php	2013-01-02 19:42:15.984312568 -0800
***************
*** 63,68 ****
--- 63,71 ----
      if (stripos($Master_Host,':') !== false) {
          $Master_Host = '['.$Master_Host.']';
      }
+     if (ob_get_level()) {
+         ob_end_clean();
+     }
      readfile("http://$Master_Host:$port/Content/GetVideo?Id=".$vid_id);
  
  // Nothing else to do
