v0.16.0
New major features
- Support reading streams with HLS; a web server is provided to serve HLS, conversion is automatic
- Support RTSP sessions; this allows a RTSP client to connect and disconnect to the server without stopping the stream (#149)
- allow to set a different listen IP for each listener (#343)
Fixes and improvements
- RTSP reader/publisher: fix crash that happened in case of invalid TCP frames (#348)
- RTMP source: apply read and write timeouts to connection initialization
- RTSP reader/publisher: support RTSP requests with empty header values (#368)
- RTMP reader/publisher: avoid errors when there are no NALUs in the queue
- General: fix default pprof address