Closed sarimmehdi closed 1 month 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?
Use videoRotation parameter. See https://github.com/alexeyvasilyev/rtsp-client-android/blob/master/app/src/main/java/com/alexvas/rtsp/demo/live/LiveFragment.kt
videoRotation
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?