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
As reported in kaltura/nginx-vod-module#1536, MAX_SEQUENCES is hardcoded to 32. Use cases like multi renditions and many language/audio tracks regularly exceed this ceiling.
As reported in kaltura/nginx-vod-module#1536,
MAX_SEQUENCESis hardcoded to32. Use cases like multi renditions and many language/audio tracks regularly exceed this ceiling.Double the current limit to
64.