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

Ensure videos are in a format supported by Android #2057

Open
2 tasks
jo-elimu opened this issue Mar 7, 2025 · 1 comment
Open
2 tasks

Ensure videos are in a format supported by Android #2057

jo-elimu opened this issue Mar 7, 2025 · 1 comment
Labels
ux/ui User Experience (UX) / User Interface (UI)

Comments

@jo-elimu
Copy link
Member

jo-elimu commented Mar 7, 2025

Description

Modify the code to include a check if uploaded videos are in a format supported by Android: https://developer.android.com/media/media3/exoplayer/supported-formats

  • V1: Check if an uploaded video file is H.264 encoded. If not, return error message.
  • V2: If not H.264 encoded, pre-process the video (with ffmpeg) before storing it in the database.

Why?

Our software should be compatible with Android devices running Android 8.0 (API 26) or newer.

@jo-elimu
Copy link
Member Author

jo-elimu commented Mar 7, 2025

@jo-elimu jo-elimu added the ux/ui User Experience (UX) / User Interface (UI) label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux/ui User Experience (UX) / User Interface (UI)
Projects
None yet
Development

No branches or pull requests

1 participant