mconf / bbb-air-client

Mobile client for BigBlueButton and Mconf based on Adobe Air
Other
11 stars 32 forks source link

Camera being captured sideways #33

Closed mconf-daileon closed 8 years ago

mconf-daileon commented 8 years ago

Author Name: Alessandra Leonhardt (Alessandra Leonhardt) Original Redmine Issue: 1459, http://dev.mconf.org/redmine/issues/1459 Original Date: 2015-02-10 Original Assignee: Lucas Freire


It's a known bug (they don't actually consider it a bug) in the flex framework, that the camera only works properly when the application is on landscape orientation. Since the camera is sent raw to the NetStream, rotating the video has no effect.

A workaround may be to send the camera stream as a bitstream without the NetStream, and thus rotating the stream before.

sources: https://issues.apache.org/jira/browse/FLEX-28560 http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/media/Camera.html