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

for #738, refine the dvr segmenter.

This commit is contained in:
winlin 2017-02-06 18:33:26 +08:00
parent 31191f2650
commit 8c01f52372
9 changed files with 477 additions and 293 deletions

View file

@ -213,7 +213,9 @@ void SrsEdgeIngester::stop()
upstream->close();
// notice to unpublish.
source->on_unpublish();
if (source) {
source->on_unpublish();
}
}
string SrsEdgeIngester::get_curr_origin()