1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug for issues #654 (#426)

This commit is contained in:
ME_Kun_Han 2016-11-05 10:46:24 +08:00 committed by winlin
parent 8b00e56a84
commit f107f404ea

2
trunk/src/app/srs_app_source.cpp Normal file → Executable file
View file

@ -1036,7 +1036,7 @@ bool SrsSource::expired()
}
// still publishing?
if (!_can_publish) {
if (!_can_publish || !publish_edge->can_publish()) {
return false;
}