Releases: imamkhaira/rtsp-to-hls
Releases · imamkhaira/rtsp-to-hls
v1.15.3-20230528200248
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
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