v1.3.2

AlexxIT/go2rtcv1.3.2Apr 17, 2023by AlexxIT

AI Summary

Maintenance release adding TCP MPEG-TS support, improving Docker build speed, and fixing various panics and compatibility issues.

Key Highlights

  • Add support TCP MPEG-TS source
  • Improve Docker build speed
  • Fix panic for MP4 stream with audio
  • Fix support some TP-Link cameras

New Features

  • Keepalive value for RTSP server
  • TCP MPEG-TS source
  • Buffer for RTSP output
  • Disable MP4 redirect for Safari
  • Multiple RTSP client and server improvements
  • CORS for Basic auth fix
  • HLS after big refactoring fix

Full Release Notes

- Add keepalive value to RTSP server #289
- Add support TCP MPEG-TS source #310
- Add buffer for RTSP output from FFmpeg #314 by @skrashevich 
- Disable MP4 redirect for Safari with duration query
- Update hardware.Dockerfile #320 by @skrashevich 
- Improve Docker build speed for GitHub Actions #321 #322 #327 by @skrashevich 
- Restore trace logs for media matching
- Multiple improvements for RTSP client and server
- Update error msg when stream can't start
- Fix panic for MP4 stream with audio after v1.3 #338 by @yousong
- Fix support some TP-Link cameras (ex. TL-IPC44GW) #339 by @yousong
- Fix ISAPI 2 Way Audio #332 by @acardace
- Fix CORS for Basic auth #186 by @skrashevich 
- Fix HLS after big refactoring
- Fix new stream from camera entity from Hass
- Fix panic for wrong ffmpeg device in linux #355