Files
react-native-vision-camera/package
Dean b716608379 fix: Skip NAL header byte when reading SPS profile data in HlsMuxer
The SPS NAL unit format is: [NAL header, profile_idc, constraint_flags, level_idc, ...]
The code was incorrectly reading from byte 0 (NAL header, typically 0x67)
instead of byte 1 (profile_idc).

This produced invalid codec strings like `avc1.676400` instead of valid
ones like `avc1.64001f`, causing Shaka Player on web to fail with error
4032 (unable to parse codec).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 11:52:08 -08:00
..
2025-12-19 12:55:41 -08:00
2024-02-20 20:34:34 +01:00
2024-01-19 14:33:45 +01:00
2023-10-18 13:13:40 +02:00
2023-09-26 11:39:17 +02:00