正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 32 | #include <srs_app_pithy_print.hpp> | 32 | #include <srs_app_pithy_print.hpp> |
| 33 | 33 | ||
| 34 | // when error, ingester sleep for a while and retry. | 34 | // when error, ingester sleep for a while and retry. |
| 35 | +// ingest never sleep a long time, for we must start the stream ASAP. | ||
| 35 | #define SRS_INGESTER_SLEEP_US (int64_t)(6*100*1000LL) | 36 | #define SRS_INGESTER_SLEEP_US (int64_t)(6*100*1000LL) |
| 36 | 37 | ||
| 37 | SrsIngester::SrsIngester() | 38 | SrsIngester::SrsIngester() |
-
请 注册 或 登录 后发表评论