Video bandwith and latency only during debugging

This commit is contained in:
Iwan Timmer
2014-10-27 17:48:17 +01:00
parent 0f9477371a
commit cd89fc04e9
4 changed files with 14 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ public class FakeVideoRenderer extends AbstractVideoRenderer {
public FakeVideoRenderer(String videoFile) {
try {
this.debug = true;
if (videoFile!=null)
out = new FileOutputStream(videoFile);
} catch (FileNotFoundException e) {