jitsi / jitsi-android

Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP
Apache License 2.0
415 stars 258 forks source link

Device rotation in video calls #15

Open jitsi-jenkins opened 9 years ago

jitsi-jenkins commented 9 years ago

Currently device rotation is correctly handled only in local camera preview. Video sent to remote part is not rotated correctly. This can be quite easily solved only for direct preview surface recording by modifying open gl display matrix of the video texture.

(Issue migrated from https://trac.jitsi.org/ticket/1246)