Skip to content

Releases: alexeyvasilyev/rtsp-client-android

5.6.2

08 Dec 13:49

Choose a tag to compare

What's Changed

  • Recalculate Digest authentication for DESCRIBE by @Brownlzy in #132

5.6.1

03 Nov 08:24

Choose a tag to compare

Support video frame rate stabilization by @pengxiao18 in #129 by adding delay up to 100ms (smoother video playback). RtspSurfaceView only (param videoFrameRateStabilization).

5.5.1

26 Oct 14:55

Choose a tag to compare

Upgrade CameraX to 1.5.1 from 1.4. RtspImageView should work better (most probably).

5.5.0

11 Sep 11:34

Choose a tag to compare

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
)

5.4.0

11 Sep 11:09

Choose a tag to compare

Added support for G.711 aLaw and uLaw audio codecs. Works via MediaCodec.
PR: #126

5.3.7

24 Aug 06:57
12c5088

Choose a tag to compare

PR #122

5.3.6

24 Jul 15:21

Choose a tag to compare

Minor bugfixes

5.3.5

20 Mar 13:05

Choose a tag to compare

Improved decoder startup time #108

5.3.4

07 Jan 14:04

Choose a tag to compare

Fix for #100

5.3.3

25 Dec 17:43

Choose a tag to compare

Fixed ArrayIndexOutOfBoundsException error in keyframe searching code #99