Remove jlibrtp (finally). CPU decoding support (works great on Tegra 4, not so well on Tegra 3)

This commit is contained in:
Cameron Gutman
2013-11-20 00:00:00 -05:00
parent 0504bed5e9
commit 16d629f5cf
333 changed files with 398 additions and 29536 deletions
+1
View File
@@ -54,6 +54,7 @@ public class Game extends Activity implements OnGenericMotionListener, OnTouchLi
SurfaceView sv = (SurfaceView) findViewById(R.id.surfaceView);
sv.setOnGenericMotionListener(this);
sv.setOnTouchListener(this);
sv.getHolder().setFixedSize(1280, 720);
// Start the connection
conn = new NvConnection(Game.this.getIntent().getStringExtra("host"), Game.this, sv.getHolder().getSurface());