Jakub Myka

Results 2 issues of Jakub Myka

Hello, I'm wondering if there is option to use microphone while streaming audio from file simultaneously? I've found this one: #644 , but maybe there is solution with RtmpOnlyAudio?

Is it possible to use ARActivity in portrait mode? I've tried to manually setRequestedOrientation in my Activity: `this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);` This changes orientation from landscape to portrait but camera view isn't rotated....