This commit is contained in:
da
2015-11-09 18:19:27 +01:00
parent 14db1c0581
commit 7f6a725c6f
4 changed files with 0 additions and 105 deletions
@@ -17,7 +17,6 @@ public class StreamOpener extends Thread {
public void run() {
try {
Runtime rt = Runtime.getRuntime();
//Process pr = rt.exec("cmd /c dir");
Process pr = rt.exec(c.getLSPath()+" twitch.tv/"+c.getStreamName(streamIndex)+" "+quality);
BufferedReader input = new BufferedReader(new InputStreamReader(pr.getInputStream()));