Fix video stream reception. Remove debugging info.
This commit is contained in:
@@ -49,6 +49,12 @@ public class NvConnection {
|
||||
performHandshake();
|
||||
beginControlStream();
|
||||
startController();
|
||||
|
||||
//new NvAudioStream().start();
|
||||
new NvVideoStream().start(host);
|
||||
|
||||
controlStream.startJitterPackets();
|
||||
|
||||
} catch (XmlPullParserException e) {
|
||||
e.printStackTrace();
|
||||
displayToast(e.getMessage());
|
||||
@@ -131,10 +137,4 @@ public class NvConnection {
|
||||
System.out.println("Starting input");
|
||||
inputStream = new NvController(host);
|
||||
}
|
||||
|
||||
public void doShit() throws XmlPullParserException, IOException
|
||||
{
|
||||
new NvAudioStream().start();
|
||||
new NvVideoStream().start(host);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user