Commit graph

16 commits

Author SHA1 Message Date
Joachim Bauch
bd3c06c9eb
Use "sync.Cond" to wait for created publishers. 2026-03-10 09:57:54 +01:00
Joachim Bauch
a6a1c35347
Use "sync.Cond" to wait for publisher connection. 2026-03-10 09:57:52 +01:00
Joachim Bauch
f195492f8e
Use "sync.Cond" instead of SingleNotifier. 2026-03-10 08:36:50 +01:00
Joachim Bauch
d3d1644848
Bump module version to "v2" so versions 2.x can be imported by others. 2026-03-04 20:41:06 +01:00
Joachim Bauch
5da3d601fe
Ignore more checklocks false positives. 2026-02-12 10:29:43 +01:00
Joachim Bauch
a5f70b6e47
Switch to safer waitgroup.Go where possible. 2026-02-12 09:39:17 +01:00
Joachim Bauch
806ef1f564
Add tests for Janus stream selection and simplify code. 2026-02-02 16:31:59 +01:00
Joachim Bauch
5fc709434b
Add tests for SFU-related session events. 2026-02-02 15:39:15 +01:00
Joachim Bauch
1d4ffd33fc
Move SFU Janus tests closer to the checked code. 2026-02-02 15:39:14 +01:00
Joachim Bauch
b733b6fa60
Implement "GetConnectionURL" for SFUPublisher. 2026-02-02 15:39:14 +01:00
Joachim Bauch
710264e366
Move SFU proxy tests closer to the checked code. 2026-02-02 15:39:13 +01:00
Joachim Bauch
88be60c0a6
Remove unused testing code.
Was moved to "sfu/test/sfu.go" in #1151 but not deleted.
2026-01-13 15:21:11 +01:00
Joachim Bauch
3083c39215
Rename package of etcd test helpers. 2026-01-13 08:50:45 +01:00
Joachim Bauch
69d63ffd11
Move dns test helpers to separate package. 2026-01-13 08:50:44 +01:00
Joachim Bauch
ee6f026bbb
Move log test helpers to separate package. 2026-01-13 08:50:40 +01:00
Joachim Bauch
124c37108b
Move SFU related code to separate packages.
With that move GRPC client code to "grpc" package to break dependencies.
Also introduce new "proxy" package with common proxy-related code.
2026-01-12 13:16:50 +01:00