mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-13 19:36:34 +00:00
Video bandwith and latency only during debugging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user