maxs15 / maxs15/react-native-screcorder
Issue when trying to save video
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 232
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
I had saving and view videos working but then started to get the following error. Does anyone have any idea what this may be? Thanks in advance!
Exception thrown while invoking save on target RNRecorderManager with params (
19
): *** -[AVAssetWriter initWithURL:fileType:error:] invalid parameter not satisfying: fileTypeString != ((void *)0)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the save path in RNRecorderManager and the AVAssetWriter initialization reported in the error. Determine why fileTypeString is nil, reproduce the save failure, and verify that video saving works without the exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c, react-native
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100