Skip to content

Screen orientation error when sending video #807

@Razzwan

Description

@Razzwan

When I send video from my phone, the receiver sees a fixed screen orientation. Even if I rotate my phone, the image on their side does not change and can appear upside down. How can I fix this?

I use these settings:

        let mut rtc = Rtc::builder()
            .set_rtp_mode(false)
            .clear_codecs()
            .enable_h264(true)
            .enable_opus(true)
            .enable_vp8(true)
            .enable_bwe(Some(self.rids_info.low_exac(clients_amount)))
            .set_stats_interval(None)
            .build();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions