dropped-frame tracke

This commit is contained in:
Dmitry Sergeev
2026-09-01 23:45:10 +03:00
parent 179768ca4a
commit a473c84b0e
11 changed files with 204 additions and 16 deletions
+1
View File
@@ -24,6 +24,7 @@ func runVideoAttempt(
sink VideoSink,
config FeedConfig,
) (resultErr error) {
ctx = withVideoSource(ctx, config)
reader, err := factory.OpenVideo(ctx, config)
if err != nil {
return fmt.Errorf("open video: %w", err)