jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
895 stars 938 forks source link

[BUG] 10bit HEVC x265 Not Supported #1255

Open itsSagarBro opened 10 months ago

itsSagarBro commented 10 months ago

History check I checked everywhere, but I couldn't find the right solution.

Describe the bug MKV/MP4 is supported without any error HEVC is also supported but when it comes to 10bit video, I don't know why it says MediaCodec Error. I tried the VLC player, it's working fine but better_player is not.

Flutter doctor [√] Flutter (Channel stable, 3.13.0, on Microsoft Windows [Version 10.0.22621.2134], locale en-IN) • Flutter version 3.13.0 on channel stable at C:\src\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision efbf63d9c6 (4 weeks ago), 2023-08-15 21:05:06 -0500 • Engine revision 1ac611c64e • Dart version 3.1.0 • DevTools version 2.25.0

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3) • Android SDK at C:\Users\sptl6\AppData\Local\Android\sdk • Platform android-33, build-tools 30.0.3 • Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java • Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-9586694) • All Android licenses accepted.

[√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.5.5) • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community • Visual Studio Community 2022 version 17.5.33627.172 • Windows 10 SDK version 10.0.22000.0

[√] Android Studio (version 2022.2) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin can be installed from: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-9586694)

[√] VS Code (version 1.82.0) • VS Code at C:\Users\sptl6\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.72.0

[√] Connected device (4 available) • M2010J19CG (mobile) • 3c56ddd10c20 • android-arm64 • Android 13 (API 33) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22621.2134] • Chrome (web) • chrome • web-javascript • Google Chrome 116.0.5845.180 • Edge (web) • edge • web-javascript • Microsoft Edge 116.0.1938.76

[√] Network resources • All expected network resources are available.

• No issues found!

Better Player version