Haivision published a new stable SRT release: v1.5.5
(https://github.com/Haivision/srt/releases/tag/v1.5.5).
Merge it into main from your machine with the helper script — it updates
the upstream mirror branch, pushes it, and merges into main, leaving
any conflicts for you to resolve:
scripts/upstream-merge.sh v1.5.5
The SRTLA extension (srtcore/srtla_rec.*, AGPL-3.0) hooks into core
libsrt files (queue.cpp, core.cpp, socketconfig.*, srt.h), so
expect conflicts there — resolve them by hand, keep the merge commit
(do not squash), build & test, then git push origin main.
Close this issue once v1.5.5 is merged.
Haivision published a new stable SRT release: v1.5.5
(https://github.com/Haivision/srt/releases/tag/v1.5.5).
Merge it into
mainfrom your machine with the helper script — it updatesthe
upstreammirror branch, pushes it, and merges intomain, leavingany conflicts for you to resolve:
The SRTLA extension (
srtcore/srtla_rec.*, AGPL-3.0) hooks into corelibsrt files (
queue.cpp,core.cpp,socketconfig.*,srt.h), soexpect conflicts there — resolve them by hand, keep the merge commit
(do not squash), build & test, then
git push origin main.Close this issue once v1.5.5 is merged.