We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ffmpeg
Our software should be compatible with Android devices running Android 8.0 (API 26) or newer.
The text was updated successfully, but these errors were encountered:
More details provided by @tuancoltech here: https://discord.com/channels/920940233225302067/921291402040733717/1347454797355159563
Sorry, something went wrong.
No branches or pull requests
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
ffmpeg
) before storing it in the database.Why?
Our software should be compatible with Android devices running Android 8.0 (API 26) or newer.
The text was updated successfully, but these errors were encountered: