ai/live: remove analyzeduration from rtmp pull.#3422
Conversation
This increases the likelihood we receive enough data to initialize a video track within the alloted time. The default is 5 seconds so this change would increase average stream startup time by 2.5 seconds.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3422 +/- ##
===================================================
+ Coverage 32.13022% 32.13344% +0.00322%
===================================================
Files 147 147
Lines 40977 40976 -1
===================================================
+ Hits 13166 13167 +1
+ Misses 27035 27033 -2
Partials 776 776
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
|
To confirm, you have seen cases where the video track is not initialized with -analyzeduration of 2.5s? Before we push this to prod, we should confirm what startup time are like on staging. |
@emranemran - the output here is audio only |

This increases the likelihood we receive enough data to initialize a video track within the alloted time.
The default is 5 seconds so this change would increase average stream startup time by 2.5 seconds.