Manual HLS segment download fails for CBS streams (DRM/CDN protection
returns 438-byte placeholder responses). New approach captures video
frames directly from AVPlayer via AVPlayerItemVideoOutput + AVAssetWriter.
- AVPlayerItemVideoOutput captures pixel buffers during playback
- AVAssetWriter encodes to H.264/AAC MP4
- CADisplayLink drives capture at 30fps
- Works with any content AVPlayer can play (HLS, local files, SMB)