Fixed https://github.com/alexeyvasilyev/rtsp-client-android/issues/116
Unclaimed project
Are you a maintainer of rtsp-client-android? Claim this project to take control of your public changelog and roadmap.
Changelog
Lightweight low-latency RTSP client library for Android
Fixed https://github.com/alexeyvasilyev/rtsp-client-android/issues/116
Support video frame rate stabilization by @pengxiao18 in #129 by adding delay up to 100ms (smoother video playback). RtspSurfaceView only (param videoFrameRateStabilization).
Upgrade CameraX to 1.5.1 from 1.4. RtspImageView should work better (most probably).
Added optional socket timeout parameter in msec (connect and read timeout). By default, 5000 msec is used.
For example:
svVideoSurface.init(uri,
username = "demo"
password = "demo",
userAgent = "rtsp-client-android",
socketTimeout = 1000
)