You're currently at log level 0, which is fine for me. In the future, switch to log level 2 by adding this line to advancedsettings.xml:
This error appears right before starting the movie, but I don't know whether it's relevant:
Code
2020-09-27 15:40:31.274 T:3011285008 NOTICE: VideoPlayer::OpenFile: /var/media/XBMC/Pelis/Jumanji Welcome to the Jungle (2017).avi
2020-09-27 15:40:31.279 T:2530136944 NOTICE: Creating InputStream
2020-09-27 15:40:31.306 T:2530136944 NOTICE: Creating Demuxer
2020-09-27 15:40:32.443 T:2530136944 NOTICE: Opening stream: 0 source: 256
2020-09-27 15:40:32.444 T:2530136944 NOTICE: Creating video codec with codec id: 12
2020-09-27 15:40:32.448 T:2530136944 ERROR: CMMALVideo::Open Failed to commit format for decoder input port vc.ril.video_decode:in:0(MP4V) (status=3 EINVAL)
The error is related to AC3 audio decoding at non-pass-through mode:
Code
2020-09-27 15:40:32.452 T:2530136944 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder ac3
2020-09-27 15:40:32.453 T:2530136944 NOTICE: Creating audio thread
2020-09-27 15:40:32.453 T:2478416752 NOTICE: running thread: CVideoPlayerAudio::Process()
2020-09-27 15:40:32.453 T:2504958832 NOTICE: CDecoder::Open - fmt:0
2020-09-27 15:40:32.464 T:2478416752 NOTICE: Creating audio stream (codec id: 86019, channels: 6, sample rate: 48000, no pass-through)
2020-09-27 15:40:32.856 T:2504958832 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 41708
2020-09-27 16:05:54.673 T:2478416752 NOTICE: CVideoPlayerAudio::Process - stream stalled
2020-09-27 16:06:17.636 T:2990429040 WARNING: ActiveAE - large audio sync error: -22740.888226
You can try to enable pass-through mode at the audio settings. Then AC3 will be decoded by the receiving device, not by RPi.