Landscape Mode and Portrait

hello. Can yours framework record video always in landscape mode even device rotated (Portrait->Landscape->Portrait)?

Hi Dmytro,

Orientation of the publishing stream depends of orientation property in MediaPublishOptions instance (= AVCaptureVideoOrientationLandscapeRight by default). When the device rotates, capture preview layer (AVCaptureVideoPreviewLayer) rotates too (it is its behavior), but the frame orientation on the player will be appropriate to MediaPublishOptions orientation property.

Enjoy

Вячеслав, я вам благодарен за ответ. Но не могли вы поконкретнее. Получается можно используя MediaPublishOptions свойства ?Я еще раз уточню, мне надо чтобы видео записивалсь всегда в a Lanscape режиме, даже если девайс в Portarait mode или вращается. Помогите пожалуйста.