Problem
An NLE reads source media over SMB while waveform and thumbnail caches are stored locally, but network jitter causes repeated source-read stalls that appear as CPU underperformance.
Solution
Root Cause / Diagnostic:
When NLEs stream source media over SMB, sudden network packet delays (jitter) cause media read buffers to starve. While the workstation CPU may sit at low utilization, the NLE timeline engine blocks completely waiting for network I/O threads, creating severe UI freezing and dropped frames that mimic hardware CPU bottlenecks.
Actionable Fix:
1. Network Buffer & Queue Optimization: On the workstation 10GbE NIC, adjust Receive/Transmit Buffers to maximum (e.g., 2048/4096 descriptors) and disable Interrupt Moderation.
2. SMB Mount Tuning: Mount network shares with optimized I/O parameters (on macOS: `noatime`, `rsize=1048576`, `wsize=1048576`; on Windows: tune `LanmanWorkstation` parameters).
3. Network Jitter & Latency Benchmark: Run an extended `ping -s 1472 -c 100 [NAS_IP]` test to verify round-trip latency remains consistently under 1.0ms without standard deviation spikes.
Pro Tip:
Timeline stuttering isn't always a slow CPU or GPU; if your footage lives on a NAS, tiny micro-spikes in network latency will stall your playback buffer and freeze your editing software.
When NLEs stream source media over SMB, sudden network packet delays (jitter) cause media read buffers to starve. While the workstation CPU may sit at low utilization, the NLE timeline engine blocks completely waiting for network I/O threads, creating severe UI freezing and dropped frames that mimic hardware CPU bottlenecks.
Actionable Fix:
1. Network Buffer & Queue Optimization: On the workstation 10GbE NIC, adjust Receive/Transmit Buffers to maximum (e.g., 2048/4096 descriptors) and disable Interrupt Moderation.
2. SMB Mount Tuning: Mount network shares with optimized I/O parameters (on macOS: `noatime`, `rsize=1048576`, `wsize=1048576`; on Windows: tune `LanmanWorkstation` parameters).
3. Network Jitter & Latency Benchmark: Run an extended `ping -s 1472 -c 100 [NAS_IP]` test to verify round-trip latency remains consistently under 1.0ms without standard deviation spikes.
Pro Tip:
Timeline stuttering isn't always a slow CPU or GPU; if your footage lives on a NAS, tiny micro-spikes in network latency will stall your playback buffer and freeze your editing software.