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

Support Video and Audio Codecs #172

Open
hrithvik123 opened this issue Sep 23, 2024 · 3 comments
Open

Support Video and Audio Codecs #172

hrithvik123 opened this issue Sep 23, 2024 · 3 comments

Comments

@hrithvik123
Copy link

I am using capacitor with my react webapp to convert the app to a native application. Some of the videos don't have audio in my application but other native apps are able to play the same video.

Does this plugin support all codecs that a native player does?

@JumBay
Copy link

JumBay commented Nov 28, 2024

Did you find a solution?
I've forked this repo, migrate to android.media3 and added some ffmepg libs for audio to work: https://github.com/wako-app/capacitor-video-player
I've only tested it on Android TV

@eduardoRoth
Copy link
Contributor

@hrithvik123 I created a new Media Player plugin that implements ExoPlayer3 for Android and Vidstack for web (iOS still uses AVPlayer).

Can you test with my plugin and let me know if it works?

@JumBay
Copy link

JumBay commented Dec 12, 2024

I'll try but not working (android) I'll open an issue on your repository

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

No branches or pull requests

3 participants