WIP: FragmentedMp4 for Android #16

Draft
loewy wants to merge 4 commits from loewy/fragmented-mp4-android-with-rotation-fix into main
Member
No description provided.
loewy added 3 commits 2025-12-24 03:03:49 +00:00
Implements HLS-compatible fragmented MP4 recording on Android using
AndroidX Media3 FragmentedMp4Muxer, matching the iOS implementation.

Changes:
- Add FragmentedRecordingManager for fMP4 segment output
- Add ChunkedRecorderInterface to abstract recorder implementations
- Add onInitSegmentReady callback for init segment (init.mp4)
- Update onVideoChunkReady to include segment duration
- RecordingSession now uses FragmentedRecordingManager by default

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
loewy added 1 commit 2025-12-24 05:52:57 +00:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin loewy/fragmented-mp4-android-with-rotation-fix:loewy/fragmented-mp4-android-with-rotation-fix
git checkout loewy/fragmented-mp4-android-with-rotation-fix
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: railbird/react-native-vision-camera#16
No description provided.