As reported in kaltura/nginx-vod-module#1463, the sequence id field is limited to 10 chars. When exceeded, the module silently falls back to index-based addressing (fN) with no error or warning.
Increase the limit or remove it entirely. If a limit remains, exceeding it should produce a BAD_MAPPING error, not a silent fallback.
As reported in kaltura/nginx-vod-module#1463, the sequence
idfield is limited to 10 chars. When exceeded, the module silently falls back to index-based addressing (fN) with no error or warning.Increase the limit or remove it entirely. If a limit remains, exceeding it should produce a
BAD_MAPPINGerror, not a silent fallback.