alexeyvasilyev / rtsp-client-android

Lightweight low-latency RTSP client library for Android
Apache License 2.0
245 stars 67 forks source link

Is it possible to rotate the video? #60

Closed sarimmehdi closed 1 month ago

sarimmehdi commented 1 year ago

We have a stream coming from an RTSP camera, but it is fitted upside down due to design decisions. So, now I want to rotate the stream 180 degrees before displaying it. Is it possible with your library?

alexeyvasilyev commented 1 month ago

Use videoRotation parameter. See https://github.com/alexeyvasilyev/rtsp-client-android/blob/master/app/src/main/java/com/alexvas/rtsp/demo/live/LiveFragment.kt