Maven's Kodi-Builds für Android

  • Das Ruckelproblem bei der Matrix steht in Verbindung mit Dolby True HD und DTS HD Ton. Hat man das an bzw. Passthrough gibts diese microruckler. Also shield über AVR zum TV und Passthrourh an und True HD und DTS HD an kam die Ruckler. Diese beiden Tonarten auf aus waren die Ruckler weg. Mit der neuen Master bzw. die ab 6.6 sind diese Ruckler fast verschwunden , also ich habs mal kurz wahr genommen, aber definitiv besser als bei matrix,
    Demnach die Vermutung das in der Master das Problem angegangen wurden ist und auf dem Weg der Besserung ist

  • Hätte ja eigentlich mit installiert werden müssen ?(

    Auf meiner Shield hat das auch funktioniert...
    Ich habe deinen/den "Kodinerds Android Installer", ich hoffe mit deinem Einverständnis, hier in der
    FileBase hochgeladen, und eine Beschreibung hinzugefügt.
    Danke für deine Unterstützung, mit diesem Addon werden bestimmt viele Probleme gelöst werden können.

  • I have no idea what could be the reason for this.

    So I did some comparing between your blu-ray test version and your latest 19.1 version with [definition=12,0]debug[/definition] [definition=12,9]logging[/definition] on while playing a blu-ray with Java menus:

    https://paste.kodi.tv/vunileqaho.kodi (blu-ray test version)
    https://paste.kodi.tv/dosunotiwo.kodi (latest Maven 19.1 version)

    While [definition=12,2]debugging[/definition] was on, I immediately noticed that the KODI-CPU value on the OSD was going over 350% while playing the blu-ray on the new build. The blu-ray test build only showed about 30-40% CPU usage.

    I took a quick look in the [definition=12,0]debug[/definition] logs and it looks like your latest version is trying to play the video with software decoding using ff-hevc:

    Code
    2021-06-22 22:16:57.494 T:18862    INFO <general>: Creating video codec with codec id: 173
    2021-06-22 22:16:57.495 T:18862   DEBUG <general>: CDVDVideoCodecAndroidMediaCodec::Open hints: Width 3840 x Height 2160, Fpsrate 24000 / Fpsscale 1001, CodecID 173, Level 153, Profile 2, PTS_invalid 0, Tag 1447904328, Extradata-Size: 725
    2021-06-22 22:16:57.495 T:18862    INFO <general>: CBitstreamConverter::Open Invalid hvcC
    2021-06-22 22:16:57.496 T:18862   ERROR <general>: CDVDVideoCodecAndroidMediaCodec:: Failed to create Android MediaCodec
    2021-06-22 22:16:57.497 T:18862    INFO <general>: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (High Efficiency Video Coding)
    2021-06-22 22:16:57.497 T:18862   DEBUG <general>: CDVDVideoCodecFFmpeg - Updated codec: ff-hevc
    2021-06-22 22:16:57.497 T:18862   DEBUG <general>: CVideoPlayerVideo::OpenStream - open stream with codec id: 173
    2021-06-22 22:16:57.497 T:18862    INFO <general>: Creating video thread
    2021-06-22 22:16:57.497 T:18924   DEBUG <general>: Thread VideoPlayerVideo start, auto delete: false
    2021-06-22 22:16:57.498 T:18924    INFO <general>: running thread: video_thread

    The blu-ray test version uses the Nvidia hardware decoder OMX.Nvidia.h265.decode (which is the expected behavior):

    I'm not sure what changed between your latest 19.1 build and the blu-ray test build, but something is definitely different when playing a movie with a blu-ray menu.

  • There are 2 new builds in the test folder. Can you please try this?

    I just tested them both, but they both still play the video in software when using the blu-ray menu (CPU load shoots to 350%+).

    The only build that I've tested that works correctly is this one from June 11:

    kodinerds-bluray-test-20210611-61bbffb73a-Matrix-test-arm64-v8a

  • New builds are ready.

    Bad news I'm afraid. I tested all four builds, but none of them want to play video with hardware decoding when using the blu-ray menu.

    I've uploaded the [definition=12,0]debug[/definition] [definition='1','0']log[/definition] of build no. 4 here: https://paste.kodi.tv/temalohiwa.kodi

    Please note I tried to play the movie twice: with blu-ray menu it chooses the "ff-hevc" decoder (incorrect) and with simplified menu (play main title) it chooses the OMX.Nvidia.h265.decode decoder (correct).

  • I have still a idea:
    Can you try to set everything to true for the decoder 'OMX.Nvidia.h265.decode' in the decoderfilter.xml?

    Ok, so I changed the "stills-allowed" option from "false" to "true" (other ones were already set to "true") so it now looks like this:

    Code
    <filter>
            <name>OMX.Nvidia.h265.decode</name>
            <allowed>true</allowed>
            <stills-allowed>true</stills-allowed>
            <dvd-allowed>true</dvd-allowed>
            <min-height>0</min-height>
        </filter>

    And guess what? It worked! Videos played using blu-ray menu play fine again!

    I tried it on both your test build no. 4 and your normal Matrix build and it works on both of them, so thanks for investigating.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!