Skip to content

Releases: imamkhaira/rtsp-to-hls

v1.15.3-20230528200248

28 May 20:02
58a62f4
Compare
Choose a tag to compare

Whats New

  • ffmpeg synchronize input timestamp to wallclock
  • increase ffmpeg probesize to 10,000,000 bytes
  • increase ffmpeg analyzeduration to 10,000,000 us
  • ffmpeg reduce HLS list size from 240 to 5
  • added audio support via ffmpeg audio codec copy

Technical Changes

  • reduce ffmpeg log output to error only

v1.2.3-20220725061507

25 Jul 06:15
3ff576c
Compare
Choose a tag to compare

Whats New

  • up to 50% faster transcode start
  • Lower RAM and IO by capping to 240 segment file per stream
  • Faster at runtime by compiling to commonjs
  • New: Test connectivity by sending POST request to /transcode

Technical Changes

  • Update express
  • Update chokidar
  • Update typescript
  • Update Node.js image to v16-alpine (container only)
  • Update ffmpeg to 5.4.0 (container only)

Full Changelog: v1.2.1-release...v1.2.2-release