Skip to content

Releases: maksz42/periscope

v0.21

17 May 22:18

Choose a tag to compare

  • RTSP-over-TLS support
  • Big RTSP and audio improvements under the hood

RTSP uses TLS if HTTPS is selected and plaintext if HTTP is selected.

v0.20

15 Feb 17:22

Choose a tag to compare

  • Add option not to keep screen on
  • Ensure only TLS 1.2 and 1.3 are enabled
  • Fix TLS 1.3 on Android 6.0 - 7.1.2
  • Minor RTSP fixes and improvements
  • Reduce RAM usage on Android 2.x
  • Fix rare visual glitch

v0.19

28 Dec 20:35

Choose a tag to compare

  • Audio over RTSP support (experimental)
  • Improved settings input validation

I've been quite busy lately, and writing an Android 2.2-compatible RTSP-over-TCP client from scratch turned out not to be that easy. The current code is πŸ’©, but it mostly works.

Currently, only mono PCMA and PCMU audio formats are supported. If your camera doesn't provide PCMA or PCMU, make sure to enable transcoding in go2rtc, see the docs. All variants are supported, like pcma, pcma/16000, etc. RTSP settings are at the bottom of Periscope's settings page. Error handling is almost non-existent, so make sure you enter valid data. If you're not going to play audio, keep RTSP disabled.

Multi-camera concurrent audio playback and TLS support are coming (hopefully) soon.

Please report any problems.

Consider becoming a sponsor or donating on ko-fi 🦫

v0.18

16 Sep 22:06

Choose a tag to compare

  • Update download progress dialog
  • Multi-threaded display fixes
  • Fixed some rare crashes

v0.17

18 Aug 00:57

Choose a tag to compare

  • Birdseye support
  • Improved error handling
  • Multi-threaded display improvements

Thank you, @wary-hermit, for being the first sponsor!

v0.16

01 Aug 14:20

Choose a tag to compare

  • Fix crash on Samsung Galaxy Tab 2

v0.15

16 Jul 18:07

Choose a tag to compare

  • Fixed a hardware-accelerated rendering issue

v0.14

14 Jul 04:43

Choose a tag to compare

  • Fix no icon on Google TV in apps only mode (#4)

v0.13

12 Jul 18:05

Choose a tag to compare

  • Improved rendering performance
  • Enabled UI hardware acceleration on Android 3.*

v0.12

25 Jun 00:20

Choose a tag to compare

  • Add options not to hide status bar and/or navigation bar (#2)