Skip to content

Releases: alexeyvasilyev/rtsp-client-android

5.3.3

25 Dec 17:43
Compare
Choose a tag to compare

Fixed ArrayIndexOutOfBoundsException error in keyframe searching code #99

5.3.2

16 Dec 06:16
Compare
Choose a tag to compare

Properly handling RTP packets with extensions #97

5.3.1

18 Nov 16:51
Compare
Choose a tag to compare

5.3.0

16 Nov 17:23
Compare
Choose a tag to compare

5.2.1

14 Nov 10:20
Compare
Choose a tag to compare

For experimentalUpdateSpsFrameWithLowLatencyParams flag SPS VUI parameters are modfiied now. In some cases it can bring 10-20 msec latency improvement (latency decreased).

5.2.0

10 Nov 19:42
Compare
Choose a tag to compare

Added ability to modify SPS frame on runtime with parameters (set num_ref_frames=0) to be passed to video decoder. See experimentalUpdateSpsFrameWithLowLatencyParams param. That can decrease decoder latency by 2x times on some hardware decoders.
Works only for H264 stream at the moment.
Does not work properly of software decoders (P/B-frames will not be decoded).

5.1.2

13 Oct 08:45
Compare
Choose a tag to compare
  • Fixed Content-Base not being processed including fix for Synology Surveillance Station.

5.1.1

04 Oct 10:56
Compare
Choose a tag to compare

Fixed calling onRtspStatusFailed() when host or port is invalid

5.1.0

30 Sep 15:41
98252e6
Compare
Choose a tag to compare
  • Added setDataListener() method for both RtspSurfaceView and RtspImageView to allow obtaining video and audio raw frames/samples (useful if you want to record raw frames using any mp4 muxer).
  • Added support for m=application. You can send beside video and audio data from the camera, any application specific data, e.g. GPS coordinates.

5.0.0

27 Sep 18:29
Compare
Choose a tag to compare

H.265 stream support