mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
8b00e56a84
commit
f107f404ea
1 changed files with 1 additions and 1 deletions
2
trunk/src/app/srs_app_source.cpp
Normal file → Executable file
2
trunk/src/app/srs_app_source.cpp
Normal file → Executable file
|
@ -1036,7 +1036,7 @@ bool SrsSource::expired()
|
||||||
}
|
}
|
||||||
|
|
||||||
// still publishing?
|
// still publishing?
|
||||||
if (!_can_publish) {
|
if (!_can_publish || !publish_edge->can_publish()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue