Releases: alexeyvasilyev/rtsp-client-android
Releases · alexeyvasilyev/rtsp-client-android
2.0.1
Made RtspSurfaceView extendable.
Fixed app crashes
2.0.0
Min Android SDK 24.
Implemented surface view for viewing RTSP stream.
<com.alexvas.rtsp.widget.RtspSurfaceView
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Gradle 7.0
1.4.1
Gradle 7.0
1.4.0
1.3.4
Sending TEARDOWN command to cleanup resources on camera.
1.3.3
Fixed invalid PLAY request leading to 405 errors.
1.3.2
1.3.1
Improved audio codec initialization from RTSP SDP
1.3.0
ExoPlayer 2.13.1.
1.2.9
Ability to stream audio only via RTSP.