Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ compile_commands.json
.idea/
cmake-build-debug/
tags

# OpenCode agent state (local only)
.omo/
28 changes: 28 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# srt

Parent: [`../AGENTS.md`](../AGENTS.md)

## ROLE IN THE GROUP

CERALIVE fork of [Haivision SRT](https://github.com/Haivision/srt) with BELABOX patches. VENDORED upstream — minimal modifications only.

Provides `libsrt` at compile time to `ceracoder` and `srtla`. `irl-srt-server` uses system libsrt (deployment-dependent version).

## CAUTION: UPSTREAM CODE

- This is upstream Haivision code. Do NOT make functional changes.
- `srt/CONTRIBUTING.md` is MPLv2.0 upstream — MUST NOT be modified.
- Patches must be minimal and clearly marked as CERALIVE/BELABOX additions.
- Remote: `origin https://github.com/CERALIVE/srt`

## BUILD

Standard CMake. Consumed as a submodule by `ceracoder` and `srtla` — do not build standalone unless testing.

## WHERE TO LOOK

| Need | Location |
|------|----------|
| Library source | `srtcore/` |
| Build config | `CMakeLists.txt` |
| License | `LICENSE` (MPLv2.0) |
Loading