v0.19
- 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.