Optimize streaming latency: remove -re flag, add keyframe settings, reduce HLS segments, faster ICE timeout
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 21s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 21s
This commit is contained in:
@@ -230,8 +230,8 @@
|
||||
resolve();
|
||||
}
|
||||
};
|
||||
// Timeout after 2 seconds
|
||||
setTimeout(resolve, 2000);
|
||||
// Timeout after 500ms for faster connection
|
||||
setTimeout(resolve, 500);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user