You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently had a lot of issues in teststreams, because B timed out either during the discovery process or during the segment upload. While the discovery timeout issue is already addressed, the segment upload timeout issue is still in place. Check related Discord message for details.
We need to tweak Broadcaster to disable such strict timeouts for test streams. We may need to add an additional flag (best if not accessible for users) or some env variable, like LIVEPEER_DISABLE_TIMEOUTS.
The text was updated successfully, but these errors were encountered:
We recently had a lot of issues in teststreams, because B timed out either during the discovery process or during the segment upload. While the discovery timeout issue is already addressed, the segment upload timeout issue is still in place. Check related Discord message for details.
We need to tweak Broadcaster to disable such strict timeouts for test streams. We may need to add an additional flag (best if not accessible for users) or some env variable, like
LIVEPEER_DISABLE_TIMEOUTS
.The text was updated successfully, but these errors were encountered: