Closed j0sh closed 1 month ago
Added a check for the audio codec too, just to be safe - https://github.com/livepeer/go-livepeer/pull/3164/commits/6016b9b1d03edaa419637edb33382f4407238ab9
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 57.36772%. Comparing base (
48a92a1
) to head (c046e6f
). Report is 1 commits behind head on master.
What does this pull request do? Explain your changes. (required)
Fixes video compatibility check that led to excessive transcoder re-initialization.
Not all fields will be identical segment-to-segment, particularly DurationSecs. This caused unnecessary transcoder re-initialization.
Specific updates (required)
videoCompatible
helper to check for video compatibilityvideoCompatible
helperHow did you test each of these updates (required)
Does this pull request close any open issues?
Checklist:
make
runs successfully./test.sh
pass