Commit 5169c4e
committed
clip: add more logging to debug failed clips
Clips are failing reporting 'start time specified exceeds duration of
manifest'. This may happen for webrtc streams where the clip request
comes in but the segments and manifest hasn't been written yet to S3. I
n this case, the start time would fall past the latest segment and this
error case would be hit -- however, we have several retries for this
exact scenario.
Based on logs, there are 10 retries every 5 seconds in
addition to 3 studio retries - this should be sufficient for the latest
segments to be written to S3 and the clip request would eventually
succeed. This is not happening so we're adding the additional logging to
ensure latest manifests are being downloaded on retry attempts.1 parent ca7f48f commit 5169c4e
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments