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

support set the live queue length(in seconds), drop when full.

This commit is contained in:
winlin 2013-12-15 19:38:39 +08:00
parent 5836ffd2d4
commit ce4928cef6
4 changed files with 10 additions and 7 deletions

View file

@ -212,7 +212,7 @@ usr sys idl wai hiq siq| read writ| recv send| in out | int csw
* nginx v1.5.0: 139524 lines <br/>
### History
* v0.9, 2013-12-15, drop the old whole gop when live message queue full.
* v0.9, 2013-12-15, support set the live queue length(in seconds), drop when full.
* v0.9, 2013-12-15, fix the forwarder reconnect bug, feed it the sequence header.
* v0.9, 2013-12-15, support reload the hls/forwarder/transcoder.
* v0.9, 2013-12-14, refine the thread model for the retry threads.