Commit e69e014
fix: unblock preroll on mpegtssrt output (async=false) (#504)
* fix: set async=false on mpegtssrt output srtsink to unblock preroll
In listener mode without a connected client, srtsink holds PAUSED->PLAYING
until the first buffer arrives, which blocks pipeline preroll. Matches the
pattern used by WHEP/WHIP/AES67 sinks.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix: offset WHEP session count to clear input port labels
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Per Enstedt <per.enstedt@svt.se>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4b4cd66 commit e69e014
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
236 | 240 | | |
237 | 241 | | |
238 | 242 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
126 | 128 | | |
127 | 129 | | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
0 commit comments