Commit b7d0383
workflows/test: add DTLS active role to SRS and Pion matrix
The CI previously only exercised the FFmpeg WHIP DTLS-passive path
(default). The DTLS-active path goes through tls_open()'s external_sock
branch, which has been the source of recent crashes (e.g. NULL s->host
in tls_gnutls.c) and key-derivation bugs that passive-only tests miss.
Add a dtls_role={passive,active} matrix dimension to the SRS and Pion
jobs, expanding each from 3 to 6 runs across {openssl,gnutls,mbedtls}.
When dtls_role=active, the streaming step passes -whip_flags +dtls_active
to ffmpeg.
Janus is left passive-only for now: its simple-whip-server frontend has
independent SDP-handling quirks that would muddy the signal.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent ca4bdee commit b7d0383
1 file changed
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
163 | 169 | | |
164 | 170 | | |
165 | | - | |
| 171 | + | |
166 | 172 | | |
167 | 173 | | |
168 | 174 | | |
| |||
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
206 | | - | |
| 212 | + | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
211 | 217 | | |
| 218 | + | |
212 | 219 | | |
213 | 220 | | |
214 | 221 | | |
| |||
254 | 261 | | |
255 | 262 | | |
256 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
257 | 269 | | |
258 | 270 | | |
259 | | - | |
| 271 | + | |
260 | 272 | | |
261 | 273 | | |
262 | 274 | | |
| |||
0 commit comments