Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Record Broken on Some Devices #5

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

seamus-sloan
Copy link
Owner

What's New?

Some devices did not have access to the /sdcard/ directory or that directory did not exist. This meant that placing and pulling the video file would result in a blank file that would not be playable.

Instead of /sdcard/your_video_here.mp4, we're now using /data/local/tmp/your_video_here.mp4.

Tests were fixed & fix was validated on a DJI RC Plus (Android 10), Pixel 4 XL (Android 14), and S20 (Android 12).

@seamus-sloan seamus-sloan merged commit b5905ab into main Oct 23, 2023
2 checks passed
@seamus-sloan seamus-sloan deleted the fixes/record-broken branch October 23, 2023 20:48
@seamus-sloan seamus-sloan changed the title [FIX]: Record Broken on Some Devices FIX: Record Broken on Some Devices Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants