mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the bug of publish, server close the connection when timeout.
This commit is contained in:
parent
ffda615124
commit
836bc413f9
7 changed files with 35 additions and 15 deletions
|
@ -64,7 +64,7 @@
|
|||
);
|
||||
};
|
||||
srs_publisher.on_publisher_error = function(code, desc) {
|
||||
error(code, desc);
|
||||
error(code, desc + "请重试。");
|
||||
};
|
||||
srs_publisher.on_publisher_warn = function(code, desc) {
|
||||
warn(code, desc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue