mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
improved vod scheduling: added dry buffer event
This commit is contained in:
@ -178,6 +178,8 @@ typedef struct {
|
||||
ngx_str_t *addr_text;
|
||||
int connected;
|
||||
|
||||
ngx_event_t *posted_dry_events;
|
||||
|
||||
/* client buffer time in msec */
|
||||
uint32_t buflen;
|
||||
|
||||
|
Reference in New Issue
Block a user