yumoqing bfe81cbc82 feat(iOS): replace HLS segment download with AVPlayer screen capture
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)
2026-07-17 21:40:41 +08:00
..