diff --git a/dash/ngx_rtmp_dash_module.c b/dash/ngx_rtmp_dash_module.c index ee76679..32c2daa 100644 --- a/dash/ngx_rtmp_dash_module.c +++ b/dash/ngx_rtmp_dash_module.c @@ -379,7 +379,7 @@ ngx_rtmp_dash_write_playlist(ngx_rtmp_session_t *s) tm.tm_year - 70, tm.tm_mon, tm.tm_mday - 1, tm.tm_hour, tm.tm_min, tm.tm_sec, - (ngx_uint_t) ((depth_msec % 1000) / 10)); + (ngx_uint_t) ((depth_msec % 1000) / 10)) = 0; last = buffer + sizeof(buffer);