mirror of https://github.com/ossrs/srs.git
DASH: Fix time unit error for disposing. v6.0.138 (#4111)
## Cause dash auto dispose is configured by seconds, but the code compare by usecond, 1 second = 1,000,000 useconds. releated to #4097 Bug introduced after #4097 supported Dash auto dispose after a timeout without media data. ## How to reproduce 1. `./objs/srs -c conf/dash.conf` 2. publish a rtmp stream. 3. play dash stream. -> no dash stream, always 404 error. --------- Co-authored-by: winlin <winlinvip@gmail.com>pull/4120/head
parent
f1d98b9830
commit
d220bf280e
Loading…
Reference in New Issue