Skip to content

Commit 480cd98

Browse files
committed
Fix last belacoder reference in architecture.md
1 parent 348636e commit 480cd98

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# clang-tidy configuration for belacoder
2+
# clang-tidy configuration for ceracoder
33
# Static analysis checks for C code
44

55
Checks: >

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ When bonding multiple networks:
265265
2. **srtla** splits packets across multiple network interfaces
266266
3. **srtla_rec** reassembles and forwards to the destination
267267

268-
The bitrate controller adapts to the **aggregate capacity** of all bonded links. SRT's RTT and buffer metrics reflect the combined network state, so belacoder automatically:
268+
The bitrate controller adapts to the **aggregate capacity** of all bonded links. SRT's RTT and buffer metrics reflect the combined network state, so ceracoder automatically:
269269
- Reduces bitrate when a modem loses signal
270270
- Increases bitrate as aggregate capacity improves
271271
- Maintains stable streaming despite individual link fluctuations

tests/test_balancer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
belacoder - live video encoder with dynamic bitrate control
2+
ceracoder - live video encoder with dynamic bitrate control
33
Copyright (C) 2020 BELABOX project
44
Copyright (C) 2026 CERALIVE
55

tests/test_fakes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
belacoder - live video encoder with dynamic bitrate control
2+
ceracoder - live video encoder with dynamic bitrate control
33
Copyright (C) 2020 BELABOX project
44
Copyright (C) 2026 CERALIVE
55

tests/test_fakes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
belacoder - live video encoder with dynamic bitrate control
2+
ceracoder - live video encoder with dynamic bitrate control
33
Copyright (C) 2020 BELABOX project
44
Copyright (C) 2026 CERALIVE
55

tests/test_integration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
belacoder - live video encoder with dynamic bitrate control
2+
ceracoder - live video encoder with dynamic bitrate control
33
Copyright (C) 2020 BELABOX project
44
Copyright (C) 2026 CERALIVE
55

tests/test_srt_integration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
belacoder - live video encoder with dynamic bitrate control
2+
ceracoder - live video encoder with dynamic bitrate control
33
Copyright (C) 2020 BELABOX project
44
Copyright (C) 2026 CERALIVE
55

tests/test_srt_live_transmit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
belacoder - live video encoder with dynamic bitrate control
2+
ceracoder - live video encoder with dynamic bitrate control
33
Copyright (C) 2020 BELABOX project
44
Copyright (C) 2026 CERALIVE
55

0 commit comments

Comments
 (0)