libstreaming works fine - in landscape mode. Unfortunately, my app will have to run in portrait mode. No problem for the preview window - I can set it upright with
session.setPreviewOrientation(90);
But the receiver of the stream will still have the video sideways. Is there a solution for that?
In Android's Mediarecorder, there is a method setOrientationHint(int degrees) that will rotate the streamed/recorded video. But I did not find anything like that in libstreaming...