mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support chnvideo hss streaming
This commit is contained in:
parent
35f3a93239
commit
b276714573
3 changed files with 13 additions and 4 deletions
|
@ -783,7 +783,7 @@ int SrsDvrHssPlan::update_duration(SrsSharedPtrMessage* msg)
|
|||
|
||||
// reap if exceed atc expect time.
|
||||
if (segment->stream_starttime + segment->stream_duration > expect_reap_time) {
|
||||
srs_warn("hss reap start=%"PRId64", duration=%"PRId64", expect=%"PRId64
|
||||
srs_verbose("hss reap start=%"PRId64", duration=%"PRId64", expect=%"PRId64
|
||||
", segment(start=%"PRId64", adjust=%"PRId64", duration=%"PRId64", file=%s",
|
||||
segment->stream_starttime, segment->stream_duration, expect_reap_time,
|
||||
segment->stream_starttime + segment->starttime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue