pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
Apache License 2.0
214 stars 66 forks source link

Correct preview rotation #63

Closed Y2Kot closed 9 months ago

Y2Kot commented 2 years ago

Hello, I have a problem - when I'm starting preview in portrait and rotate phone it's became 90 degree rotated in horizontal ( video sample https://disk.yandex.ru/i/UWuMd-Hxuw1gzw). How can I fix this?

Also I have an issue when starting stream in horizontal, rotating phone - totally brake aspect ratio.

pedroSG94 commented 2 years ago

Hello,

If you are using DisplayMode I recommend you set reotation 0 always to avoid this problem. If you are using other mode, currently rotation preview is not supported but I have plan to add it in the future. For now the way to use the library is lock the activity rotation after start stream

Y2Kot commented 2 years ago

If you are using DisplayMode I recommend you set reotation 0 always to avoid this problem.

what is DisplayMode?

pedroSG94 commented 2 years ago

I mean RtmpDisplay or RtspDisplay classes.

Y2Kot commented 2 years ago

I'm using RtspServerCamera2

pedroSG94 commented 9 months ago

Closing as inactive.