Skip to content

Releases: alexeyvasilyev/rtsp-client-android

2.0.1

31 Dec 09:26
ae43bf5
Compare
Choose a tag to compare

Made RtspSurfaceView extendable.
Fixed app crashes

2.0.0

24 Dec 19:13
Compare
Choose a tag to compare

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

16 Aug 13:55
Compare
Choose a tag to compare
1.4.1

Gradle 7.0

16 Aug 13:42
Compare
Choose a tag to compare
1.4.0

1.3.4

24 May 10:48
Compare
Choose a tag to compare

Sending TEARDOWN command to cleanup resources on camera.

1.3.3

26 Apr 15:55
Compare
Choose a tag to compare

Fixed invalid PLAY request leading to 405 errors.

1.3.2

03 Apr 08:48
Compare
Choose a tag to compare

Fixed #8

1.3.1

16 Mar 10:11
Compare
Choose a tag to compare

Improved audio codec initialization from RTSP SDP

1.3.0

28 Feb 20:49
Compare
Choose a tag to compare

ExoPlayer 2.13.1.

1.2.9

21 Jan 13:48
Compare
Choose a tag to compare

Ability to stream audio only via RTSP.