Skip to content

Releases: alexeyvasilyev/rtsp-client-android

2.0.9

01 Jul 16:27

Choose a tag to compare

Fix for full buffer issue
#51

2.0.8

28 Feb 15:56
f6481d8

Choose a tag to compare

Improved video decoder startup time by 1 sec on majority Android devices.

2.0.7

17 Jan 20:15
b2fa319

Choose a tag to compare

Minor fix

2.0.6

16 May 12:07

Choose a tag to compare

Bug fix release

2.0.5

14 Feb 17:05

Choose a tag to compare

Improved error handling for video decoder.

2.0.4

09 Jan 17:37

Choose a tag to compare

Fixed video decoder unsupported resolution.

2.0.3

09 Jan 17:31

Choose a tag to compare

Fixed audio/decoder crashes and other problems

2.0.2

05 Jan 09:57

Choose a tag to compare

Fixed RtspSurfaceView crash

2.0.1

31 Dec 09:26
ae43bf5

Choose a tag to compare

Made RtspSurfaceView extendable.
Fixed app crashes

2.0.0

24 Dec 19:13

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"/>