You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bugs in stat module (JSON style), see #95 and #98, thanks to @plainheart.
Added timers for subscribers to prevent inactive connections occupying system resources, for directive 'idle_streams' is on by default, it allows subscribers to connect to servers before publishers join and not to close connections after publishers leave.
Removed restriction that GOP cache feature only supported H.264 encoded video, see #103, thanks to @HeyJupiter.
Fixed the bug that HTTP-FLV responses worked improperly when HTTP/1.0 was used, see #99, thanks to @adrianhans.
Fixed the meta parsing bug when HTTP-FLV was used.
Added a new feature: starting timestamps for subscribers started at 0 (both RTMP and HTTP-FLV).
Optimized vhost feature so that information of virtual hosts can be found in stat.
Fixed the bug in issue 1249 in arut/nginx-rtmp-module.
Fixed some heap-use-after-free bugs which may lead to a crash.
Fixed the bug that nginx crashed if there were no meta in pushed streams.
Added compatibility for case rtmps -> converter (stunnel, for example) -> rtmp.
Fixed the bug that if frame rates of videos were incorrect, JSON style stat would work improperly.