google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.74k stars 6.03k forks source link

Matroska file and Extension Renderer ffmpeg #6694

Closed Magntcrs closed 4 years ago

Magntcrs commented 4 years ago

Hello Exoplayer team.

i used Exoplayer in my app. i have a problem. when i play video format .mkv or Matroska on mobile device and android box video can't support Audio ac3 some device

i used Ffmpeg extension in my project, for decode audio renderer video can play and audio support, but i have a problem

some device android box, CPU usage allwinner h6. example Android box Tx6, Android box X96H when play video picture not smooth and freezes

could I ask for your advice about fix it.

icbaker commented 4 years ago

Please follow the issue template: https://github.com/google/ExoPlayer/blob/release-v2/.github/ISSUE_TEMPLATE/bug.md

Specifically, can you tell us:

  1. What version of ExoPlayer are you using?
  2. Did you build the FFmpeg extension with ac3 support enabled? https://exoplayer.dev/supported-formats.html#ffmpeg-extension
  3. Does the issue reproduce in the ExoPlayer demo app? If so please attach a bug report showing the repro - or send it to dev.exoplayer@gmail.com if you don't want to attach it publicly.
  4. Can you provide sample media that demonstrates the problem? Send it to dev.exoplayer@gmail.com if you don't want to attach it publicly.
    • If you can't provide the sample media, and it's a video-related problem, we at least need to know the video codec used inside the MKV container.
  5. Can you more precisely describe the problem? You mention that AC3 audio isn't supported, but also say that the video isn't smooth - these don't sound like the same problem.
google-oss-bot commented 4 years ago

Hey @Maxptrw. We need more information to resolve this issue but there hasn't been an update in 14 days. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!